class

Binance::Responses::OrderResponse

Inherits Binance::Responses::ServerResponse < JSON::Serializable < Reference < Object

Typical Server Response: { "symbol": "LTCBTC", "price": "4.00000200" }

OR

[
  {
    "symbol": "LTCBTC",
    "price": "4.00000200"
  },
  {
    "symbol": "ETHBTC",
    "price": "0.07946600"
  }
]

Constructors

new(pull : JSON::PullParser)

Typical Server Response: { "symbol": "LTCBTC", "price": "4.00000200" }

OR

[
  {
    "symbol": "LTCBTC",
    "price": "4.00000200"
  },
  {
    "symbol": "ETHBTC",
    "price": "0.07946600"
  }
]
Source

Class methods

from_json(json)
Source

Instance methods

orders
Source
orders=(orders : Array(Order))
Source