object TrdTypeField extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TrdTypeField
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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 AfterHoursTrade: Int
- val AllOrNone: Int
- val BlockTrade: Int
- val BlockTrade2: Int
- val BlockTrades: Int
- val BunchedTrade: Int
- val CashSettlement: Int
- val DeltaNeutralTransaction: Int
- val Efp: Int
- val ErrorTrade: Int
- val ExchangeForRisk: Int
- val ExchangeForSwap: Int
- val ExchangeOfFuturesFor: Int
- val ExchangeOfFuturesForFutures: Int
- val ExchangeOfOptionsForOptions: Int
- val FinancingTransaction: Int
- val FuturesLargeOrderExecution: Int
- val GuaranteedDelivery: Int
- val LateBunchedTrade: Int
- val LateTrade: Int
- val NameChange: Int
- val OptionCabinetTrade: Int
- val OptionExercise: Int
- val OptionInterimTrade: Int
- val PortfolioTransfer: Int
- val PriorReferencePriceTrade: Int
- val PrivatelyNegotiatedTrades: Int
- val ProrogationBuy: Int
- val ProrogationSell: Int
- val RegularTrade: Int
- val SpecialCumBonus: Int
- val SpecialCumCapitalRepayments: Int
- val SpecialCumCoupon: Int
- val SpecialCumDividend: Int
- val SpecialCumRights: Int
- val SpecialExBonus: Int
- val SpecialExCapitalRepayments: Int
- val SpecialExCoupon: Int
- val SpecialExDividend: Int
- val SpecialExRights: Int
- val SpecialPrice: Int
- val SubstitutionOfFuturesForForwards: Int
- val TTrade: Int
- val TagId: Int
- val TradingAtSettlement: Int
- val Transfer: Int
- val WeightedAveragePriceTrade: Int
- val WorkedPrincipalTrade: Int
- def apply(value: String): TrdTypeField
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def decode(a: Any): Option[TrdTypeField]
- def decode(a: Option[Any]): Option[TrdTypeField]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- lazy val fixDescriptionByValue: Map[Int, String]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- 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()