forwardReportSide Methods   Table of ContentRequestInstrument Constructor forward
RequestInstrument Class
Requested instrument description.
Inheritance Hierarchy
System.Object
  OnixS.CmeStpHandler.RequestInstrument

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 RequestInstrument

The RequestInstrument type exposes the following members.

Constructors
  NameDescription
Public methodRequestInstrument
Default constructor.
Top
Properties
  NameDescription
Public propertyProduct
Enables the user to filter trades based on a specific product.
Public propertySecurityExchange
Security Exchange. CME Defined Supported Values: - BTEU - BrokerTec EU. - BTUS - BrokerTec US. - CBT - Chicago Board of Trade. - CEE - Stock Exchange Group. - CMD - Credit Default Swap Exchange. - CME - Chicago Mercantile Exchange. - COMEX - Commodities Exchange, Inc. - DME - Dubai Mercantile Exchange. - EBS. - FXS - FX Spot. - IFUS - Intercontinental Exchange. - NGXC - Natural Gas Exchange. - NODX - Nodal. - NYMEX - New York Mercantile Exchange. - NYMSW - CME Swaps - NYMEX. - VMAC - VMAC. - XNAS - Nasdaq. - XXXX - OTC Trades.
Public propertySecurityID
The Clearing Product ID.
Public propertySecurityType
Security type of CME Product, e.g. CL.
Public propertySymbol
Ticker symbol. Common, "human understood" representation of the security. SecurityID (48) value can be specified if no symbol exists (e.g. non-exchange traded Collective Investment Vehicles). Use "[N/A]" for products which do not have a symbol.
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