Interface GetMarketDepthResponse

Market depth details response.

Hierarchy

Properties

Properties

code?: number

This is the code to identify specific responses.

d: {
    [symbol: string]: http.MarketDepth;
}

Dictionary of all market depth details.

Type declaration

message?: string

This is the message to identify the specific error responses.

s: string

ok / error.

Generated using TypeDoc