File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,14 @@ class DataType(enum.IntEnum):
1212OrderType = pb .request_new_order_pb2 .RequestNewOrder .PriceType
1313OrderDuration = pb .request_new_order_pb2 .RequestNewOrder .Duration
1414TransactionType = pb .request_new_order_pb2 .RequestNewOrder .TransactionType
15+ OrderPlacement = pb .request_new_order_pb2 .RequestNewOrder .OrderPlacement
1516
1617LastTradePresenceBits = pb .last_trade_pb2 .LastTrade .PresenceBits
1718BestBidOfferPresenceBits = pb .best_bid_offer_pb2 .BestBidOffer .PresenceBits
1819OrderBookPresenceBits = pb .order_book_pb2 .OrderBook .PresenceBits
1920
2021ExchangeOrderNotificationType = pb .exchange_order_notification_pb2 .ExchangeOrderNotification .NotifyType
22+ ExchangeOrderBracketType = pb .exchange_order_notification_pb2 .ExchangeOrderNotification .BracketType
2123
2224TimeBarType = pb .request_time_bar_replay_pb2 .RequestTimeBarReplay .BarType
2325
You can’t perform that action at this time.
0 commit comments