forwardToString Method    Table of ContentTradeCaptureReportRequestAcknowledgement Constructor forward
TradeCaptureReportRequestAcknowledgement Class
The Request Acknowledgment will only be sent to deliver error messages.
Inheritance Hierarchy
System.Object
  OnixS.CmeStpHandler.TradeCaptureReportRequestAcknowledgement

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 TradeCaptureReportRequestAcknowledgement

The TradeCaptureReportRequestAcknowledgement type exposes the following members.

Constructors
  NameDescription
Public methodTradeCaptureReportRequestAcknowledgement
Initializes a new instance of the TradeCaptureReportRequestAcknowledgement class
Top
Properties
  NameDescription
Public propertyOriginalFixmlMessage
Gets Fixml string which represent original received message.
Public propertySenderCompID
Assigned value used to identify customer firm sending message.
Public propertySenderSubID
The user ID assigned to the sender must be provided in all uppercase letters.
Public propertySubscriptionRequestType
Subscription Request Type Supported Values: 0 = Snapshot (Query) 1 = Subscribe
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 propertyText
Free format text string for error messaging. (Note: this field does not have a specified maximum length).
Public propertyTradeRequestID
Unique ID from client.
Public propertyTradeRequestResult
Result of Trade Request Supported Values: 0 = Successful (Default) 1 = Invalid or unknown instrument 2 = Invalid type of trade requested 3 = Invalid parties 4 = Invalid Transport Type requested 5 = Invalid Destination requested 8 = TradeRequestType not supported 9 = Unauthorized for Trade Capture Report Request
Public propertyTradeRequestStatus
Status of Trade Request. Supported Values: 0 = Accepted 1 = Completed 2 = Rejected
Public propertyTradeRequestType
Type of Trade Capture Report. Supported Values: 0 = All trades (subscribe only) 1 =Initial request for results matching Criteria provided on request (filtered subscription or query snapshot) 2 = (Not supported) 3 = Continue sending results of query snapshot/subscription polling (TradeRequestID must match original request)
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