Fix bool to strings
This commit is contained in:
@@ -124,8 +124,8 @@ export class InverseClient extends SharedEndpoints {
|
||||
take_profit?: number;
|
||||
stop_loss?: number;
|
||||
reduce_only?: boolean;
|
||||
tp_trigger_by?: boolean;
|
||||
sl_trigger_by?: boolean;
|
||||
tp_trigger_by?: 'LastPrice' | 'MarkPrice' | 'IndexPrice';
|
||||
sl_trigger_by?: 'LastPrice' | 'MarkPrice' | 'IndexPrice';
|
||||
close_on_trigger?: boolean;
|
||||
order_link_id?: string;
|
||||
}): GenericAPIResponse {
|
||||
|
||||
Reference in New Issue
Block a user