class Binance::Responses::OcoOrder

Included Modules

Defined in:

binance/client/rest/responses/oco_order.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def list_client_order_id : String #

[View source]
def list_order_status : String #

[View source]
def list_status_type : String #

[View source]
def order_list_id : Int64 #

[View source]
def orders : Array(OcoSubOrder) #

[View source]
def symbol : String #

[View source]
def transaction_time : Time #

[View source]