Chartbreaker
    Preparing search index...

    Type Alias TopTradeItem

    type TopTradeItem = {
        kind: "top";
        profitLossAbs: Amount;
        underlyingId: InstrumentId;
    }
    Index

    Properties

    kind: "top"
    profitLossAbs: Amount
    underlyingId: InstrumentId