Interface PlaceTriggerOrderParams

interface PlaceTriggerOrderParams {
    deltaSizeAmount: BN;
    isStopLoss: boolean;
    triggerPrice: ContractOraclePrice;
}

Properties

deltaSizeAmount: BN
isStopLoss: boolean
triggerPrice: ContractOraclePrice