forwardReportAlternateID Methods   Table of ContentReportInstrument Constructor forward
ReportInstrument Class
Information about reported instrument.
Inheritance Hierarchy
System.Object
  OnixS.CmeStpHandler.ReportInstrument

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 ReportInstrument

The ReportInstrument type exposes the following members.

Constructors
  NameDescription
Public methodReportInstrument
Default constructor.
Top
Properties
  NameDescription
Public propertyAccruedInterestDate
Used for CDS instruments. Represents the start date used to calculate the accrued interest.
Public propertyAlternateIDs
Information about Alternate IDs reported.
Public propertyCfiCode
Indicates the type of security using ISO 10962 standard, Classification of Financial Instruments (CFI code) values (tag # 461). Supported Values: FXXXX = Future OPXXXX = Option, Put OCXXXX = Option, Call
Public propertyCurrency
3 character ISO code of the dealing currency, currently trading only in base currency is supported.
Public propertyEvents
Information about instrument events reported.
Public propertyExerciseStyle
Type of exercise of a derivatives security.
Public propertyFXCurrencySymbol
Currency pair in CCY1/CCY2 format.
Public propertyGuid
Globally unique identifier.
Public propertyMaturityDate
Date of maturity or the settlement date of a CDS contract.
Public propertyMaturityMonthYear
Month and Year of the maturity (used for standardized futures and options). Format: YYYYMM (i.e. 199903) YYYYMMDD (20030323) YYYYMMwN (200303w1) for week
Public propertyNextCouponDate
This is used to indicate the next date on which Coupon Premium is due. Primarily used for CDS instruments.
Public propertyOptionExercise
Information about option exercise.
Public propertyPriceMultiplier
Specifies the ratio or multiply factor to convert from nominal units (e.g. contracts) to total units (e.g. barrels).
Public propertyPriceQuoteCurrency
The currency in which the price is quoted.
Public propertyPriceUnitofMeasure
Used to express the UOM of the price if different from the contract. In futures, this can be different for cross-rate products in which the price is quoted in units differently from the contract.
Public propertyPriceUnitOfMeasureCurrency
3 character ISO code of the base currency. Conditionally required when PriceUnitOfMeasure = Ccy.
Public propertyProduct
Indicates the type of product the security is associated with. See also the CFICode (461) and SecurityType (167) fields.
Public propertyPutOrCall
Indicates whether an option contract is a put or call. Supported Values: 0 - Put 1 - Call
Public propertyRestructuringType
A category of CDS credit event in which the underlying bond experiences a restructuring. Used to define a CDS instrument. Supported Values: FR - Full Restructuring MM - Modified Mod Restructuring MR - Modified Restructuring XR - No Restructuring specified
Public propertySecurityDescription
Long description/name for a product.
Public propertySecurityExchange
Security Exchange. CME Defined Supported Values: - CBT. - CCE. - CEE. - CEU - CMD - CME - COMEX - DME - NYMEX - EBS
Public propertySecurityID
Symbol for CME Product, e.g. CL (2 Characters).
Public propertySecuritySubtype
For spreads, indicates the strategy type. For CDS, indicates if the product is a Single Name or Index.
Public propertySecurityType
Indicates type of security. Will be provided in addition to the CFI code.
Public propertySecurityXML
Security XML.
Public propertySettlementMethod
Settlement method for a contract.
Public propertySourceOfTheProductCode
Identifies the source of the Security ID. If it is not specified, the default of Clearing is used. H - Clearing House / Clearing Organization.
Public propertyStreams
Information about instrument streams reported.
Public propertyStrikeIndex
Specifies the index used to calculate the strike price.
Public propertyStrikeIndexLocation
Strike Index Location.
Public propertyStrikeMultiplier
Used for derivatives. Multiplier applied to the strike price for the purpose of calculating the settlement value.
Public propertyStrikePrice
Strike Price for an Option.
Public propertySymbol
Symbol for a CME Contract, e.g. CLX05.
Public propertyUnderlyingPriceDeterminationMethod
Specifies how the underlying price is determined at the point of option exercise. The underlying price may be set to the current settlement price, set to a special reference, set to the optimal value of the underlying during the defined period ("Look-back") or set to the average value of the underlying during the defined period ("Asian option").
Public propertyUnitOfMeasure
Physical unit of measure for Derivative products. NOTE: Additional values may be used by mutual agreement of the counterparties.
Public propertyUnitOfMeasureCurrency
Indicates the currency of the unit of measure. Conditionally required when UnitOfMeasure = Amount of currency.
Public propertyUnitOfMeasureQuantity
Contract's defined quantity, used to calculate total traded notional quantity.
Public propertyUpiCode
Uniquely identifies the product of a security using the ISO 4914 standard
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