case class InstrumentPartiesGroup(instrumentPartyIDField: Option[InstrumentPartyIDField] = None, instrumentPartyIDSourceField: Option[InstrumentPartyIDSourceField] = None, instrumentPartyRoleField: Option[InstrumentPartyRoleField] = None, instrumentPtysSubGrpComponent: Option[InstrumentPtysSubGrpComponent] = None) extends SfFixGroup with SfFixRenderable with SfFixFieldsToAscii with Product with Serializable
Generated by SackFix code generator on 20210314 Source specification was read from: /quickfixj1.6.0/FIX50.xml
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InstrumentPartiesGroup
- Serializable
- Product
- Equals
- SfFixFieldsToAscii
- SfFixRenderable
- SfFixGroup
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new InstrumentPartiesGroup(instrumentPartyIDField: Option[InstrumentPartyIDField] = None, instrumentPartyIDSourceField: Option[InstrumentPartyIDSourceField] = None, instrumentPartyRoleField: Option[InstrumentPartyRoleField] = None, instrumentPtysSubGrpComponent: Option[InstrumentPtysSubGrpComponent] = 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
- InstrumentPartiesGroup → SfFixRenderable
- def appendStringBuilder(b: StringBuilder = new StringBuilder): StringBuilder
- Definition Classes
- InstrumentPartiesGroup → SfFixRenderable
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- lazy val fixStr: String
- Definition Classes
- InstrumentPartiesGroup → SfFixGroup
- 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 instrumentPartyIDField: Option[InstrumentPartyIDField]
- val instrumentPartyIDSourceField: Option[InstrumentPartyIDSourceField]
- val instrumentPartyRoleField: Option[InstrumentPartyRoleField]
- val instrumentPtysSubGrpComponent: Option[InstrumentPtysSubGrpComponent]
- 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
- @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
- InstrumentPartiesGroup → AnyRef → Any
- 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()