Interface PlaceLimitOrderParams

interface PlaceLimitOrderParams {
    limitPrice: ContractOraclePrice;
    reserveAmount: BN;
    sizeAmount: BN;
    stopLossPrice: ContractOraclePrice;
    takeProfitPrice: ContractOraclePrice;
}

Properties

reserveAmount: BN
sizeAmount: BN
stopLossPrice: ContractOraclePrice
takeProfitPrice: ContractOraclePrice