Package | Description |
---|---|
com.epam.fix.message |
Modifier and Type | Method and Description |
---|---|
void |
IndexedStorage.getTag(int tagId,
TagValue dest) |
void |
IndexedStorage.getTag(int tagId,
TagValue dest,
int occurrence) |
int |
FIXFieldListAdapter.getTagAsInt(int tag)
Deprecated.
replaced by
ExtendedIndexedStorage.getTagValueAsInt(int) |
int |
FIXFieldListAdapter.getTagAsInt(int tag,
int occurrence)
Deprecated.
|
int |
FIXFieldListAdapter.getTagAsIntAtIndex(int index)
Deprecated.
|
void |
IndexedStorage.getTagAtIndex(int index,
TagValue dest) |
int |
AbstractFIXFieldList.getTagLength(int tag) |
String |
FIXFieldListAdapter.getTagStringValue(int tag)
Deprecated.
|
BigDecimal |
IndexedStorage.getTagValueAsBigDecimalAtIndex(int index) |
boolean |
IndexedStorage.getTagValueAsBoolAtIndex(int index) |
byte |
IndexedStorage.getTagValueAsByteAtIndex(int index,
int offset) |
byte[] |
IndexedStorage.getTagValueAsBytesAtIndex(int index) |
int |
IndexedStorage.getTagValueAsBytesAtIndex(int index,
byte[] dest,
int offset) |
double |
IndexedStorage.getTagValueAsDoubleAtIndex(int index) |
long |
IndexedStorage.getTagValueAsLongAtIndex(int index) |
void |
IndexedStorage.getTagValueAsReusableStringAtIndex(ReusableString reusableString,
int index) |
String |
IndexedStorage.getTagValueAsStringAtIndex(int index) |
void |
IndexedStorage.getTagValueAsStringBuffAtIndex(int index,
StringBuffer str) |
static boolean |
FIXFieldListUtil.isResetLogon(FIXFieldList message)
Returns true if message is logon and has 34=1 and 141=Y
|
Copyright © 2000–2022 EPAM Systems. All rights reserved.