class Binance::Responses::MaxNumAlgoOrdersFilter

Overview

Typical server response { "filterType":"MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders":5 }

Defined in:

binance/client/rest/responses/max_num_algo_orders_filter.cr

Constructors

Instance Method Summary

Instance methods inherited from class Binance::Responses::ExchangeFilter

filter_type : String filter_type

Constructor methods inherited from class Binance::Responses::ExchangeFilter

new(pull : JSON::PullParser)
new
new

Class methods inherited from class Binance::Responses::ExchangeFilter

from_array(string : String) from_array

Constructor Detail

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

Typical server response { "filterType":"MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders":5 }


[View source]

Instance Method Detail

def max_num_algo_orders : Int32 #

[View source]
def valid?(value : Float64) #

[View source]
def validate(value) #

[View source]