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.crConstructors
- 
        .new(pull : JSON::PullParser)
        
          
Typical server response { "filterType":"MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders":5 }
 
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 }