case class AllocationReportAckMessage(allocReportIDField: AllocReportIDField, allocIDField: AllocIDField, partiesComponent: Option[PartiesComponent] = None, secondaryAllocIDField: Option[SecondaryAllocIDField] = None, tradeDateField: Option[TradeDateField] = None, transactTimeField: TransactTimeField, allocStatusField: AllocStatusField, allocRejCodeField: Option[AllocRejCodeField] = None, allocReportTypeField: Option[AllocReportTypeField] = None, allocIntermedReqTypeField: Option[AllocIntermedReqTypeField] = None, matchStatusField: Option[MatchStatusField] = None, productField: Option[ProductField] = None, securityTypeField: Option[SecurityTypeField] = None, textField: Option[TextField] = None, encodedTextLenField: Option[EncodedTextLenField] = None, encodedTextField: Option[EncodedTextField] = None, noAllocsField: Option[NoAllocsField] = None, allocsGroups: Option[List[AllocsGroup]] = 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
- AllocationReportAckMessage
- Serializable
- Product
- Equals
- SfFixFieldsToAscii
- SfFixRenderable
- SfFixMessageBody
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new AllocationReportAckMessage(allocReportIDField: AllocReportIDField, allocIDField: AllocIDField, partiesComponent: Option[PartiesComponent] = None, secondaryAllocIDField: Option[SecondaryAllocIDField] = None, tradeDateField: Option[TradeDateField] = None, transactTimeField: TransactTimeField, allocStatusField: AllocStatusField, allocRejCodeField: Option[AllocRejCodeField] = None, allocReportTypeField: Option[AllocReportTypeField] = None, allocIntermedReqTypeField: Option[AllocIntermedReqTypeField] = None, matchStatusField: Option[MatchStatusField] = None, productField: Option[ProductField] = None, securityTypeField: Option[SecurityTypeField] = None, textField: Option[TextField] = None, encodedTextLenField: Option[EncodedTextLenField] = None, encodedTextField: Option[EncodedTextField] = None, noAllocsField: Option[NoAllocsField] = None, allocsGroups: Option[List[AllocsGroup]] = 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
- val allocIDField: AllocIDField
- val allocIntermedReqTypeField: Option[AllocIntermedReqTypeField]
- val allocRejCodeField: Option[AllocRejCodeField]
- val allocReportIDField: AllocReportIDField
- val allocReportTypeField: Option[AllocReportTypeField]
- val allocStatusField: AllocStatusField
- val allocsGroups: Option[List[AllocsGroup]]
- def appendFixStr(b: StringBuilder = new StringBuilder): StringBuilder
- Definition Classes
- AllocationReportAckMessage → SfFixRenderable
- def appendStringBuilder(b: StringBuilder = new StringBuilder): StringBuilder
- Definition Classes
- AllocationReportAckMessage → 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()
- val encodedTextField: Option[EncodedTextField]
- val encodedTextLenField: Option[EncodedTextLenField]
- 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
- AllocationReportAckMessage → 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()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val matchStatusField: Option[MatchStatusField]
- val msgType: String
- Definition Classes
- SfFixMessageBody
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val noAllocsField: Option[NoAllocsField]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val partiesComponent: Option[PartiesComponent]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val productField: Option[ProductField]
- val secondaryAllocIDField: Option[SecondaryAllocIDField]
- val securityTypeField: Option[SecurityTypeField]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val textField: Option[TextField]
- def toString(): String
- Definition Classes
- AllocationReportAckMessage → AnyRef → Any
- val tradeDateField: Option[TradeDateField]
- val transactTimeField: TransactTimeField
- 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()