BinanceSymbol class

Annotations
  • @freezed

Constructors

BinanceSymbol(String symbol, String status, String baseAsset, int baseAssetPrecision, String quoteAsset, int quotePrecision, int quoteAssetPrecision, int baseCommissionPrecision, int quoteCommissionPrecision, List<String> orderTypes, bool icebergAllowed, bool ocoAllowed, bool quoteOrderQtyMarketAllowed, bool isSpotTradingAllowed, bool isMarginTradingAllowed, List<Map<String, dynamic>> filters, List<String> permissions)
factory
BinanceSymbol.fromJson(Map<String, dynamic> json)
factory

Properties

baseAsset String
no setterinherited
baseAssetPrecision int
no setterinherited
baseCommissionPrecision int
no setterinherited
copyWith → $BinanceSymbolCopyWith<BinanceSymbol>
no setterinherited
filters List<Map<String, dynamic>>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
icebergAllowed bool
no setterinherited
isMarginTradingAllowed bool
no setterinherited
isSpotTradingAllowed bool
no setterinherited
ocoAllowed bool
no setterinherited
orderTypes List<String>
no setterinherited
permissions List<String>
no setterinherited
quoteAsset String
no setterinherited
quoteAssetPrecision int
no setterinherited
quoteCommissionPrecision int
no setterinherited
quoteOrderQtyMarketAllowed bool
no setterinherited
quotePrecision int
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
no setterinherited
symbol String
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited