class Balance[TModelPoint, TModelState] extends BalanceLike[TModelPoint, TModelState]

Linear Supertypes
BalanceLike[TModelPoint, TModelState], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Balance
  2. BalanceLike
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Balance(initialAssets: List[AccountEntry[AssetAccount, TModelPoint, TModelState]], initialLiabilities: List[AccountEntry[LiabilityAccount, TModelPoint, TModelState]])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def applyTransactions(transactions: Iterable[Transaction[TModelPoint, TModelState]], assetHandler: (AssetAccount, Option[TModelPoint], Double) => Unit, liabilityHandler: (LiabilityAccount, Option[TModelPoint], Double) => Unit): List[AccountRecord[TModelPoint, TModelState]]
  5. def applyTransactions(transactions: Iterable[Transaction[TModelPoint, TModelState]]): List[AccountRecord[TModelPoint, TModelState]]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val assets: TrieMap[Option[TModelPoint], TrieMap[AssetAccount, ValueReference]]
    Attributes
    protected
    Definition Classes
    BalanceBalanceLike
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  9. def doubleFromValue(value: ValueReference): Double
    Attributes
    protected
    Definition Classes
    BalanceBalanceLike
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def getAssetAccount(account: AssetAccount, mp: Option[TModelPoint]): Double
    Definition Classes
    BalanceLike
  13. def getAssetAccounts(): Map[Option[TModelPoint], Map[AssetAccount, Double]]
    Definition Classes
    BalanceLike
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  15. def getLiabilityAccount(account: LiabilityAccount, mp: Option[TModelPoint]): Double
    Definition Classes
    BalanceLike
  16. def getLiabilityAccounts(): Map[Option[TModelPoint], Map[LiabilityAccount, Double]]
    Definition Classes
    BalanceLike
  17. def getPoints: List[TModelPoint]
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val liabilities: TrieMap[Option[TModelPoint], TrieMap[LiabilityAccount, ValueReference]]
    Attributes
    protected
    Definition Classes
    BalanceBalanceLike
  21. def link(point: TModelPoint, holder: AccountHolder[TModelPoint, TModelState]): Unit
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def nextStep(): Unit
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  26. val numericPrecision: Double
  27. val primo: FrozenBalance[TModelPoint, TModelState]
  28. def remove(point: TModelPoint): Option[TrieMap[LiabilityAccount, ValueReference]]
  29. val running: FrozenBalance[TModelPoint, TModelState]
  30. def save(): Unit
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from BalanceLike[TModelPoint, TModelState]

Inherited from AnyRef

Inherited from Any

Ungrouped