Class/Object

org.sackfix.fix42

RelatedSymGroup

Related Docs: object RelatedSymGroup | package fix42

Permalink

case class RelatedSymGroup(underlyingSymbolField: Option[UnderlyingSymbolField] = None, underlyingSymbolSfxField: Option[UnderlyingSymbolSfxField] = None, underlyingSecurityIDField: Option[UnderlyingSecurityIDField] = None, underlyingIDSourceField: Option[UnderlyingIDSourceField] = None, underlyingSecurityTypeField: Option[UnderlyingSecurityTypeField] = None, underlyingMaturityMonthYearField: Option[UnderlyingMaturityMonthYearField] = None, underlyingMaturityDayField: Option[UnderlyingMaturityDayField] = None, underlyingPutOrCallField: Option[UnderlyingPutOrCallField] = None, underlyingStrikePriceField: Option[UnderlyingStrikePriceField] = None, underlyingOptAttributeField: Option[UnderlyingOptAttributeField] = None, underlyingContractMultiplierField: Option[UnderlyingContractMultiplierField] = None, underlyingCouponRateField: Option[UnderlyingCouponRateField] = None, underlyingSecurityExchangeField: Option[UnderlyingSecurityExchangeField] = None, underlyingIssuerField: Option[UnderlyingIssuerField] = None, encodedUnderlyingIssuerLenField: Option[EncodedUnderlyingIssuerLenField] = None, encodedUnderlyingIssuerField: Option[EncodedUnderlyingIssuerField] = None, underlyingSecurityDescField: Option[UnderlyingSecurityDescField] = None, encodedUnderlyingSecurityDescLenField: Option[EncodedUnderlyingSecurityDescLenField] = None, encodedUnderlyingSecurityDescField: Option[EncodedUnderlyingSecurityDescField] = None, ratioQtyField: Option[RatioQtyField] = None, sideField: Option[SideField] = None, underlyingCurrencyField: Option[UnderlyingCurrencyField] = None) extends SfFixGroup with SfFixRenderable with SfFixFieldsToAscii with Product with Serializable

Generated by SackFix code generator on 20170404 Source specification was read from: /quickfixj1.6.0/FIX42.xml

Linear Supertypes
Serializable, Serializable, Product, Equals, SfFixFieldsToAscii, SfFixRenderable, SfFixGroup, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RelatedSymGroup
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. SfFixFieldsToAscii
  7. SfFixRenderable
  8. SfFixGroup
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RelatedSymGroup(underlyingSymbolField: Option[UnderlyingSymbolField] = None, underlyingSymbolSfxField: Option[UnderlyingSymbolSfxField] = None, underlyingSecurityIDField: Option[UnderlyingSecurityIDField] = None, underlyingIDSourceField: Option[UnderlyingIDSourceField] = None, underlyingSecurityTypeField: Option[UnderlyingSecurityTypeField] = None, underlyingMaturityMonthYearField: Option[UnderlyingMaturityMonthYearField] = None, underlyingMaturityDayField: Option[UnderlyingMaturityDayField] = None, underlyingPutOrCallField: Option[UnderlyingPutOrCallField] = None, underlyingStrikePriceField: Option[UnderlyingStrikePriceField] = None, underlyingOptAttributeField: Option[UnderlyingOptAttributeField] = None, underlyingContractMultiplierField: Option[UnderlyingContractMultiplierField] = None, underlyingCouponRateField: Option[UnderlyingCouponRateField] = None, underlyingSecurityExchangeField: Option[UnderlyingSecurityExchangeField] = None, underlyingIssuerField: Option[UnderlyingIssuerField] = None, encodedUnderlyingIssuerLenField: Option[EncodedUnderlyingIssuerLenField] = None, encodedUnderlyingIssuerField: Option[EncodedUnderlyingIssuerField] = None, underlyingSecurityDescField: Option[UnderlyingSecurityDescField] = None, encodedUnderlyingSecurityDescLenField: Option[EncodedUnderlyingSecurityDescLenField] = None, encodedUnderlyingSecurityDescField: Option[EncodedUnderlyingSecurityDescField] = None, ratioQtyField: Option[RatioQtyField] = None, sideField: Option[SideField] = None, underlyingCurrencyField: Option[UnderlyingCurrencyField] = None)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def appendFixStr(b: StringBuilder = new StringBuilder): StringBuilder

    Permalink
    Definition Classes
    RelatedSymGroup → SfFixRenderable
  5. def appendStringBuilder(b: StringBuilder = new StringBuilder): StringBuilder

    Permalink
    Definition Classes
    RelatedSymGroup → SfFixRenderable
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val encodedUnderlyingIssuerField: Option[EncodedUnderlyingIssuerField]

    Permalink
  9. val encodedUnderlyingIssuerLenField: Option[EncodedUnderlyingIssuerLenField]

    Permalink
  10. val encodedUnderlyingSecurityDescField: Option[EncodedUnderlyingSecurityDescField]

    Permalink
  11. val encodedUnderlyingSecurityDescLenField: Option[EncodedUnderlyingSecurityDescLenField]

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. lazy val fixStr: String

    Permalink
    Definition Classes
    RelatedSymGroup → SfFixGroup
  15. def format(fmt: (StringBuilder, SfFixRenderable) ⇒ Unit, b: StringBuilder = new StringBuilder()): StringBuilder

    Permalink
  16. def formatForFix(b: StringBuilder, f: SfFixRenderable): Unit

    Permalink
    Definition Classes
    SfFixFieldsToAscii
  17. def formatForToString(b: StringBuilder, f: SfFixRenderable): Unit

    Permalink
    Definition Classes
    SfFixFieldsToAscii
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. val ratioQtyField: Option[RatioQtyField]

    Permalink
  24. val sideField: Option[SideField]

    Permalink
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

    Permalink
    Definition Classes
    RelatedSymGroup → AnyRef → Any
  27. val underlyingContractMultiplierField: Option[UnderlyingContractMultiplierField]

    Permalink
  28. val underlyingCouponRateField: Option[UnderlyingCouponRateField]

    Permalink
  29. val underlyingCurrencyField: Option[UnderlyingCurrencyField]

    Permalink
  30. val underlyingIDSourceField: Option[UnderlyingIDSourceField]

    Permalink
  31. val underlyingIssuerField: Option[UnderlyingIssuerField]

    Permalink
  32. val underlyingMaturityDayField: Option[UnderlyingMaturityDayField]

    Permalink
  33. val underlyingMaturityMonthYearField: Option[UnderlyingMaturityMonthYearField]

    Permalink
  34. val underlyingOptAttributeField: Option[UnderlyingOptAttributeField]

    Permalink
  35. val underlyingPutOrCallField: Option[UnderlyingPutOrCallField]

    Permalink
  36. val underlyingSecurityDescField: Option[UnderlyingSecurityDescField]

    Permalink
  37. val underlyingSecurityExchangeField: Option[UnderlyingSecurityExchangeField]

    Permalink
  38. val underlyingSecurityIDField: Option[UnderlyingSecurityIDField]

    Permalink
  39. val underlyingSecurityTypeField: Option[UnderlyingSecurityTypeField]

    Permalink
  40. val underlyingStrikePriceField: Option[UnderlyingStrikePriceField]

    Permalink
  41. val underlyingSymbolField: Option[UnderlyingSymbolField]

    Permalink
  42. val underlyingSymbolSfxField: Option[UnderlyingSymbolSfxField]

    Permalink
  43. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from SfFixFieldsToAscii

Inherited from SfFixRenderable

Inherited from SfFixGroup

Inherited from AnyRef

Inherited from Any

Ungrouped