Interface PolicyOutcomeAmount

Plain-object form of an account outcome amount.

interface PolicyOutcomeAmount {
    absolute:
        | string
        | number
        | bigint
        | PositionSize;
    delta:
        | string
        | number
        | bigint
        | PositionSize;
}

Properties

Properties

absolute:
    | string
    | number
    | bigint
    | PositionSize
delta:
    | string
    | number
    | bigint
    | PositionSize