Interface LimitOrder

interface LimitOrder {
    limitPrice: ContractOraclePrice;
    receiveCustodyUid: number;
    reserveAmount: BN;
    reserveCustodyUid: number;
    sizeAmount: BN;
    stopLossPrice: ContractOraclePrice;
    takeProfitPrice: ContractOraclePrice;
}

Properties

receiveCustodyUid: number
reserveAmount: BN
reserveCustodyUid: number
sizeAmount: BN
stopLossPrice: ContractOraclePrice
takeProfitPrice: ContractOraclePrice