case class MarketDataSnapshotFullRefreshMessage(mDReqIDField: Option[MDReqIDField] = None, instrumentComponent: InstrumentComponent, noUnderlyingsField: Option[NoUnderlyingsField] = None, underlyingsGroups: Option[List[UnderlyingsGroup]] = None, noLegsField: Option[NoLegsField] = None, legsGroups: Option[List[LegsGroup]] = None, financialStatusField: Option[FinancialStatusField] = None, corporateActionField: Option[CorporateActionField] = None, netChgPrevDayField: Option[NetChgPrevDayField] = None, noMDEntriesField: NoMDEntriesField, mDEntriesGroups: List[MDEntriesGroup], applQueueDepthField: Option[ApplQueueDepthField] = None, applQueueResolutionField: Option[ApplQueueResolutionField] = None) extends SfFixMessageBody with SfFixRenderable with SfFixFieldsToAscii with Product with Serializable
Generated by SackFix code generator on 20210314 Source specification was read from: /quickfixj1.6.0/FIX44.xml
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MarketDataSnapshotFullRefreshMessage
- Serializable
- Product
- Equals
- SfFixFieldsToAscii
- SfFixRenderable
- SfFixMessageBody
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new MarketDataSnapshotFullRefreshMessage(mDReqIDField: Option[MDReqIDField] = None, instrumentComponent: InstrumentComponent, noUnderlyingsField: Option[NoUnderlyingsField] = None, underlyingsGroups: Option[List[UnderlyingsGroup]] = None, noLegsField: Option[NoLegsField] = None, legsGroups: Option[List[LegsGroup]] = None, financialStatusField: Option[FinancialStatusField] = None, corporateActionField: Option[CorporateActionField] = None, netChgPrevDayField: Option[NetChgPrevDayField] = None, noMDEntriesField: NoMDEntriesField, mDEntriesGroups: List[MDEntriesGroup], applQueueDepthField: Option[ApplQueueDepthField] = None, applQueueResolutionField: Option[ApplQueueResolutionField] = None)
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
- def appendFixStr(b: StringBuilder = new StringBuilder): StringBuilder
- Definition Classes
- MarketDataSnapshotFullRefreshMessage → SfFixRenderable
- def appendStringBuilder(b: StringBuilder = new StringBuilder): StringBuilder
- Definition Classes
- MarketDataSnapshotFullRefreshMessage → SfFixRenderable
- val applQueueDepthField: Option[ApplQueueDepthField]
- val applQueueResolutionField: Option[ApplQueueResolutionField]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val corporateActionField: Option[CorporateActionField]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val financialStatusField: Option[FinancialStatusField]
- lazy val fixStr: String
- Definition Classes
- MarketDataSnapshotFullRefreshMessage → SfFixMessageBody
- def format(fmt: (StringBuilder, SfFixRenderable) => Unit, b: StringBuilder = new StringBuilder()): StringBuilder
- def formatForFix(b: StringBuilder, f: SfFixRenderable): Unit
- Definition Classes
- SfFixFieldsToAscii
- def formatForToString(b: StringBuilder, f: SfFixRenderable): Unit
- Definition Classes
- SfFixFieldsToAscii
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val instrumentComponent: InstrumentComponent
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val legsGroups: Option[List[LegsGroup]]
- val mDEntriesGroups: List[MDEntriesGroup]
- val mDReqIDField: Option[MDReqIDField]
- val msgType: String
- Definition Classes
- SfFixMessageBody
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val netChgPrevDayField: Option[NetChgPrevDayField]
- val noLegsField: Option[NoLegsField]
- val noMDEntriesField: NoMDEntriesField
- val noUnderlyingsField: Option[NoUnderlyingsField]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- MarketDataSnapshotFullRefreshMessage → AnyRef → Any
- val underlyingsGroups: Option[List[UnderlyingsGroup]]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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]) @native()