Packages

case class PositionReportMessage(posMaintRptIDField: PosMaintRptIDField, posReqIDField: Option[PosReqIDField] = None, posReqTypeField: Option[PosReqTypeField] = None, subscriptionRequestTypeField: Option[SubscriptionRequestTypeField] = None, totalNumPosReportsField: Option[TotalNumPosReportsField] = None, unsolicitedIndicatorField: Option[UnsolicitedIndicatorField] = None, posReqResultField: PosReqResultField, clearingBusinessDateField: ClearingBusinessDateField, settlSessIDField: Option[SettlSessIDField] = None, settlSessSubIDField: Option[SettlSessSubIDField] = None, partiesComponent: PartiesComponent, accountField: AccountField, acctIDSourceField: Option[AcctIDSourceField] = None, accountTypeField: AccountTypeField, instrumentComponent: Option[InstrumentComponent] = None, currencyField: Option[CurrencyField] = None, settlPriceField: SettlPriceField, settlPriceTypeField: SettlPriceTypeField, priorSettlPriceField: PriorSettlPriceField, noLegsField: Option[NoLegsField] = None, legsGroups: Option[List[LegsGroup]] = None, noUnderlyingsField: Option[NoUnderlyingsField] = None, underlyingsGroups: Option[List[UnderlyingsGroup]] = None, positionQtyComponent: PositionQtyComponent, positionAmountDataComponent: PositionAmountDataComponent, registStatusField: Option[RegistStatusField] = None, deliveryDateField: Option[DeliveryDateField] = None, textField: Option[TextField] = None, encodedTextLenField: Option[EncodedTextLenField] = None, encodedTextField: Option[EncodedTextField] = 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
Serializable, Product, Equals, SfFixFieldsToAscii, SfFixRenderable, SfFixMessageBody, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PositionReportMessage
  2. Serializable
  3. Product
  4. Equals
  5. SfFixFieldsToAscii
  6. SfFixRenderable
  7. SfFixMessageBody
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PositionReportMessage(posMaintRptIDField: PosMaintRptIDField, posReqIDField: Option[PosReqIDField] = None, posReqTypeField: Option[PosReqTypeField] = None, subscriptionRequestTypeField: Option[SubscriptionRequestTypeField] = None, totalNumPosReportsField: Option[TotalNumPosReportsField] = None, unsolicitedIndicatorField: Option[UnsolicitedIndicatorField] = None, posReqResultField: PosReqResultField, clearingBusinessDateField: ClearingBusinessDateField, settlSessIDField: Option[SettlSessIDField] = None, settlSessSubIDField: Option[SettlSessSubIDField] = None, partiesComponent: PartiesComponent, accountField: AccountField, acctIDSourceField: Option[AcctIDSourceField] = None, accountTypeField: AccountTypeField, instrumentComponent: Option[InstrumentComponent] = None, currencyField: Option[CurrencyField] = None, settlPriceField: SettlPriceField, settlPriceTypeField: SettlPriceTypeField, priorSettlPriceField: PriorSettlPriceField, noLegsField: Option[NoLegsField] = None, legsGroups: Option[List[LegsGroup]] = None, noUnderlyingsField: Option[NoUnderlyingsField] = None, underlyingsGroups: Option[List[UnderlyingsGroup]] = None, positionQtyComponent: PositionQtyComponent, positionAmountDataComponent: PositionAmountDataComponent, registStatusField: Option[RegistStatusField] = None, deliveryDateField: Option[DeliveryDateField] = None, textField: Option[TextField] = None, encodedTextLenField: Option[EncodedTextLenField] = None, encodedTextField: Option[EncodedTextField] = None)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val accountField: AccountField
  5. val accountTypeField: AccountTypeField
  6. val acctIDSourceField: Option[AcctIDSourceField]
  7. def appendFixStr(b: StringBuilder = new StringBuilder): StringBuilder
    Definition Classes
    PositionReportMessage → SfFixRenderable
  8. def appendStringBuilder(b: StringBuilder = new StringBuilder): StringBuilder
    Definition Classes
    PositionReportMessage → SfFixRenderable
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. val clearingBusinessDateField: ClearingBusinessDateField
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. val currencyField: Option[CurrencyField]
  13. val deliveryDateField: Option[DeliveryDateField]
  14. val encodedTextField: Option[EncodedTextField]
  15. val encodedTextLenField: Option[EncodedTextLenField]
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  18. lazy val fixStr: String
    Definition Classes
    PositionReportMessage → SfFixMessageBody
  19. def format(fmt: (StringBuilder, SfFixRenderable) => Unit, b: StringBuilder = new StringBuilder()): StringBuilder
  20. def formatForFix(b: StringBuilder, f: SfFixRenderable): Unit
    Definition Classes
    SfFixFieldsToAscii
  21. def formatForToString(b: StringBuilder, f: SfFixRenderable): Unit
    Definition Classes
    SfFixFieldsToAscii
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. val instrumentComponent: Option[InstrumentComponent]
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. val legsGroups: Option[List[LegsGroup]]
  26. val msgType: String
    Definition Classes
    SfFixMessageBody
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. val noLegsField: Option[NoLegsField]
  29. val noUnderlyingsField: Option[NoUnderlyingsField]
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. val partiesComponent: PartiesComponent
  33. val posMaintRptIDField: PosMaintRptIDField
  34. val posReqIDField: Option[PosReqIDField]
  35. val posReqResultField: PosReqResultField
  36. val posReqTypeField: Option[PosReqTypeField]
  37. val positionAmountDataComponent: PositionAmountDataComponent
  38. val positionQtyComponent: PositionQtyComponent
  39. val priorSettlPriceField: PriorSettlPriceField
  40. def productElementNames: Iterator[String]
    Definition Classes
    Product
  41. val registStatusField: Option[RegistStatusField]
  42. val settlPriceField: SettlPriceField
  43. val settlPriceTypeField: SettlPriceTypeField
  44. val settlSessIDField: Option[SettlSessIDField]
  45. val settlSessSubIDField: Option[SettlSessSubIDField]
  46. val subscriptionRequestTypeField: Option[SubscriptionRequestTypeField]
  47. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  48. val textField: Option[TextField]
  49. def toString(): String
    Definition Classes
    PositionReportMessage → AnyRef → Any
  50. val totalNumPosReportsField: Option[TotalNumPosReportsField]
  51. val underlyingsGroups: Option[List[UnderlyingsGroup]]
  52. val unsolicitedIndicatorField: Option[UnsolicitedIndicatorField]
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from SfFixFieldsToAscii

Inherited from SfFixRenderable

Inherited from SfFixMessageBody

Inherited from AnyRef

Inherited from Any

Ungrouped