public class TradingSessionStatusRequest extends Message
Message.Header
Constructor and Description |
---|
TradingSessionStatusRequest() |
TradingSessionStatusRequest(TradSesReqID tradSesReqID,
SubscriptionRequestType subscriptionRequestType) |
Modifier and Type | Method and Description |
---|---|
SubscriptionRequestType |
get(SubscriptionRequestType value) |
TradingSessionID |
get(TradingSessionID value) |
TradSesMethod |
get(TradSesMethod value) |
TradSesMode |
get(TradSesMode value) |
TradSesReqID |
get(TradSesReqID value) |
SubscriptionRequestType |
getSubscriptionRequestType() |
TradingSessionID |
getTradingSessionID() |
TradSesMethod |
getTradSesMethod() |
TradSesMode |
getTradSesMode() |
TradSesReqID |
getTradSesReqID() |
boolean |
isSet(SubscriptionRequestType field) |
boolean |
isSet(TradingSessionID field) |
boolean |
isSet(TradSesMethod field) |
boolean |
isSet(TradSesMode field) |
boolean |
isSet(TradSesReqID field) |
boolean |
isSetSubscriptionRequestType() |
boolean |
isSetTradingSessionID() |
boolean |
isSetTradSesMethod() |
boolean |
isSetTradSesMode() |
boolean |
isSetTradSesReqID() |
void |
set(SubscriptionRequestType value) |
void |
set(TradingSessionID value) |
void |
set(TradSesMethod value) |
void |
set(TradSesMode value) |
void |
set(TradSesReqID value) |
get, get, get, getCheckSum, getSignature, getSignatureLength, isSet, isSet, isSet, isSetCheckSum, isSetSignature, isSetSignatureLength, newHeader, set, set, set
bodyLength, 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, trailerReplaceGroup
addGroup, 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, setUtcTimeStamp
public static final String MSGTYPE
public TradingSessionStatusRequest()
public TradingSessionStatusRequest(TradSesReqID tradSesReqID, SubscriptionRequestType subscriptionRequestType)
public void set(TradSesReqID value)
public TradSesReqID get(TradSesReqID value) throws quickfix.FieldNotFound
quickfix.FieldNotFound
public TradSesReqID getTradSesReqID() throws quickfix.FieldNotFound
quickfix.FieldNotFound
public boolean isSet(TradSesReqID field)
public boolean isSetTradSesReqID()
public void set(TradingSessionID value)
public TradingSessionID get(TradingSessionID value) throws quickfix.FieldNotFound
quickfix.FieldNotFound
public TradingSessionID getTradingSessionID() throws quickfix.FieldNotFound
quickfix.FieldNotFound
public boolean isSet(TradingSessionID field)
public boolean isSetTradingSessionID()
public void set(TradSesMethod value)
public TradSesMethod get(TradSesMethod value) throws quickfix.FieldNotFound
quickfix.FieldNotFound
public TradSesMethod getTradSesMethod() throws quickfix.FieldNotFound
quickfix.FieldNotFound
public boolean isSet(TradSesMethod field)
public boolean isSetTradSesMethod()
public void set(TradSesMode value)
public TradSesMode get(TradSesMode value) throws quickfix.FieldNotFound
quickfix.FieldNotFound
public TradSesMode getTradSesMode() throws quickfix.FieldNotFound
quickfix.FieldNotFound
public boolean isSet(TradSesMode field)
public boolean isSetTradSesMode()
public void set(SubscriptionRequestType value)
public SubscriptionRequestType get(SubscriptionRequestType value) throws quickfix.FieldNotFound
quickfix.FieldNotFound
public SubscriptionRequestType getSubscriptionRequestType() throws quickfix.FieldNotFound
quickfix.FieldNotFound
public boolean isSet(SubscriptionRequestType field)
public boolean isSetSubscriptionRequestType()
Copyright © 2021. All rights reserved.