forwardIncludeCollateralIndicator Enumeration   Table of ContentInstrumentStream Constructor forward
InstrumentStream Class
Information about reported stream.
Inheritance Hierarchy
System.Object
  OnixS.CmeStpHandler.InstrumentStream

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 InstrumentStream

The InstrumentStream type exposes the following members.

Constructors
  NameDescription
Public methodInstrumentStream
Default constructor.
Top
Properties
  NameDescription
Public propertyCommodity
Information about Commodity reported.
Public propertyDeliveryStream
Delivery Stream.
Public propertyPaymentStream
A subcomponent of the Stream; details the attributes of a payment stream in a swap.
Public propertyStreamEffectiveDateAdjusted
Adjusted Effective Date.
Public propertyStreamNotional
Notional, or initial notional value for the payment stream. Use the PaymentScheduleGrp component to specify the rate steps.
Public propertyStreamNotionalFrequencyPeriod
Time unit multiplier for the swap stream's notional frequency.
Public propertyStreamNotionalFrequencyUnit
Time unit associated with the swap stream's notional frequency.
Public propertyStreamNotionalUnitOfMeasure
Specifies the delivery stream quantity unit of measure (UOM).
Public propertyStreamPaySide
The side of the party paying the stream.
Public propertyStreamReceiveSide
The side of the party selling the stream.
Public propertyStreamTerminationDateAdjusted
Adjusted Termination Date.
Public propertyStreamTotalNotional
Total notional or delivery quantity over the term of the contract.
Public propertyStreamTotalNotionalUnitOfMeasure
Specifies the unit of measure (UOM) for the total notional or delivery quantity over the term of the contract.
Public propertyStreamType
Type of swap stream.
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