@@ -5,63 +5,81 @@ from typing import ClassVar as _ClassVar, Optional as _Optional
55DESCRIPTOR : _descriptor .FileDescriptor
66
77class OrderStatusData (_message .Message ):
8- __slots__ = ["account" , "action" , "avgFillPrice" , "canCancel" , "canModify" , "commissionAndFee" , "currency" , "errorMsg" , "filledQuantity" , "filledQuantityScale" , "id" , "identifier" , "isLong" , "limitPrice" , "market" , "multiplier" , "name" , "openTime" , "orderType" , "outsideRth" , "realizedPnl" , "secType" , "segType" , "source" , "status" , "symbol" , "timestamp" , "totalQuantity" , "totalQuantityScale" ]
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 " ]
99 ACCOUNT_FIELD_NUMBER : _ClassVar [int ]
1010 ACTION_FIELD_NUMBER : _ClassVar [int ]
11+ ATTRDESC_FIELD_NUMBER : _ClassVar [int ]
1112 AVGFILLPRICE_FIELD_NUMBER : _ClassVar [int ]
1213 CANCANCEL_FIELD_NUMBER : _ClassVar [int ]
14+ CANCELSTATUS_FIELD_NUMBER : _ClassVar [int ]
1315 CANMODIFY_FIELD_NUMBER : _ClassVar [int ]
1416 COMMISSIONANDFEE_FIELD_NUMBER : _ClassVar [int ]
1517 CURRENCY_FIELD_NUMBER : _ClassVar [int ]
1618 ERRORMSG_FIELD_NUMBER : _ClassVar [int ]
19+ EXPIRY_FIELD_NUMBER : _ClassVar [int ]
1720 FILLEDQUANTITYSCALE_FIELD_NUMBER : _ClassVar [int ]
1821 FILLEDQUANTITY_FIELD_NUMBER : _ClassVar [int ]
1922 IDENTIFIER_FIELD_NUMBER : _ClassVar [int ]
2023 ID_FIELD_NUMBER : _ClassVar [int ]
2124 ISLONG_FIELD_NUMBER : _ClassVar [int ]
2225 LIMITPRICE_FIELD_NUMBER : _ClassVar [int ]
26+ LIQUIDATION_FIELD_NUMBER : _ClassVar [int ]
2327 MARKET_FIELD_NUMBER : _ClassVar [int ]
2428 MULTIPLIER_FIELD_NUMBER : _ClassVar [int ]
2529 NAME_FIELD_NUMBER : _ClassVar [int ]
2630 OPENTIME_FIELD_NUMBER : _ClassVar [int ]
2731 ORDERTYPE_FIELD_NUMBER : _ClassVar [int ]
2832 OUTSIDERTH_FIELD_NUMBER : _ClassVar [int ]
2933 REALIZEDPNL_FIELD_NUMBER : _ClassVar [int ]
34+ REPLACESTATUS_FIELD_NUMBER : _ClassVar [int ]
35+ RIGHT_FIELD_NUMBER : _ClassVar [int ]
3036 SECTYPE_FIELD_NUMBER : _ClassVar [int ]
3137 SEGTYPE_FIELD_NUMBER : _ClassVar [int ]
3238 SOURCE_FIELD_NUMBER : _ClassVar [int ]
3339 STATUS_FIELD_NUMBER : _ClassVar [int ]
40+ STOPPRICE_FIELD_NUMBER : _ClassVar [int ]
41+ STRIKE_FIELD_NUMBER : _ClassVar [int ]
3442 SYMBOL_FIELD_NUMBER : _ClassVar [int ]
3543 TIMESTAMP_FIELD_NUMBER : _ClassVar [int ]
3644 TOTALQUANTITYSCALE_FIELD_NUMBER : _ClassVar [int ]
3745 TOTALQUANTITY_FIELD_NUMBER : _ClassVar [int ]
46+ USERMARK_FIELD_NUMBER : _ClassVar [int ]
3847 account : str
3948 action : str
49+ attrDesc : str
4050 avgFillPrice : float
4151 canCancel : bool
4252 canModify : bool
53+ cancelStatus : str
4354 commissionAndFee : float
4455 currency : str
4556 errorMsg : str
57+ expiry : str
4658 filledQuantity : int
4759 filledQuantityScale : int
4860 id : int
4961 identifier : str
5062 isLong : bool
5163 limitPrice : float
64+ liquidation : bool
5265 market : str
5366 multiplier : int
5467 name : str
5568 openTime : int
5669 orderType : str
5770 outsideRth : bool
5871 realizedPnl : float
72+ replaceStatus : str
73+ right : str
5974 secType : str
6075 segType : str
6176 source : str
6277 status : str
78+ stopPrice : float
79+ strike : str
6380 symbol : str
6481 timestamp : int
6582 totalQuantity : int
6683 totalQuantityScale : int
67- def __init__ (self , id : _Optional [int ] = ..., account : _Optional [str ] = ..., symbol : _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 ] = ..., realizedPnl : _Optional [float ] = ..., status : _Optional [str ] = ..., outsideRth : bool = ..., canModify : bool = ..., canCancel : bool = ..., name : _Optional [str ] = ..., source : _Optional [str ] = ..., errorMsg : _Optional [str ] = ..., commissionAndFee : _Optional [float ] = ..., openTime : _Optional [int ] = ..., timestamp : _Optional [int ] = ...) -> None : ...
84+ 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 : ...
0 commit comments