All Downloads are FREE. Search and download functionalities are using the official Maven repository.

quant.trader.StrategyState.scala Maven / Gradle / Ivy

package quant.trader

import zio.*

class StrategyState(
  val positions: Ref[Chunk[Trader.Position]],
  val orders: Ref[Chunk[Trader.Order]],
  val midPrice: Ref[Double],
  val offset: Ref[Double],
  val volatility: Ref[Double]
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy