Binance::Responses::MarginOrderResponse
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"
}
]
Class methods
from_json(json)
SourceInstance methods
margin_orders
Source