SpotOrderQueryResponse

case class SpotOrderQueryResponse(symbol: String, orderId: Long, orderListId: Long, clientOrderId: String, price: BigDecimal, origQty: BigDecimal, executedQty: BigDecimal, cummulativeQuoteQty: BigDecimal, status: SpotOrderStatus, timeInForce: SpotTimeInForce, `type`: SpotOrderType, side: OrderSide, stopPrice: Option[BigDecimal], icebergQty: Option[BigDecimal], time: Long, updateTime: Long, isWorking: Boolean, origQuoteOrderQty: BigDecimal)
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