Symbol

case class Symbol(symbol: String, pair: String, contractType: String, deliveryDate: Long, onboardDate: Long, status: String, maintMarginPercent: BigDecimal, requiredMarginPercent: BigDecimal, baseAsset: String, quoteAsset: String, marginAsset: String, pricePrecision: Int, quantityPrecision: Int, baseAssetPrecision: Int, quotePrecision: Int, underlyingType: String, settlePlan: Long, triggerProtect: BigDecimal, orderTypes: List[FutureOrderType], filters: List[Filter], timeInForce: List[FutureTimeInForce])
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product