Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 870 Bytes

File metadata and controls

12 lines (7 loc) · 870 Bytes

TriggerOrderResponse

Properties

Name Type Description Notes
Id int64 Auto order ID [optional]
IdString string String form of the auto order ID; the same order as numeric `id`, as the decimal string of `id` to avoid int64 precision loss in JavaScript and similar environments. Prefer this field to display the order ID or when a string unique identifier is needed; one-to-one with `id`. Same meaning as the field of the same name in futures price-trigger REST APIs and in `futures.orders` / `futures.autoorders` WebSocket pushes. [optional] [readonly]

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