Interface GetTradesResponse

Get trades response.

Hierarchy

Properties

Properties

code?: number

This is the code to identify specific responses.

message?: string

This is the message to identify the specific error responses.

s: string

ok / error.

tradeBook: http.Trade[]

List of all trades for the current trading day.

Generated using TypeDoc