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) #

[View source]

Instance Method Detail

def apply_to_market(*args, **options) #

[View source]
def apply_to_market(*args, **options, &) #

[View source]
def avg_price_mins(*args, **options) #

[View source]
def avg_price_mins(*args, **options, &) #

[View source]
def base_asset : String #

[View source]
def base_asset_precision : Int32 #

[View source]
def filters : Array(ExchangeFilter) #

[View source]
def iceberg_allowed : Bool #

[View source]
def iceberg_parts_filter : IcebergPartsFilter #

[View source]
def limit_maker_orders? #

[View source]
def limit_orders? #

[View source]
def lot_size_filter : LotSizeFilter #

[View source]
def margin_trading_allowed : Bool #

[View source]
def market_lot_size_filter : MarketLotSizeFilter #

[View source]
def market_orders? #

[View source]
def max_num_algo_orders(*args, **options) #

[View source]
def max_num_algo_orders(*args, **options, &) #

[View source]
def max_num_algo_orders_filter : MaxNumAlgoOrdersFilter #

[View source]
def max_price(*args, **options) #

[View source]
def max_price(*args, **options, &) #

[View source]
def max_quantity(*args, **options) #

[View source]
def max_quantity(*args, **options, &) #

[View source]
def min_notional(*args, **options) #

[View source]
def min_notional(*args, **options, &) #

[View source]
def min_notional_filter : MinNotionalFilter #

[View source]
def min_price(*args, **options) #

[View source]
def min_price(*args, **options, &) #

[View source]
def min_quantity(*args, **options) #

[View source]
def min_quantity(*args, **options, &) #

[View source]
def multiplier_down(*args, **options) #

[View source]
def multiplier_down(*args, **options, &) #

[View source]
def multiplier_up(*args, **options) #

[View source]
def multiplier_up(*args, **options, &) #

[View source]
def order_types : Array(String) #

[View source]
def percent_price_filter : PercentPriceFilter #

[View source]
def price_filter : PriceFilter #

[View source]
def quote_asset : String #

[View source]
def quote_asset_precision : Int32 #

[View source]
def spot_trading_allowed : Bool #

[View source]
def status : String #

[View source]
def step_size(*args, **options) #

[View source]
def step_size(*args, **options, &) #

[View source]
def stop_loss_limit_orders? #

[View source]
def stop_loss_orders? #

[View source]
def symbol : String #

[View source]
def take_profit_limit_orders? #

[View source]
def take_profit_orders? #

[View source]
def tick_size(*args, **options) #

[View source]
def tick_size(*args, **options, &) #

[View source]