public class Message
extends quickfix.Message
| Modifier and Type | Class and Description |
|---|---|
static class |
Message.Header |
| Modifier | Constructor and Description |
|---|---|
|
Message() |
protected |
Message(int[] fieldOrder) |
| Modifier and Type | Method and Description |
|---|---|
CheckSum |
get(CheckSum value) |
Signature |
get(Signature value) |
SignatureLength |
get(SignatureLength value) |
CheckSum |
getCheckSum() |
Signature |
getSignature() |
SignatureLength |
getSignatureLength() |
boolean |
isSet(CheckSum field) |
boolean |
isSet(Signature field) |
boolean |
isSet(SignatureLength field) |
boolean |
isSetCheckSum() |
boolean |
isSetSignature() |
boolean |
isSetSignatureLength() |
protected Message.Header |
newHeader() |
void |
set(CheckSum value) |
void |
set(Signature value) |
void |
set(SignatureLength value) |
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, 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, setUtcTimeStampprotected Message.Header newHeader()
newHeader in class quickfix.Messagepublic void set(SignatureLength value)
public SignatureLength get(SignatureLength value) throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic SignatureLength getSignatureLength() throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic boolean isSet(SignatureLength field)
public boolean isSetSignatureLength()
public void set(Signature value)
public Signature get(Signature value) throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic Signature getSignature() throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic boolean isSet(Signature field)
public boolean isSetSignature()
public void set(CheckSum value)
public CheckSum get(CheckSum value) throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic CheckSum getCheckSum() throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic boolean isSet(CheckSum field)
public boolean isSetCheckSum()
Copyright © 2021. All rights reserved.