public class OrderCancelReject extends Message
Message.Header| Constructor and Description |
|---|
OrderCancelReject() |
OrderCancelReject(OrderID orderID,
ClOrdID clOrdID) |
| Modifier and Type | Method and Description |
|---|---|
ClientID |
get(ClientID value) |
ClOrdID |
get(ClOrdID value) |
CxlRejReason |
get(CxlRejReason value) |
ExecBroker |
get(ExecBroker value) |
ListID |
get(ListID value) |
OrderID |
get(OrderID value) |
Text |
get(Text value) |
ClientID |
getClientID() |
ClOrdID |
getClOrdID() |
CxlRejReason |
getCxlRejReason() |
ExecBroker |
getExecBroker() |
ListID |
getListID() |
OrderID |
getOrderID() |
Text |
getText() |
boolean |
isSet(ClientID field) |
boolean |
isSet(ClOrdID field) |
boolean |
isSet(CxlRejReason field) |
boolean |
isSet(ExecBroker field) |
boolean |
isSet(ListID field) |
boolean |
isSet(OrderID field) |
boolean |
isSet(Text field) |
boolean |
isSetClientID() |
boolean |
isSetClOrdID() |
boolean |
isSetCxlRejReason() |
boolean |
isSetExecBroker() |
boolean |
isSetListID() |
boolean |
isSetOrderID() |
boolean |
isSetText() |
void |
set(ClientID value) |
void |
set(ClOrdID value) |
void |
set(CxlRejReason value) |
void |
set(ExecBroker value) |
void |
set(ListID value) |
void |
set(OrderID value) |
void |
set(Text value) |
get, get, get, getCheckSum, getSignature, getSignatureLength, isSet, isSet, isSet, isSetCheckSum, isSetSignature, isSetSignatureLength, newHeader, set, set, setbodyLength, clear, clone, fromString, fromString, fromString, fromString, getException, getHeader, getTrailer, headerAddGroup, headerGetGroup, headerHasGroup, headerHasGroup, headerHasGroup, headerHasGroup, headerRemoveGroup, headerReplaceGroup, identifyType, InitializeXML, isAdmin, isApp, isEmpty, pushBack, reset, reverseRoute, toRawString, toString, toXML, toXML, trailerAddGroup, trailerGetGroup, trailerHasGroup, trailerHasGroup, trailerHasGroup, trailerHasGroup, trailerRemoveGroup, trailerReplaceGroupaddGroup, addGroupRef, calculateString, getBoolean, getChar, getChars, getComponent, getDecimal, getDouble, getField, getField, getField, getField, getField, getField, getField, getField, getField, getField, getFieldOrder, getGroup, getGroup, getGroupCount, getGroups, getInt, getOptionalDecimal, getOptionalString, getString, getUtcDateOnly, getUtcTimeOnly, getUtcTimeStamp, groupKeyIterator, hasGroup, hasGroup, hasGroup, hasGroup, indexOf, initializeFrom, isSetField, isSetField, iterator, removeField, removeGroup, removeGroup, removeGroup, removeGroup, replaceGroup, setBoolean, setBytes, setChar, setChars, setComponent, setDecimal, setDecimal, setDouble, setDouble, setField, setField, setField, setField, setField, setField, setField, setField, setField, setField, setField, setFields, setGroupCount, setGroups, setGroups, setInt, setString, setUtcDateOnly, setUtcTimeOnly, setUtcTimeOnly, setUtcTimeOnly, setUtcTimeStamp, setUtcTimeStamp, setUtcTimeStamppublic static final String MSGTYPE
public void set(OrderID value)
public OrderID getOrderID() throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic boolean isSet(OrderID field)
public boolean isSetOrderID()
public void set(ClOrdID value)
public ClOrdID getClOrdID() throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic boolean isSet(ClOrdID field)
public boolean isSetClOrdID()
public void set(ClientID value)
public ClientID get(ClientID value) throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic ClientID getClientID() throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic boolean isSet(ClientID field)
public boolean isSetClientID()
public void set(ExecBroker value)
public ExecBroker get(ExecBroker value) throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic ExecBroker getExecBroker() throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic boolean isSet(ExecBroker field)
public boolean isSetExecBroker()
public void set(ListID value)
public ListID getListID() throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic boolean isSet(ListID field)
public boolean isSetListID()
public void set(CxlRejReason value)
public CxlRejReason get(CxlRejReason value) throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic CxlRejReason getCxlRejReason() throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic boolean isSet(CxlRejReason field)
public boolean isSetCxlRejReason()
public void set(Text value)
public Text getText() throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic boolean isSet(Text field)
public boolean isSetText()
Copyright © 2021. All rights reserved.