Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
binance
master
Binance
Converters
Endpoints
Handler
HttpMethods
Listener
ChannelClose
ChannelError
ChannelMessage
ListenerChannel
Strings
Responses
AccountResponse
AggTradeEntry
AggTradesResponse
AvgPriceResponse
BalanceEntry
BookTickerEntry
BookTickerResponse
DepthEntry
DepthResponse
ExchangeFilter
ExchangeInfoResponse
ExchangeSymbol
FilterException
IcebergPartsFilter
Kline
KlinesResponse
LotSizeFilter
MarginOrder
MarginOrderResponse
MarketLotSizeFilter
MaxNumAlgoOrdersFilter
MinNotionalFilter
MyTradeEntry
MyTradesResponse
OcoOrder
OcoOrderResponse
OcoSubOrder
Order
OrderFill
OrderResponse
PercentPriceFilter
PingResponse
PriceEntry
PriceFilter
PriceResponse
RateLimit
ServerResponse
TimeResponse
TradeEntry
TradesResponse
TwentyFourHourEntry
TwentyFourHourResponse
UserDataStreamResponse
Websocket
AggregateTrade
BookTicker
Candle
Data
Depth
Kline
MiniTicker
PartialDepth
Stream
Ticker
Trade
TradeBase
REST
Service
Websocket
Built with Crystal 1.10.0
2023-12-22 06:11:37 UTC
class
Binance::
Responses::
OcoOrderResponse
Binance::Responses::OcoOrderResponse
Binance::Responses::ServerResponse
Reference
Object
Defined in:
binance/client/rest/responses/oco_order_response.cr
Constructors
.new
(pull : JSON::PullParser)
Class Method Summary
.from_json
(json)
Instance Method Summary
#oco_orders
: Array(OcoOrder)
#oco_orders=
(oco_orders : Array(OcoOrder))
Instance methods inherited from class
Binance::Responses::ServerResponse
body
body
,
consume_body(response)
consume_body
,
error_code : Int32 | Nil
error_code
,
error_code=(error_code : Int32 | Nil)
error_code=
,
error_message : String | Nil
error_message
,
error_message=(error_message : String | Nil)
error_message=
,
exception : Exception | Nil
exception
,
exception=(exception : Exception | Nil)
exception=
,
response : HTTP::Client::Response | Nil
response
,
response=(response : HTTP::Client::Response | Nil)
response=
,
success : Bool
success
,
success=(success : Bool)
success=
,
used_weight
used_weight
Constructor methods inherited from class
Binance::Responses::ServerResponse
new(pull : JSON::PullParser)
new
Class methods inherited from class
Binance::Responses::ServerResponse
consume_body(response)
consume_body
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Class Method Detail
def self.
from_json
(json)
#
[
View source
]
Instance Method Detail
def
oco_orders
: Array(
OcoOrder
)
#
[
View source
]
def
oco_orders=
(oco_orders : Array(
OcoOrder
))
#
[
View source
]