Interface WebSocketL2SnapshotMessage

interface WebSocketL2SnapshotMessage {
    asks: [string, string][];
    bids: [string, string][];
    product_id: string;
    type: LEVEL2_SNAPSHOT;
}

Properties

asks: [string, string][]
bids: [string, string][]
product_id: string