Enum TradeDirection
Values that represent trade directions.
Namespace: tt_net_sdk
Assembly: tt-net-api.dll
Syntax
public enum TradeDirection
Fields
Name | Description |
---|---|
Hit | An enum constant representing the 'hit the bid' option. This means that the user sold at the bid price. |
Take | An enum constant representing the 'take the bid' option. This means that the user bought at the ask price. |
Unknown | An enum constant representing the unknown option. |