|
enum | Direction : int {
Direction.Undefined = 0,
Direction.Down = 1,
Direction.ZeroDown = 2,
Direction.Zero = 3,
Direction.ZeroUp = 4,
Direction.Up = 5
} |
| Direction of a trade. More...
|
|
enum | EventFlag : int {
TxPending = 0x01,
RemoveEvent = 0x02,
SnapshotBegin = 0x04,
SnapshotEnd = 0x08,
SnapshotSnip = 0x10,
RemoveSymbol = 0x20
} |
| Events flag enumeration More...
|
|
enum | EventSubscriptionFlag { EventSubscriptionFlag.Default = 0x0,
EventSubscriptionFlag.ForceTicker = 0x20,
EventSubscriptionFlag.ForceStream = 0x40,
EventSubscriptionFlag.ForceHistory = 0x80
} |
| Event subscription flags. Used to change subscription behaviour More...
|
|
enum | EventType : int {
None = 0,
Trade = (1 << 0),
Quote = (1 << 1),
Summary = (1 << 2),
Profile = (1 << 3),
Order = (1 << 4),
TimeAndSale = (1 << 5),
Candle = (1 << 6),
TradeETH = (1 << 7),
SpreadOrder = (1 << 8),
Greeks = (1 << 9),
TheoPrice = (1 << 10),
Underlying = (1 << 11),
Series = (1 << 12),
Configuration = (1 << 13)
} |
|
enum | PriceType : int { PriceType.Regular = 0,
PriceType.Indicative = 1,
PriceType.Preliminary = 2,
PriceType.Final = 3
} |
| Price type enumeration More...
|
|
enum | Scope : int { Scope.Composite = 0,
Scope.Regional = 1,
Scope.Aggregate = 2,
Scope.Order = 3
} |
| Scope of an order. More...
|
|
enum | ShortSaleRestriction : int { ShortSaleRestriction.Undefined = 0,
ShortSaleRestriction.Active = 1,
ShortSaleRestriction.Inactive = 2
} |
| Short sale restriction on an instrument. More...
|
|
enum | Side : int { Side.Undefined = 0,
Side.Buy = 1,
Side.Sell = 2
} |
| Side of an order or a trade. More...
|
|
enum | TimeAndSaleType : int { TimeAndSaleType.New = 0,
TimeAndSaleType.Correction = 1,
TimeAndSaleType.Cancel = 2
} |
| Type of a time and sale event. More...
|
|
enum | TradingStatus : int { TradingStatus.Undefined = 0,
TradingStatus.Halted = 1,
TradingStatus.Active = 2
} |
| Trading status of an instrument. More...
|
|