forwardCollateralInstrument Methods   Table of ContentCollateralReport Constructor forward
CollateralReport Class
Collateral Report Message.
Inheritance Hierarchy
System.Object
  OnixS.CmeStpHandler.CollateralReport

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 CollateralReport

The CollateralReport type exposes the following members.

Constructors
  NameDescription
Public methodCollateralReport
Default constructor.
Top
Properties
  NameDescription
Public propertyAccruedInterestAmount
Amount of Accrued Interest for convertible bonds and fixed income.
Public propertyClearingBusinessDate
The "Clearing Business Date" referred to by this maintenance request.
Public propertyCollateralAllocationID
Globally unique identifier of the collateral allocation.
Public propertyCollateralAllocationNumber
Human-readable identifier for the collateral allocation.
Public propertyCollateralReportID
Collateral Report Identifier.
Public propertyCollateralReportTransactionType
Transaction type of the Collateral Report.
Public propertyCollateralRequestID
Collateral Request Identifier.
Public propertyCollateralStatus
Collateral status.
Public propertyDirtyPrice
Dirty price.
Public propertyEndCash
Ending dirty cash consideration of a financing deal. i.e. reimbursed to the buyer on the End Date.
Public propertyFinancingDetails
Information about financing details reported.
Public propertyInstrument
Information about instrument reported.
Public propertyLastMkt
Market of execution for last fill, or an indication of the market where an order was routed.
Public propertyLastUpdateTime
Timestamp of last update to data item (or creation if no updates made since creation).
Public propertyMaximumCollateralCount
Maximum number of different securities that can be allocated to the trade.
Public propertyMemo
Free format text field.
Public propertyOriginalCollateralAllocationID
In a substitution, this is the CollID of the allocation that was substituted.
Public propertyOriginalCollateralAllocationNumber
In a substitution, this is the CollNo of the allocation that was substituted.
Public propertyOriginalFixmlMessage
Gets Fixml string which represent original received message.
Public propertyParties
Information about Root Parties reported.
Public propertyPrice
Price per unit of quantity (e.g. per share).
Public propertyQuantity
Overall/total quantity (e.g. number of shares).
Public propertyRegulatoryTradeIDs
Information about related regulatory trade IDs.
Public propertyRelatedInstruments
Information about related instruments reported.
Public propertySecondaryTradeID
Used to carry an internal trade entity ID which may or may not be reported to the firm.
Public propertySenderCompID
On return messaging, NYMEX will be the SenderCompID.
Public propertySenderSubID
CME assigned user role used to identify specific role (traderadmin or clearingadmin). If not specified will default to highest assigned role.
Public propertySettlementTradeID
Trade identifier as assigned by BrokerTec Clearing.
Public propertySide
Side of order.
Public propertyStartCash
Starting dirty cash consideration of a financing deal, i.e. paid to the seller on the Start Date.
Public propertySubstitutionIndicator
Indicates the status of the substitution.
Public propertySubstitutionsRemaining
Number of remaining rights of substitution.
Public propertyTargetCompID
Identifies the entity to whom the message is being sent. This echoes the SenderCompID sent on the request.
Public propertyTargetSubID
Assigned value used to identify specific message recipient (user, etc.) This echoes the SenderSubID sent on the request.
Public propertyTotalEndCash
Total end cash of the trade.
Public propertyTotalStartCash
Total start cash of the trade.
Public propertyTradeCollateralStatus
Collateral status of the trade.
Public propertyTradeDate
Indicates date of trade referenced in this message in YYYYMMDD format. Absence of this field indicates current day (expressed in local time at place of trade).
Public propertyTransactTime
Timestamp when the business transaction represented by the message occurred.
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 methodFromXml
Extract data from XML and fill current 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 string representation of an object.
(Overrides Object.ToString().)
Top
See Also