Type alias BuildPlaceOrderTxArgs
Type declaration
Optional collateralDelta?: bigint
Optional limitOrderFees?: {
interfaceFee?: InterfaceFee;
referralFee?: InterfaceFee;
}
Optional limitPrice?: bigint
Optional onCommitmentError?: (() => any)
Optional stopLossFees?: {
interfaceFee?: InterfaceFee;
referralFee?: InterfaceFee;
}
Optional stopLossPrice?: bigint
Optional takeProfitFees?: {
interfaceFee?: InterfaceFee;
referralFee?: InterfaceFee;
}
Optional takeProfitPrice?: bigint