TradeCaptureReportEventArgs Methods | Table of Content | TradeCaptureReportRequest Constructor |
TradeCaptureReportRequest Class |
Namespace: OnixS.CmeStpHandler
[SerializableAttribute] public class TradeCaptureReportRequest
The TradeCaptureReportRequest type exposes the following members.
Name | Description | |
---|---|---|
TradeCaptureReportRequest |
Default constructor.
|
Name | Description | |
---|---|---|
ClearingBusinessDate |
To request trades for a specific clearing business date. In UTC.
| |
ClientOrderID |
Represents the TON number provided for CME Globex® trades and the Order ID for Pit trades. Format = Alphanumeric.
| |
EndTime |
Indicates the ending time of the query. In UTC.
| |
IncludeCollateralIndicator |
Indicates whether collateral should be returned in request result.
| |
Instrument |
Descriptions of requested instrument.
| |
LastUpdateTime |
Date/time which subscription should start pull data from.
Format: YYYYMMDD-HH:MM:SS(UTC time zone)
Request without tag 779-LastUpdateTime will default to current date and time.
This tag is not used for Snapshot requests and will be ignored if present.
| |
ManualOrderIndicator |
Used to subscribe to tickets based on origination either from API or manually created trades.
| |
MultiLegReportingType |
Required. Used to indicate if trades are to be returned for the individual legs of a multi-leg instrument (2) or for the overall instrument (3).
| |
NonDisclosedIndicator |
Used to subscribe to tickets based on disclosed or non-disclosed status of the trade.
Only applies to EBS Direct trades, ignored for Globex trades.
| |
OriginalFixmlMessage |
Gets Fixml string which represent original sent message.
This value was set after message was send.
| |
Parties |
Descriptions of requested parties.
| |
PostTradeType |
Used to filter for / subscribe to tickets based on the ticket type. Typically only valid for use by Prime Brokers.
Prime Give Up tickets are also known as synthetic tickets representing the back to back deal with the prime Customer.
| |
SenderCompID |
Assigned value used to identify firm sending message.
| |
SenderSubID |
The user ID assigned to the sender must be provided in all uppercase letters.
| |
StartTime |
Indicates the starting time of the subscription or query. For a subscription, the default is to start at the current time.
This field is required for a query.
In UTC.
| |
TargetCompID |
Should be 'CME' or CME Firm ID.
| |
TargetSubID |
Should be 'STP' or CME Venue ID.
| |
TradeCaptureDates |
Requested Trade Capture Dates.
| |
TradeID |
Represents the CME Front End Clearing (FEC) Firm Trade ID. TrdID does not match across buy/sell side.
| |
TradeID2 |
Represents the CME Front End Clearing (FEC) Firm Trade Secondary ID. TrdID2 does not match across buy/sell side.
| |
TradeInputSource |
CME Defined Supported Values:
CPC = CME ClearPort® Clearing,
CPT = CME ClearPort® Trading,
CXPIT = COMEX Trading Floor,
EBSD = EBS Direct,
GLBX = CME Globex® ,
NXPIT = NYMEX Trading Floor
| |
TradePartyType |
When used in conjunction with PartyRole (tag 452) R=7 (Trading Firm) provides further context of the role played by that trading firm.
| |
TradeRequestID |
Unique ID from client.
| |
VenueType |
Used to subscribe to trades based on the venue where the trade was executed.
For Globex Venue Type is set to 'E'.
For EBS Direct Venue Type is set to 'Q'.
|
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.) | |
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().) |