Skip to content

Files

Latest commit

author
gateio
Dec 24, 2024
60f9fa1 · Dec 24, 2024

History

History
17 lines (12 loc) · 1.01 KB

FuturesTrade.md

File metadata and controls

17 lines (12 loc) · 1.01 KB

FuturesTrade

Properties

Name Type Description Notes
Id int64 Trade ID [optional]
CreateTime float64 Trading time [optional]
CreateTimeMs float64 Trading time, with milliseconds set to 3 decimal places. [optional]
Contract string Futures contract [optional]
Size int64 Trading size [optional]
Price string Trading price (quote currency) [optional]
IsInternal bool Whether internal trade. Internal trade refers to the takeover of liquidation orders by the insurance fund and ADL users. Since it is not a normal matching on the market depth, the transaction price may deviate, and it will not be recorded in the K-line. If it is not an internal trade, this field will not be returned. [optional]

[Back to Model list] [Back to API list] [Back to README]