bitfinex-node-api
    Preparing search index...

    Interface IOrderSnapshotV2Message

    interface IOrderSnapshotV2Message {
        channel_id: 0;
        orders: IWSOrderV2[];
        type: "order_snapshot";
    }
    Index

    Properties

    channel_id: 0
    orders: IWSOrderV2[]
    type: "order_snapshot"