public class TradeCaptureReportRequestAcknowledgment extends Object
Constructor and Description |
---|
TradeCaptureReportRequestAcknowledgment()
Default constructor.
|
TradeCaptureReportRequestAcknowledgment(String xml)
Constructs an instance of
TradeCaptureReportRequestAcknowledgment . |
Modifier and Type | Method and Description |
---|---|
String |
getSenderCompID()
Gets the value used to identify the customer firm sending the message.
|
String |
getSenderSubID()
Gets the CME-assigned user role used to identify a specific role (traderadmin or clearingadmin).
|
SubscriptionRequestType |
getSubscriptionRequestType()
Gets Subscription Request Type
|
String |
getTargetCompID()
Gets the entity to whom the message is being sent.
|
String |
getTargetSubID()
Gets the value used to identify the specific message recipient (user, etc.).
|
String |
getText()
Gets a free-format text string for error messaging.
|
String |
getTradeRequestID() |
TradeRequestResult |
getTradeRequestResult()
Gets result of Trade Request
|
TradeRequestStatus |
getTradeRequestStatus()
Gets status of Trade Request.
|
TradeRequestType |
getTradeRequestType()
Gets type of Trade Capture Report.
|
void |
setSenderCompID(String value)
Sets the value used to identify the customer firm sending the message.
|
void |
setSenderSubID(String value)
Sets the CME-assigned user role used to identify a specific role (traderadmin or clearingadmin).
|
void |
setSubscriptionRequestType(SubscriptionRequestType value)
Gets Subscription Request Type
|
void |
setTargetCompID(String value)
Sets the entity to whom the message is being sent.
|
void |
setTargetSubID(String value)
Sets the value used to identify the specific message recipient (user, etc.).
|
void |
setText(String value)
Sets a free-format text string for error messaging.
|
void |
setTradeRequestID(String value) |
void |
setTradeRequestResult(TradeRequestResult value)
Gets result of Trade Request
|
void |
setTradeRequestStatus(TradeRequestStatus value)
Gets status of Trade Request.
|
void |
setTradeRequestType(TradeRequestType value)
Gets type of Trade Capture Report.
|
String |
toString() |
public TradeCaptureReportRequestAcknowledgment()
public TradeCaptureReportRequestAcknowledgment(String xml) throws ParserConfigurationException, SAXException, IOException
TradeCaptureReportRequestAcknowledgment
.xml
- FIXML stringParserConfigurationException
- if a parser configuration error occursSAXException
- if an XML parsing error occursIOException
- if an I/O error occurspublic final String getSenderCompID()
public final void setSenderCompID(String value)
value
- the sender company IDpublic final String getTargetSubID()
public final void setTargetSubID(String value)
value
- the target sub IDpublic final String getSenderSubID()
public final void setSenderSubID(String value)
value
- the sender sub IDpublic final String getTargetCompID()
public final void setTargetCompID(String value)
value
- the target company IDpublic final String getText()
public final void setText(String value)
value
- the text messagepublic final SubscriptionRequestType getSubscriptionRequestType()
Supported Values:
public final void setSubscriptionRequestType(SubscriptionRequestType value)
Supported Values:
value
- Subscription Request Typepublic final String getTradeRequestID()
public final void setTradeRequestID(String value)
value
- unique ID from client.public final TradeRequestType getTradeRequestType()
Supported Values:
public final void setTradeRequestType(TradeRequestType value)
Supported Values:
value
- type of Trade Capture Reportpublic final TradeRequestResult getTradeRequestResult()
Supported Values:
public final void setTradeRequestResult(TradeRequestResult value)
Supported Values:
value
- Trade Request Resultpublic final TradeRequestStatus getTradeRequestStatus()
Supported Values:
public final void setTradeRequestStatus(TradeRequestStatus value)
Supported Values:
value
- Trade Request StatusCopyright © 2014–2025 Onix Solutions. All rights reserved.