Interface EditLimitOrderParams

interface EditLimitOrderParams {
    limitPrice: ContractOraclePrice;
    orderId: number;
    sizeAmount: BN;
    stopLossPrice: ContractOraclePrice;
    takeProfitPrice: ContractOraclePrice;
}

Properties

orderId: number
sizeAmount: BN
stopLossPrice: ContractOraclePrice
takeProfitPrice: ContractOraclePrice