Trader

quant.trader.Trader
See theTrader companion trait
object Trader

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Trader.type

Members list

Type members

Classlikes

case class Balance(currency: String, value: Double)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class BatchRevokeOrdersItem(ordId: Option[String], clOrdId: Option[String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Kline(ts: Long, open: Double, low: Double, high: Double, close: Double, volume: Double, end: Boolean)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
enum MarginMode

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Order(orderId: String, orderClientId: String, side: OrderAction, avgPrice: Double, price: Double, size: Double, filledQty: Double, state: OrderState, orderType: OrderType, fee: Double, createTime: Long, updateTime: Long)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
object
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object OrderAction

Attributes

Companion
enum
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
case class OrderBook(ts: Long, bids: Seq[Seq[Double]], asks: Seq[Seq[Double]])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
enum OrderState

Attributes

Companion
object
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object OrderState

Attributes

Companion
enum
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
OrderState.type
enum OrderType

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Position(marginMode: MarginMode, side: PositionSide, size: Option[Double], avgPrice: Option[Double], createTime: Long, updateTime: Long)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class RestPosition(marginMode: MarginMode, side: PositionSide, size: Double, avgPrice: Double, createTime: Long, updateTime: Long)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class SymbolInfo(quantityStep: Double, priceStep: Double, ctVal: Double)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all