Packages

case class FixData(raw: Double, q: QFormat, roundType: RoundType = getFixRound(), symmetric: Boolean = getFixSym()) extends Product with Serializable

Fixnum

returns

FixData: -3.8125, Quantized by QFormat: SQ(8,4)

x.bin => 11000011 x.oct => 103 x.hex => c3

Example:
  1. val x = FixData(-3.785333,SQ(8,4))
Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FixData
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new FixData(raw: Double, q: QFormat, roundType: RoundType = getFixRound(), symmetric: Boolean = getFixSym())

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def *(right: FixData): FixData
  4. def +(right: FixData): FixData
  5. def -(right: FixData): FixData
  6. def <<(n: Int): FixData
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def >>(n: Int): FixData
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def asLong: Long
  11. def asLongPostive: Long
  12. def bin: String
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  14. def epsCeil(x: Double): Double
  15. def epsFloor(x: Double): Double
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def fixProcess(): Double
  18. def fixTo(newQ: QFormat): FixData
  19. def fixTo(newQ: QFormat, round: RoundType): FixData
  20. def fixTo(newQ: QFormat, round: RoundType, sym: Boolean): FixData
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def hex: String
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def isNegative: Boolean
  25. def isSigned: Boolean
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def oct: String
  30. def productElementNames: Iterator[String]
    Definition Classes
    Product
  31. val q: QFormat
  32. val raw: Double
  33. val roundType: RoundType
  34. val symmetric: Boolean
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    FixData → AnyRef → Any
  37. def unary_-: FixData
  38. val value: Double
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. 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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped