@@ -5,7 +5,7 @@ from typing import ClassVar as _ClassVar, Optional as _Optional
55DESCRIPTOR : _descriptor .FileDescriptor
66
77class OrderStatusData (_message .Message ):
8- __slots__ = ["account" , "action" , "attrDesc" , "avgFillPrice" , "canCancel" , "canModify" , "cancelStatus" , "commissionAndFee" , "currency" , "errorMsg" , "expiry" , "filledQuantity" , "filledQuantityScale" , "id" , "identifier" , "isLong" , "limitPrice" , "liquidation" , "market" , "multiplier" , "name" , "openTime" , "orderType" , "outsideRth" , "realizedPnl" , "replaceStatus" , "right" , "secType" , "segType" , "source" , "status" , "stopPrice" , "strike" , "symbol" , "timestamp" , "totalQuantity" , "totalQuantityScale" , "userMark" ]
8+ __slots__ = ["account" , "action" , "attrDesc" , "avgFillPrice" , "canCancel" , "canModify" , "cancelStatus" , "commissionAndFee" , "currency" , "errorMsg" , "expiry" , "filledCashAmount" , " filledQuantity" , "filledQuantityScale" , "id" , "identifier" , "isLong" , "limitPrice" , "liquidation" , "market" , "multiplier" , "name" , "openTime" , "orderType" , "outsideRth" , "realizedPnl" , "replaceStatus" , "right" , "secType" , "segType" , "source" , "status" , "stopPrice" , "strike" , "symbol" , "timestamp" , "totalCashAmount " , "totalQuantity" , "totalQuantityScale" , "userMark" ]
99 ACCOUNT_FIELD_NUMBER : _ClassVar [int ]
1010 ACTION_FIELD_NUMBER : _ClassVar [int ]
1111 ATTRDESC_FIELD_NUMBER : _ClassVar [int ]
@@ -17,6 +17,7 @@ class OrderStatusData(_message.Message):
1717 CURRENCY_FIELD_NUMBER : _ClassVar [int ]
1818 ERRORMSG_FIELD_NUMBER : _ClassVar [int ]
1919 EXPIRY_FIELD_NUMBER : _ClassVar [int ]
20+ FILLEDCASHAMOUNT_FIELD_NUMBER : _ClassVar [int ]
2021 FILLEDQUANTITYSCALE_FIELD_NUMBER : _ClassVar [int ]
2122 FILLEDQUANTITY_FIELD_NUMBER : _ClassVar [int ]
2223 IDENTIFIER_FIELD_NUMBER : _ClassVar [int ]
@@ -41,6 +42,7 @@ class OrderStatusData(_message.Message):
4142 STRIKE_FIELD_NUMBER : _ClassVar [int ]
4243 SYMBOL_FIELD_NUMBER : _ClassVar [int ]
4344 TIMESTAMP_FIELD_NUMBER : _ClassVar [int ]
45+ TOTALCASHAMOUNT_FIELD_NUMBER : _ClassVar [int ]
4446 TOTALQUANTITYSCALE_FIELD_NUMBER : _ClassVar [int ]
4547 TOTALQUANTITY_FIELD_NUMBER : _ClassVar [int ]
4648 USERMARK_FIELD_NUMBER : _ClassVar [int ]
@@ -55,6 +57,7 @@ class OrderStatusData(_message.Message):
5557 currency : str
5658 errorMsg : str
5759 expiry : str
60+ filledCashAmount : float
5861 filledQuantity : int
5962 filledQuantityScale : int
6063 id : int
@@ -79,7 +82,8 @@ class OrderStatusData(_message.Message):
7982 strike : str
8083 symbol : str
8184 timestamp : int
85+ totalCashAmount : float
8286 totalQuantity : int
8387 totalQuantityScale : int
8488 userMark : str
85- def __init__ (self , id : _Optional [int ] = ..., account : _Optional [str ] = ..., symbol : _Optional [str ] = ..., expiry : _Optional [str ] = ..., strike : _Optional [str ] = ..., right : _Optional [str ] = ..., identifier : _Optional [str ] = ..., multiplier : _Optional [int ] = ..., action : _Optional [str ] = ..., market : _Optional [str ] = ..., currency : _Optional [str ] = ..., segType : _Optional [str ] = ..., secType : _Optional [str ] = ..., orderType : _Optional [str ] = ..., isLong : bool = ..., totalQuantity : _Optional [int ] = ..., totalQuantityScale : _Optional [int ] = ..., filledQuantity : _Optional [int ] = ..., filledQuantityScale : _Optional [int ] = ..., avgFillPrice : _Optional [float ] = ..., limitPrice : _Optional [float ] = ..., stopPrice : _Optional [float ] = ..., realizedPnl : _Optional [float ] = ..., status : _Optional [str ] = ..., replaceStatus : _Optional [str ] = ..., cancelStatus : _Optional [str ] = ..., outsideRth : bool = ..., canModify : bool = ..., canCancel : bool = ..., liquidation : bool = ..., name : _Optional [str ] = ..., source : _Optional [str ] = ..., errorMsg : _Optional [str ] = ..., attrDesc : _Optional [str ] = ..., commissionAndFee : _Optional [float ] = ..., openTime : _Optional [int ] = ..., timestamp : _Optional [int ] = ..., userMark : _Optional [str ] = ...) -> None : ...
89+ def __init__ (self , id : _Optional [int ] = ..., account : _Optional [str ] = ..., symbol : _Optional [str ] = ..., expiry : _Optional [str ] = ..., strike : _Optional [str ] = ..., right : _Optional [str ] = ..., identifier : _Optional [str ] = ..., multiplier : _Optional [int ] = ..., action : _Optional [str ] = ..., market : _Optional [str ] = ..., currency : _Optional [str ] = ..., segType : _Optional [str ] = ..., secType : _Optional [str ] = ..., orderType : _Optional [str ] = ..., isLong : bool = ..., totalQuantity : _Optional [int ] = ..., totalQuantityScale : _Optional [int ] = ..., filledQuantity : _Optional [int ] = ..., filledQuantityScale : _Optional [int ] = ..., avgFillPrice : _Optional [float ] = ..., limitPrice : _Optional [float ] = ..., stopPrice : _Optional [float ] = ..., realizedPnl : _Optional [float ] = ..., status : _Optional [str ] = ..., replaceStatus : _Optional [str ] = ..., cancelStatus : _Optional [str ] = ..., outsideRth : bool = ..., canModify : bool = ..., canCancel : bool = ..., liquidation : bool = ..., name : _Optional [str ] = ..., source : _Optional [str ] = ..., errorMsg : _Optional [str ] = ..., attrDesc : _Optional [str ] = ..., commissionAndFee : _Optional [float ] = ..., openTime : _Optional [int ] = ..., timestamp : _Optional [int ] = ..., userMark : _Optional [str ] = ..., totalCashAmount : _Optional [float ] = ..., filledCashAmount : _Optional [float ] = ...) -> None : ...
0 commit comments