class Binance::Responses::ExchangeSymbol

Included Modules

Defined in:

binance/client/rest/responses/exchange_symbol.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def apply_to_market(*args, **options) #

def apply_to_market(*args, **options, &) #

def avg_price_mins(*args, **options) #

def avg_price_mins(*args, **options, &) #

def base_asset : String #

def base_asset_precision : Int32 #

def filters : Array(ExchangeFilter) #

def iceberg_allowed : Bool #

def iceberg_parts_filter : IcebergPartsFilter #

def limit_maker_orders? #

def limit_orders? #

def lot_size_filter : LotSizeFilter #

def margin_trading_allowed : Bool #

def market_lot_size_filter : MarketLotSizeFilter #

def market_orders? #

def max_num_algo_orders(*args, **options) #

def max_num_algo_orders(*args, **options, &) #

def max_num_algo_orders_filter : MaxNumAlgoOrdersFilter #

def max_price(*args, **options) #

def max_price(*args, **options, &) #

def max_quantity(*args, **options) #

def max_quantity(*args, **options, &) #

def min_notional(*args, **options) #

def min_notional(*args, **options, &) #

def min_notional_filter : MinNotionalFilter #

def min_price(*args, **options) #

def min_price(*args, **options, &) #

def min_quantity(*args, **options) #

def min_quantity(*args, **options, &) #

def multiplier_down(*args, **options) #

def multiplier_down(*args, **options, &) #

def multiplier_up(*args, **options) #

def multiplier_up(*args, **options, &) #

def order_types : Array(String) #

def percent_price_filter : PercentPriceFilter #

def price_filter : PriceFilter #

def quote_asset : String #

def quote_asset_precision : Int32 #

def spot_trading_allowed : Bool #

def status : String #

def step_size(*args, **options) #

def step_size(*args, **options, &) #

def stop_loss_limit_orders? #

def stop_loss_orders? #

def symbol : String #

def take_profit_limit_orders? #

def take_profit_orders? #

def tick_size(*args, **options) #

def tick_size(*args, **options, &) #