| Name | Type | Description | Notes |
|---|---|---|---|
| Type | string | Order type,default to `limit` - limit : Limit Order - market : Market Order | [optional] [default to TypeEnum.Limit] |
| Side | string | Order side - buy: buy side - sell: sell side | |
| Price | string | Order price | |
| Amount | string | Trading quantity, refers to the trading quantity of the trading currency, i.e., the currency that needs to be traded, for example, the quantity of BTC in BTC_USDT. | |
| Account | string | Trading account type. Unified account must be set to `unified` - normal: spot trading - margin: margin trading - unified: unified account | [default to AccountEnum.Normal] |
| TimeInForce | string | time_in_force - gtc: GoodTillCancelled - ioc: ImmediateOrCancelled, taker only | [default to TimeInForceEnum.Gtc] |
| AutoBorrow | bool | Whether to borrow coins automatically | [optional] [default to false] |
| AutoRepay | bool | Whether to repay the loan automatically | [optional] [default to false] |
| Text | string | The source of the order, including: - web: Web - api: API call - app: Mobile app | [optional] |