Chartbreaker
    Preparing search index...

    Type Alias StopLossDependencyValues

    type StopLossDependencyValues = {
        brokerExchangeId: string;
        direction: Direction;
        intent: OrderIntent;
        orderModel: OrderModel;
    }
    Index

    Properties

    brokerExchangeId: string
    direction: Direction
    intent: OrderIntent
    orderModel: OrderModel