Interface WebSocketL2UpdateMessage

interface WebSocketL2UpdateMessage {
    changes: [string, string, string][];
    product_id: string;
    type: LEVEL2_UPDATE;
}

Properties

changes: [string, string, string][]
product_id: string