forwardTrnsfrRsn Enumeration   Table of ContentUnderlyingInstrument Constructor forward
UnderlyingInstrument Class
Information about underlying instrument.
Inheritance Hierarchy
System.Object
  OnixS.CmeStpHandler.UnderlyingInstrument

Namespace:  OnixS.CmeStpHandler
Assembly:  OnixS.CmeStpHandler-net-4.8 (in OnixS.CmeStpHandler-net-4.8.dll) Version: 3.5.0.0 (3.5.0)
Syntax
C#
[SerializableAttribute]
public class UnderlyingInstrument

The UnderlyingInstrument type exposes the following members.

Constructors
  NameDescription
Public methodUnderlyingInstrument
Default constructor.
Top
Properties
  NameDescription
Public propertyStreams
Information about underlying instrument streams reported.
Public propertyUnderlyingDirtyPrice
Price (percent-of-par or per unit) of the underlying security or basket. "Dirty" means it includes accrued interest.
Public propertyUnderlyingMaturity
The expiration period code of an underlying instrument.
Public propertyUnderlyingPrice
Underlying price associate with a derivative instrument.
Public propertyUnderlyingProductCode
Used as the primary identifier for the underlying instrument.
Public propertyUnderlyingProductCodeSource
Identifies the source of the underlying instrument. H - Clearing House / Clearing Organization
Public propertyUnderlyingProductExchange
The exchange on which the underlying security is listed.
Public propertyUnderlyingSecurityType
Used to indicate the type of underlying security being reported.
Public propertyUnderlyingSymbol
Underlying symbol.
Public propertyUnderlyingSymbolSfx
Sfx.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also