|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.epam.fix.message.IndexedStorage
com.epam.fix.message.ExtendedIndexedStorage
com.epam.fix.message.AbstractFIXFieldList
com.epam.fix.message.FIXFieldListAdapter
public abstract class FIXFieldListAdapter
Created by IntelliJ IDEA. User: Alexander_Sereda Date: 12.11.12 Time: 13:06 To change this template use File | Settings | File Templates.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.epam.fix.message.IndexedStorage |
---|
IndexedStorage.MISSING_TAG_HANDLING |
Field Summary | |
---|---|
protected com.epam.fix.message.FIXFieldListAdapter.FIXFieldIterator |
fieldIterator
|
protected FIXFieldStorage |
fixFields
|
Fields inherited from class com.epam.fix.message.AbstractFIXFieldList |
---|
forceCloneOnSend, isFree, isMessageIncomplete, isPreparedMessage, tagValueIterator |
Fields inherited from class com.epam.fix.message.IndexedStorage |
---|
FIELD_SEPARATOR, NOTFOUND |
Constructor Summary | |
---|---|
protected |
FIXFieldListAdapter()
|
protected |
FIXFieldListAdapter(boolean isUserOwned)
|
protected |
FIXFieldListAdapter(FIXFieldList message)
|
|
FIXFieldListAdapter(List<FIXField> message)
Deprecated. |
Method Summary | ||
---|---|---|
boolean |
add(FIXField field)
Deprecated. |
|
void |
add(FIXFieldList list)
|
|
void |
add(int tag,
byte[] val)
Deprecated. |
|
void |
add(int index,
FIXField element)
Deprecated. |
|
void |
add(int tag,
long val)
Deprecated. |
|
void |
add(int tag,
String val)
Deprecated. |
|
void |
add(List<FIXField> list)
Deprecated. |
|
boolean |
addAll(Collection<? extends FIXField> c)
Deprecated. |
|
boolean |
addAll(int index,
Collection<? extends FIXField> c)
Deprecated. |
|
void |
addAtIndex(int addAtIndex,
FIXField field)
Deprecated. |
|
void |
clear()
|
|
boolean |
contains(Object o)
Deprecated. |
|
boolean |
containsAll(Collection<?> c)
Deprecated. |
|
protected void |
deepCopy(IndexedStorage source)
|
|
List<Map<Integer,FIXField>> |
extractGroup(int rgTag,
int[] tagList)
Deprecated. |
|
List<Map<Integer,FIXField>> |
extractGroup(int rgTag,
int rgFirstTag,
int[] tagList)
Deprecated. |
|
FIXField |
get(int index)
Deprecated. |
|
FIXField |
getFIXField(int index,
boolean isOriginatingFromPool)
Deprecated. |
|
FIXField |
getTag(int tag)
Deprecated. |
|
FIXField |
getTag(int tag,
int occurrence)
Deprecated. |
|
int |
getTagAsInt(int tag)
|
|
int |
getTagAsInt(int tag,
int occurrence)
|
|
int |
getTagAsIntAtIndex(int index)
|
|
FIXField |
getTagAtIndex(int index)
Deprecated. |
|
String |
getTagStringValue(int tag)
Deprecated. |
|
int |
indexOf(Object o)
Deprecated. |
|
boolean |
isEmpty()
|
|
protected static boolean |
isEquals(FIXField field,
TagValue tv)
|
|
Iterator<FIXField> |
iterator()
Deprecated. |
|
int |
lastIndexOf(Object o)
Deprecated. |
|
ListIterator<FIXField> |
listIterator()
Deprecated. |
|
ListIterator<FIXField> |
listIterator(int index)
Deprecated. |
|
protected void |
onEnlarge(int ratio,
int newSize)
|
|
FIXField |
remove(int index)
Deprecated. |
|
boolean |
remove(Object o)
Deprecated. |
|
boolean |
removeAll(Collection<?> c)
Deprecated. |
|
void |
removeRange(int fromIndex,
int toIndex)
|
|
boolean |
removeTagAtIndex(int tagIndex)
|
|
protected int |
reserveTagAtIndex(int addAtIndex,
int tagId)
|
|
boolean |
retainAll(Collection<?> c)
Deprecated. |
|
FIXField |
set(int index,
FIXField element)
Deprecated. |
|
int |
size()
|
|
List<ArrayList<FIXField>> |
splitAsList(int tag)
Deprecated. |
|
List<FIXField> |
subList(int fromIndex,
int toIndex)
Deprecated. |
|
Object[] |
toArray()
Deprecated. |
|
|
toArray(T[] a)
Deprecated. |
|
void |
trimToSize()
Deprecated. |
|
void |
updateValueAtIndex(int index,
boolean value)
|
|
void |
updateValueAtIndex(int index,
byte[] value)
|
|
void |
updateValueAtIndex(int index,
byte[] value,
int offset,
int length)
|
|
void |
updateValueAtIndex(int index,
Calendar value,
FIXDateFormatterFactory.FIX_DATE_TYPE type)
|
|
void |
updateValueAtIndex(int index,
CharSequence str)
|
|
void |
updateValueAtIndex(int index,
double value,
int precision)
|
|
void |
updateValueAtIndex(int index,
long value)
|
|
void |
updateValueAtIndex(int index,
TagValue value)
|
Methods inherited from class com.epam.fix.message.AbstractFIXFieldList |
---|
add, addAll, calculateBodyLength, calculateChecksum, canCopyInPlace, canCopyInPlaceNumber, deepCopyTo, equals, getTagIndex, getTagLength, getTagNumAtIndex, getTagValueIterator, isMessageBufferContinuous, isMessageIncomplete, isOriginatingFromPool, isPreparedMessage, isUserOwned, makeStandalone, notifyInvalidMessage, removeTag, split, switchToStandalone, toByteArray, toByteArrayAndReturnNextPosition, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.List |
---|
equals, hashCode |
Field Detail |
---|
protected com.epam.fix.message.FIXFieldListAdapter.FIXFieldIterator fieldIterator
protected FIXFieldStorage fixFields
Constructor Detail |
---|
protected FIXFieldListAdapter()
protected FIXFieldListAdapter(boolean isUserOwned)
@Deprecated public FIXFieldListAdapter(List<FIXField> message)
FIXFieldList
containing the elements of the specified collection.
message
- - the collection whose fields are to be placed into this listprotected FIXFieldListAdapter(FIXFieldList message)
Method Detail |
---|
protected void onEnlarge(int ratio, int newSize)
onEnlarge
in class IndexedStorage
public void updateValueAtIndex(int index, byte[] value)
updateValueAtIndex
in class IndexedStorage
public void updateValueAtIndex(int index, Calendar value, FIXDateFormatterFactory.FIX_DATE_TYPE type)
updateValueAtIndex
in class IndexedStorage
public void updateValueAtIndex(int index, double value, int precision)
updateValueAtIndex
in class IndexedStorage
public void updateValueAtIndex(int index, long value)
updateValueAtIndex
in class IndexedStorage
public void updateValueAtIndex(int index, CharSequence str)
updateValueAtIndex
in class IndexedStorage
public void updateValueAtIndex(int index, boolean value)
updateValueAtIndex
in class IndexedStorage
public void updateValueAtIndex(int index, byte[] value, int offset, int length)
updateValueAtIndex
in class IndexedStorage
public void updateValueAtIndex(int index, TagValue value)
updateValueAtIndex
in class IndexedStorage
protected int reserveTagAtIndex(int addAtIndex, int tagId)
reserveTagAtIndex
in class IndexedStorage
protected void deepCopy(IndexedStorage source)
deepCopy
in class IndexedStorage
public final boolean removeTagAtIndex(int tagIndex)
removeTagAtIndex
in class IndexedStorage
@Deprecated public void trimToSize()
public final int size()
size
in interface Collection<FIXField>
size
in interface List<FIXField>
public final boolean isEmpty()
isEmpty
in interface Collection<FIXField>
isEmpty
in interface List<FIXField>
isEmpty
in class AbstractFIXFieldList
@Deprecated public boolean contains(Object o)
contains
in interface Collection<FIXField>
contains
in interface List<FIXField>
@Deprecated public Iterator<FIXField> iterator()
iterator
in interface Iterable<FIXField>
iterator
in interface Collection<FIXField>
iterator
in interface List<FIXField>
@Deprecated public Object[] toArray()
toArray
in interface Collection<FIXField>
toArray
in interface List<FIXField>
@Deprecated public <T> T[] toArray(T[] a)
toArray
in interface Collection<FIXField>
toArray
in interface List<FIXField>
@Deprecated public final boolean add(FIXField field)
add
in interface Collection<FIXField>
add
in interface List<FIXField>
@Deprecated public final String getTagStringValue(int tag) throws FieldNotFoundException
tag
- the tag id
FieldNotFoundException
@Deprecated public boolean remove(Object o)
remove
in interface Collection<FIXField>
remove
in interface List<FIXField>
@Deprecated public boolean containsAll(Collection<?> c)
containsAll
in interface Collection<FIXField>
containsAll
in interface List<FIXField>
@Deprecated public final boolean addAll(Collection<? extends FIXField> c)
addAll
in interface Collection<FIXField>
addAll
in interface List<FIXField>
c
-
public void add(FIXFieldList list)
@Deprecated public void add(List<FIXField> list)
@Deprecated public boolean addAll(int index, Collection<? extends FIXField> c)
addAll
in interface List<FIXField>
public void removeRange(int fromIndex, int toIndex)
@Deprecated public boolean removeAll(Collection<?> c)
removeAll
in interface Collection<FIXField>
removeAll
in interface List<FIXField>
@Deprecated public boolean retainAll(Collection<?> c)
retainAll
in interface Collection<FIXField>
retainAll
in interface List<FIXField>
@Deprecated public final void addAtIndex(int addAtIndex, FIXField field)
public void clear()
clear
in interface Collection<FIXField>
clear
in interface List<FIXField>
clear
in class AbstractFIXFieldList
@Deprecated public FIXField getFIXField(int index, boolean isOriginatingFromPool)
@Deprecated public final FIXField get(int index)
get
in interface List<FIXField>
@Deprecated public final FIXField getTag(int tag)
tag
- the tag id
@Deprecated public final FIXField getTagAtIndex(int index)
@Deprecated public final FIXField getTag(int tag, int occurrence)
tag
- the tag idoccurrence
- the
@Deprecated public FIXField set(int index, FIXField element)
set
in interface List<FIXField>
@Deprecated public void add(int index, FIXField element)
add
in interface List<FIXField>
@Deprecated public void add(int tag, String val)
@Deprecated public void add(int tag, byte[] val)
@Deprecated public void add(int tag, long val)
@Deprecated public FIXField remove(int index)
remove
in interface List<FIXField>
@Deprecated public int indexOf(Object o)
indexOf
in interface List<FIXField>
@Deprecated public int lastIndexOf(Object o)
lastIndexOf
in interface List<FIXField>
protected static boolean isEquals(FIXField field, TagValue tv)
@Deprecated public ListIterator<FIXField> listIterator()
listIterator
in interface List<FIXField>
@Deprecated public ListIterator<FIXField> listIterator(int index)
listIterator
in interface List<FIXField>
@Deprecated public List<FIXField> subList(int fromIndex, int toIndex)
subList
in interface List<FIXField>
@Deprecated public final List<ArrayList<FIXField>> splitAsList(int tag)
tag
- the tag number
@Deprecated public final List<Map<Integer,FIXField>> extractGroup(int rgTag, int rgFirstTag, int[] tagList)
rgTag
- Group amount tagrgFirstTag
- The first tag. Tag just after size tag.tagList
- List of expected tags
@Deprecated public final List<Map<Integer,FIXField>> extractGroup(int rgTag, int[] tagList)
rgTag
- Group amount tagtagList
- List of expected tags
public final int getTagAsInt(int tag) throws FieldNotFoundException
FieldNotFoundException
public final int getTagAsInt(int tag, int occurrence) throws FieldNotFoundException
FieldNotFoundException
public final int getTagAsIntAtIndex(int index) throws FieldNotFoundException
FieldNotFoundException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |