quant.trader.exchange

Members list

Type members

Classlikes

class BinanceF(val apiKey: String, val apiSecret: String, val baseToken: String, val quoteToken: String, val precision: Int, val proxy: Option[Proxy]) extends Trader

Attributes

Companion
object
Supertypes
trait Trader
class Object
trait Matchable
class Any
object BinanceF

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
BinanceF.type
enum HttpMethod

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
class Okx(val baseToken: String, val quoteToken: String, val ak: String, val skStr: String, val secret: String, val proxy: Option[Proxy]) extends Trader

Attributes

Companion
object
Supertypes
trait Trader
class Object
trait Matchable
class Any
object Okx

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Okx.type
object TestBinance extends ZIOAppDefault

Attributes

Supertypes
trait ZIOAppDefault
trait ZIOApp
trait ZIOAppVersionSpecific
class Object
trait Matchable
class Any
Show all
Self type

Value members

Concrete methods

def withPrecision(v: Double, precision: Int): Double

Extensions

Extensions

extension (flag: LimitOrderFlag)
def binanceTimeInForce: String
extension (o: PositionSide.type)
def parseOkx(s: String): PositionSide
extension (o: OrderState.type)
def parseOkx(s: String): OrderState
extension (o: OrderType.type)
def parseOkx(s: String, price: String): OrderType
extension (o: MarginMode.type)
def parseOkx(s: String): MarginMode