Limit Order

The limit order response inherits from the order object, found here. This means that all the functions described in that document will also work here.

Functions

get_price() -> float

Get the price that this limit order is set at.

Response

DescriptionExamplesType
The limit price describes the point at which the user wants to buy or sell.30000 or '75000'float

get_time_in_force() -> str

Get the time in force setting for the order.

Response

DescriptionExamplesType
The time in force represents how the exchange should treat the order lifecycleGTCstr