forwardReportInstrument Methods   Table of ContentReportSide Constructor forward
ReportSide Class
Information about sides.
Inheritance Hierarchy
System.Object
  OnixS.CmeStpHandler.ReportSide

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 ReportSide

The ReportSide type exposes the following members.

Constructors
  NameDescription
Public methodReportSide
Default constructor.
Top
Properties
  NameDescription
Public propertyAccruedInterestRate
The amount the buyer compensates the seller for the portion of the next coupon interest payment the seller has earned but will not receive from the issuer because the issuer will send the next coupon payment to the buyer. Accrued Interest Rate is the annualized Accrued Interest amount divided by the purchase price of the bond.
Public propertyAggressorIndicator
Used to identify whether or not the order initiator is an aggressor in the trade.
Public propertyAllocationIndicator
Identifies if the trade is marked for allocation.
Public propertyAveragePricingIndicator
Indicates if the trade is marked for average pricing allocation.
Public propertyClientOrderID
Represents the TON number provided for CME Globex® trades and the Order ID for Pit trades. Format = Alphanumeric
Public propertyClientOrderID2
Client Order ID 2.
Public propertyCommissionData
Information about Commission Data.
Public propertyCompressionGroupID
Identifies all trades in a netting or compression group, including both terminating trades and any remnant trades that result from the operation.
Public propertyCurrency
Identifies currency used for price. It is recommended that systems provide the currency value whenever possible. Currency codes used in FIX are those defined in ISO 4217 standard. To obtain the current valid list: http://www.iso.org/iso/support/faqs/faqs_widely_used_standards/widely_used_standards_other/currency_codes/currency_codes_list-1.htm
Public propertyCustomerCapacity
The customer capacity for this trade.
Public propertyCustomerOrderHandlingInstruction
Defines source of original order.
Public propertyEndCash
Ending dirty cash consideration of a financing deal. i.e. reimbursed to the buyer on the End Date.
Public propertyFundDesignation
Fund Designation as specified at order submission time.
Public propertyLiquidityFlag
Indicates if an order was submitted for market making obligation as required for MiFID. Applicable only for EU fixed income markets.
Public propertyManualOrderIndicator
Indicates if the order was created manually or through API.
Public propertyMemoField
Free format text field.
Public propertyOrderID
Order ID
Public propertyParties
List of parties.
Public propertyRelatedTrades
List of trade timestamps.
Public propertySecondaryAllocationGroupID
Indicates the clearing assigned identifier used for the allocation group. This links trades marked for allocation that are part of the same group, as well as offset trades once allocations from that group are claimed.
Public propertySide
Side of order Supported Values: 1 = Buy 2 = Sell
Public propertySideOrigTradeID
Used to capture the original trade id for each side of a trade undergoing novation to a standardized model.
Public propertySideRegulatoryTrades
Information about Side Regulatory Trade.
Public propertyStartCash
Starting dirty cash consideration of a financing deal, i.e. paid to the seller on the Start Date.
Public propertyStrategyLinkID
Unique ID linking all individual legs of a spread or strategy together. It can also link individual legs to the parent multi-leg trade.
Public propertyText
Free format text string.
Public propertyTradeInputSource
CME Defined Supported Values: CPC = CME ClearPort® Clearing, CPT = CME ClearPort® Trading, CXPIT = COMEX Trading Floor, GLBX = CME Globex® , NXPIT = NYMEX Trading Floor
Public propertyTradeTimeStamps
List of trade timestamps.
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