Enum OrderSide
- Namespace
- WhalesSecret.TradeScriptLib.Entities.Orders
- Assembly
- WhalesSecret.TradeScriptLib.dll
Order side options.
public enum OrderSide
- Extension Methods
Fields
Buy = 0Buy order.
Sell = 1Sell order.
Other = 2Unsupported value.
Exchanges can support more OrderSide options than Whale's Secret supports. Any such value will be mapped to this value.
User is not supposed to use this value in her code.