Enum OrderSide
- Namespace
- WhalesSecret.TradeScriptLib.Entities.Orders
- Assembly
- WhalesSecret.TradeScriptLib.dll
Order side options.
public enum OrderSide
- Extension Methods
Fields
Buy = 0
Buy order.
Sell = 1
Sell order.
Other = 2
An unsupported 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.