(symbol: string, quantity: number, params: Dict = {})
| 5299 | } |
| 5300 | |
| 5301 | async deliveryMarketSell(symbol: string, quantity: number, params: Dict = {}) { |
| 5302 | return await this.deliveryOrder('MARKET', 'SELL', symbol, quantity, undefined, params); |
| 5303 | } |
| 5304 | |
| 5305 | // deliveryOrder, // side symbol quantity [price] [params] |
| 5306 |
nothing calls this directly
no test coverage detected