final case class DiscrepancyProjection(price: Double = 0.0, percent: Double = 0.0, discrepancy: Option[Double] = _root_.scala.None, p2PGrossDiscrepancy: Option[Double] = _root_.scala.None, p2PFeeDiscrepancy: Option[Double] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[DiscrepancyProjection] with Product with Serializable
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DiscrepancyProjection
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DiscrepancyProjection(price: Double = 0.0, percent: Double = 0.0, discrepancy: Option[Double] = _root_.scala.None, p2PGrossDiscrepancy: Option[Double] = _root_.scala.None, p2PFeeDiscrepancy: Option[Double] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearDiscrepancy: DiscrepancyProjection
- def clearP2PFeeDiscrepancy: DiscrepancyProjection
- def clearP2PGrossDiscrepancy: DiscrepancyProjection
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: DiscrepancyProjection.type
- Definition Classes
- DiscrepancyProjection → GeneratedMessage
- def discardUnknownFields: DiscrepancyProjection
- val discrepancy: Option[Double]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getDiscrepancy: Double
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- DiscrepancyProjection → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- DiscrepancyProjection → GeneratedMessage
- def getP2PFeeDiscrepancy: Double
- def getP2PGrossDiscrepancy: Double
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val p2PFeeDiscrepancy: Option[Double]
- val p2PGrossDiscrepancy: Option[Double]
- val percent: Double
- val price: Double
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- DiscrepancyProjection → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- DiscrepancyProjection → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[DiscrepancyProjection, DiscrepancyProjection]) => Mutation[DiscrepancyProjection]*): DiscrepancyProjection
- Definition Classes
- Updatable
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withDiscrepancy(__v: Double): DiscrepancyProjection
- def withP2PFeeDiscrepancy(__v: Double): DiscrepancyProjection
- def withP2PGrossDiscrepancy(__v: Double): DiscrepancyProjection
- def withPercent(__v: Double): DiscrepancyProjection
- def withPrice(__v: Double): DiscrepancyProjection
- def withUnknownFields(__v: UnknownFieldSet): DiscrepancyProjection
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- DiscrepancyProjection → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)