Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 778 Bytes

SpotPricePutOrder.md

File metadata and controls

14 lines (11 loc) · 778 Bytes

# SpotPricePutOrder

Properties

Name Type Description Notes
type string Order type, default to `limit` [optional] [default to 'limit']
side string Order side - buy: buy side - sell: sell side
price string Order price
amount string Order amount
account string Trading type - normal: spot trading - margin: margin trading
time_in_force string time_in_force - gtc: GoodTillCancelled - ioc: ImmediateOrCancelled, taker only [optional]

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