ToString Method | Table of Content | TradeCaptureReportRequestAcknowledgement Constructor |
TradeCaptureReportRequestAcknowledgement Class |
Namespace: OnixS.CmeStpHandler
[SerializableAttribute] public class TradeCaptureReportRequestAcknowledgement
The TradeCaptureReportRequestAcknowledgement type exposes the following members.
Name | Description | |
---|---|---|
TradeCaptureReportRequestAcknowledgement | Initializes a new instance of the TradeCaptureReportRequestAcknowledgement class |
Name | Description | |
---|---|---|
OriginalFixmlMessage |
Gets Fixml string which represent original received message.
| |
SenderCompID |
Assigned value used to identify customer firm sending message.
| |
SenderSubID |
The user ID assigned to the sender must be provided in all uppercase letters.
| |
SubscriptionRequestType |
Subscription Request Type
Supported Values:
0 = Snapshot (Query)
1 = Subscribe
| |
TargetCompID |
Identifies the entity to whom the message is being sent. This echoes the SenderCompID sent on the request.
| |
TargetSubID |
Assigned value used to identify specific message recipient (user, etc.) This echoes the SenderSubID sent on the request.
| |
Text |
Free format text string for error messaging. (Note: this field does not have a specified maximum length).
| |
TradeRequestID |
Unique ID from client.
| |
TradeRequestResult |
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
| |
TradeRequestStatus |
Status of Trade Request.
Supported Values:
0 = Accepted
1 = Completed
2 = Rejected
| |
TradeRequestType |
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)
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FromXml |
Extract data from XML and fill current object.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Returns string representation of an object.
(Overrides Object.ToString().) |