Added trigger_by params for inverse client

This commit is contained in:
Pranay Pratyush
2021-10-27 19:59:31 +05:30
parent 524b4f417a
commit ce950b3a5c

View File

@@ -124,6 +124,8 @@ export class InverseClient extends SharedEndpoints {
take_profit?: number;
stop_loss?: number;
reduce_only?: boolean;
tp_trigger_by?: boolean;
sl_trigger_by?: boolean;
close_on_trigger?: boolean;
order_link_id?: string;
}): GenericAPIResponse {