case class UnderlyingInstrumentComponent(underlyingSymbolField: UnderlyingSymbolField, underlyingSymbolSfxField: Option[UnderlyingSymbolSfxField] = None, underlyingSecurityIDField: Option[UnderlyingSecurityIDField] = None, underlyingSecurityIDSourceField: Option[UnderlyingSecurityIDSourceField] = None, noUnderlyingSecurityAltIDField: Option[NoUnderlyingSecurityAltIDField] = None, underlyingSecurityAltIDGroups: Option[List[UnderlyingSecurityAltIDGroup]] = None, underlyingProductField: Option[UnderlyingProductField] = None, underlyingCFICodeField: Option[UnderlyingCFICodeField] = None, underlyingSecurityTypeField: Option[UnderlyingSecurityTypeField] = None, underlyingMaturityMonthYearField: Option[UnderlyingMaturityMonthYearField] = None, underlyingMaturityDateField: Option[UnderlyingMaturityDateField] = None, underlyingCouponPaymentDateField: Option[UnderlyingCouponPaymentDateField] = None, underlyingIssueDateField: Option[UnderlyingIssueDateField] = None, underlyingRepoCollateralSecurityTypeField: Option[UnderlyingRepoCollateralSecurityTypeField] = None, underlyingRepurchaseTermField: Option[UnderlyingRepurchaseTermField] = None, underlyingRepurchaseRateField: Option[UnderlyingRepurchaseRateField] = None, underlyingFactorField: Option[UnderlyingFactorField] = None, underlyingCreditRatingField: Option[UnderlyingCreditRatingField] = None, underlyingInstrRegistryField: Option[UnderlyingInstrRegistryField] = None, underlyingCountryOfIssueField: Option[UnderlyingCountryOfIssueField] = None, underlyingStateOrProvinceOfIssueField: Option[UnderlyingStateOrProvinceOfIssueField] = None, underlyingLocaleOfIssueField: Option[UnderlyingLocaleOfIssueField] = None, underlyingRedemptionDateField: Option[UnderlyingRedemptionDateField] = 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) extends SfFixComponent with SfFixRenderable with SfFixFieldsToAscii with Product with Serializable
Generated by SackFix code generator on 20210314 Source specification was read from: /quickfixj1.6.0/FIX43.xml
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UnderlyingInstrumentComponent
- Serializable
- Product
- Equals
- SfFixFieldsToAscii
- SfFixRenderable
- SfFixComponent
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new UnderlyingInstrumentComponent(underlyingSymbolField: UnderlyingSymbolField, underlyingSymbolSfxField: Option[UnderlyingSymbolSfxField] = None, underlyingSecurityIDField: Option[UnderlyingSecurityIDField] = None, underlyingSecurityIDSourceField: Option[UnderlyingSecurityIDSourceField] = None, noUnderlyingSecurityAltIDField: Option[NoUnderlyingSecurityAltIDField] = None, underlyingSecurityAltIDGroups: Option[List[UnderlyingSecurityAltIDGroup]] = None, underlyingProductField: Option[UnderlyingProductField] = None, underlyingCFICodeField: Option[UnderlyingCFICodeField] = None, underlyingSecurityTypeField: Option[UnderlyingSecurityTypeField] = None, underlyingMaturityMonthYearField: Option[UnderlyingMaturityMonthYearField] = None, underlyingMaturityDateField: Option[UnderlyingMaturityDateField] = None, underlyingCouponPaymentDateField: Option[UnderlyingCouponPaymentDateField] = None, underlyingIssueDateField: Option[UnderlyingIssueDateField] = None, underlyingRepoCollateralSecurityTypeField: Option[UnderlyingRepoCollateralSecurityTypeField] = None, underlyingRepurchaseTermField: Option[UnderlyingRepurchaseTermField] = None, underlyingRepurchaseRateField: Option[UnderlyingRepurchaseRateField] = None, underlyingFactorField: Option[UnderlyingFactorField] = None, underlyingCreditRatingField: Option[UnderlyingCreditRatingField] = None, underlyingInstrRegistryField: Option[UnderlyingInstrRegistryField] = None, underlyingCountryOfIssueField: Option[UnderlyingCountryOfIssueField] = None, underlyingStateOrProvinceOfIssueField: Option[UnderlyingStateOrProvinceOfIssueField] = None, underlyingLocaleOfIssueField: Option[UnderlyingLocaleOfIssueField] = None, underlyingRedemptionDateField: Option[UnderlyingRedemptionDateField] = 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)
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
- UnderlyingInstrumentComponent → SfFixRenderable
- def appendStringBuilder(b: StringBuilder = new StringBuilder): StringBuilder
- Definition Classes
- UnderlyingInstrumentComponent → 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 encodedUnderlyingIssuerField: Option[EncodedUnderlyingIssuerField]
- val encodedUnderlyingIssuerLenField: Option[EncodedUnderlyingIssuerLenField]
- val encodedUnderlyingSecurityDescField: Option[EncodedUnderlyingSecurityDescField]
- val encodedUnderlyingSecurityDescLenField: Option[EncodedUnderlyingSecurityDescLenField]
- 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
- UnderlyingInstrumentComponent → SfFixComponent
- 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
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val noUnderlyingSecurityAltIDField: Option[NoUnderlyingSecurityAltIDField]
- 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
- UnderlyingInstrumentComponent → AnyRef → Any
- val underlyingCFICodeField: Option[UnderlyingCFICodeField]
- val underlyingContractMultiplierField: Option[UnderlyingContractMultiplierField]
- val underlyingCountryOfIssueField: Option[UnderlyingCountryOfIssueField]
- val underlyingCouponPaymentDateField: Option[UnderlyingCouponPaymentDateField]
- val underlyingCouponRateField: Option[UnderlyingCouponRateField]
- val underlyingCreditRatingField: Option[UnderlyingCreditRatingField]
- val underlyingFactorField: Option[UnderlyingFactorField]
- val underlyingInstrRegistryField: Option[UnderlyingInstrRegistryField]
- val underlyingIssueDateField: Option[UnderlyingIssueDateField]
- val underlyingIssuerField: Option[UnderlyingIssuerField]
- val underlyingLocaleOfIssueField: Option[UnderlyingLocaleOfIssueField]
- val underlyingMaturityDateField: Option[UnderlyingMaturityDateField]
- val underlyingMaturityMonthYearField: Option[UnderlyingMaturityMonthYearField]
- val underlyingOptAttributeField: Option[UnderlyingOptAttributeField]
- val underlyingProductField: Option[UnderlyingProductField]
- val underlyingPutOrCallField: Option[UnderlyingPutOrCallField]
- val underlyingRedemptionDateField: Option[UnderlyingRedemptionDateField]
- val underlyingRepoCollateralSecurityTypeField: Option[UnderlyingRepoCollateralSecurityTypeField]
- val underlyingRepurchaseRateField: Option[UnderlyingRepurchaseRateField]
- val underlyingRepurchaseTermField: Option[UnderlyingRepurchaseTermField]
- val underlyingSecurityAltIDGroups: Option[List[UnderlyingSecurityAltIDGroup]]
- val underlyingSecurityDescField: Option[UnderlyingSecurityDescField]
- val underlyingSecurityExchangeField: Option[UnderlyingSecurityExchangeField]
- val underlyingSecurityIDField: Option[UnderlyingSecurityIDField]
- val underlyingSecurityIDSourceField: Option[UnderlyingSecurityIDSourceField]
- val underlyingSecurityTypeField: Option[UnderlyingSecurityTypeField]
- val underlyingStateOrProvinceOfIssueField: Option[UnderlyingStateOrProvinceOfIssueField]
- val underlyingStrikePriceField: Option[UnderlyingStrikePriceField]
- val underlyingSymbolField: UnderlyingSymbolField
- val underlyingSymbolSfxField: Option[UnderlyingSymbolSfxField]
- 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()