Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 890 Bytes

File metadata and controls

13 lines (9 loc) · 890 Bytes

Io.Gate.GateApi.Model.TriggerOrderResponse

Properties

Name Type Description Notes
Id long 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]