@exchanges/binance
Version:
Exchange provider for Binance API
4 lines (3 loc) • 330 B
TypeScript
export declare type ExecutionType = 'NEW' | 'CANCELED' | 'CALCULATED' | 'EXPIRED' | 'TRADE';
export declare type PositionOrderType = 'MARKET' | 'LIMIT' | 'STOP' | 'TAKE_PROFIT' | 'LIQUIDATION';
export declare type PositionOrderStatus = 'NEW' | 'PARTIALLY_FILLED' | 'FILLED' | 'CANCELED' | 'EXPIRED' | 'NEW_INSURANCE' | 'NEW_ADL';