bitfinex-node-api
    Preparing search index...

    Interface IPositionSnapshotV2Message

    interface IPositionSnapshotV2Message {
        channel_id: 0;
        positions: IWSPositionV2[];
        type: "position_snapshot";
    }
    Index

    Properties

    channel_id: 0
    positions: IWSPositionV2[]
    type: "position_snapshot"