Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

A

ABSENT_FIELD - Static variable in class biz.onixs.fix.dictionary.ContainerDefinition
 
ABSOLUTE_PATH_LOADER - Static variable in class biz.onixs.util.url.ResourceLoaderUtil
 
AbsolutePathResourceLoader - Class in biz.onixs.util.url
 
AbsolutePathResourceLoader() - Constructor for class biz.onixs.util.url.AbsolutePathResourceLoader
 
AbstractResourceLoader - Class in biz.onixs.util.url
 
AbstractResourceLoader() - Constructor for class biz.onixs.util.url.AbstractResourceLoader
 
AbstractSessionStorage - Class in biz.onixs.fix.engine.storage
 
AbstractSessionStorage() - Constructor for class biz.onixs.fix.engine.storage.AbstractSessionStorage
 
AbstractStorageRepository - Class in biz.onixs.fix.engine.storage
 
AbstractStorageRepository() - Constructor for class biz.onixs.fix.engine.storage.AbstractStorageRepository
 
accept(File, String) - Method in class biz.onixs.util.Directory.FileFilter
 
Acceptor - Interface in biz.onixs.util.network
The interface provides methods for maintaining multiple listening ports.
Acceptor.Listener - Interface in biz.onixs.util.network
The interface represents a listener for handling accept events.
ACCEPTOR_SEND_LOGOUT_ON_INVALID_LOGON_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
ACCEPTOR_SEND_LOGOUT_ON_INVALID_LOGON_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
acquire() - Method in class biz.onixs.fix.engine.util.Semaphore
Acquire the Semaphore.
acquire(long) - Method in class biz.onixs.fix.engine.util.Semaphore
Acquire the Semaphore.
acquire() - Method in class biz.onixs.util.concurrent.LightweightSemaphore
 
activateObject(T) - Method in interface biz.onixs.util.pool.PoolableObjectFactory
 
add(ValuePtr, MessageDefinition) - Method in class biz.onixs.fix.dictionary.Dictionary
Adds FIX message low-level definition.
add(Integer, FieldDetails) - Method in class biz.onixs.fix.dictionary.Dictionary
Adds field details.
add(int, char) - Method in class biz.onixs.fix.parser.FlatMessage
Adds given tag/value pair at the end of flat message.
add(int, int) - Method in class biz.onixs.fix.parser.FlatMessage
Adds given tag/value pair at the end of flat message.
add(int, long) - Method in class biz.onixs.fix.parser.FlatMessage
Adds given tag/value pair at the end of flat message.
add(int, double, int) - Method in class biz.onixs.fix.parser.FlatMessage
Adds given tag/value pair at the end of flat message.
add(int, BigDecimal) - Method in class biz.onixs.fix.parser.FlatMessage
Adds given tag/value pair at the end of flat message.
add(int, ScaledDecimal) - Method in class biz.onixs.fix.parser.FlatMessage
Adds given tag/value pair at the end of flat message.
add(int, Calendar) - Method in class biz.onixs.fix.parser.FlatMessage
Deprecated.
add(int, LocalDateTime) - Method in class biz.onixs.fix.parser.FlatMessage
Adds given tag/value pair at the end of flat message.
add(int, HighResolutionTimestamp, TimestampFormat) - Method in class biz.onixs.fix.parser.FlatMessage
Adds given tag/value pair at the end of flat message.
add(int, CharSequence) - Method in class biz.onixs.fix.parser.FlatMessage
Adds given tag/value pair at the end of flat message.
add(int, ValuePtr) - Method in class biz.onixs.fix.parser.FlatMessage
Adds given tag/value pair at the end of flat message.
add(int, byte[]) - Method in class biz.onixs.fix.parser.FlatMessage
Adds given tag/value pair at the end of flat message.
add(int, byte[], int, int) - Method in class biz.onixs.fix.parser.FlatMessage
Adds given tag/value pair at the end of flat message.
add(int, ByteBuffer) - Method in class biz.onixs.fix.parser.FlatMessage
Adds given tag/value pair at the end of flat message.
add(int, int, CharSequence) - Method in class biz.onixs.fix.parser.FlatMessage
Adds given tag/value pair at the specified index of flat message.
add(int, int, ValuePtr) - Method in class biz.onixs.fix.parser.FlatMessage
Adds given tag/value pair at the specified index of flat message.
add(int, int, byte[]) - Method in class biz.onixs.fix.parser.FlatMessage
Adds given tag/value pair at the specified index of flat message.
add(int, int, byte[], int, int) - Method in class biz.onixs.fix.parser.FlatMessage
Adds given tag/value pair at the specified index of flat message.
add(WeeklyInterval) - Method in class biz.onixs.fix.scheduler.WeeklyIntervalList
Adds weekly interval.
addAddress(InetSocketAddress) - Method in class biz.onixs.fix.scheduler.InitiatorConnection
Adds address.
addCustomMessage(String, String) - Method in class biz.onixs.fix.fixml.FixmlConverter
Adds custom message.
addCustomRepeatingGroup(int, String) - Method in class biz.onixs.fix.fixml.FixmlConverter
Adds custom repeating group.
addDynamicAcceptorListener(Engine.DynamicAcceptorListener) - Method in class biz.onixs.fix.engine.Engine
Adds dynamic acceptor event listener.
addEntry() - Method in class biz.onixs.fix.parser.Group
Adds an entry to the end of the group.
addEntry(GroupInstance) - Method in class biz.onixs.fix.parser.Group
Adds an entry to the end of the group and fill using the provided entry.
addErrorListener(ErrorListener) - Method in interface biz.onixs.fix.scheduler.ListenerManager
Adds error event listener.
addFlag(int, boolean) - Method in class biz.onixs.fix.parser.FlatMessage
Adds given tag/value("Y" or "N") pair at the end of flat message.
addFlag(int, int, boolean) - Method in class biz.onixs.fix.parser.FlatMessage
Adds given tag/value("Y" or "N") pair at the specified index of flat message.
addInterval(WeeklyInterval) - Method in class biz.onixs.fix.scheduler.GenericWeeklySchedule
Adds activity interval.
addListeningPort(int) - Method in class biz.onixs.fix.engine.Engine
Adds listen port for incoming FIX connections to the engine.
addListeningPort(InetSocketAddress, Object) - Method in interface biz.onixs.util.network.Acceptor
Creates a server-socket bound to the specified address.
addListenPort(int) - Method in class biz.onixs.fix.engine.EngineSettings
Adds listen port for incoming FIX connections.
addLogoutNotification(int) - Method in class biz.onixs.fix.scheduler.SessionScheduler
Adds session logout notification interval.
addLogoutNotificationListener(LogoutNotificationListener) - Method in interface biz.onixs.fix.scheduler.ListenerManager
Adds session logout notification listener.
addSessionConnection(String, SessionConnection) - Method in class biz.onixs.fix.scheduler.SchedulerSettings
 
addSessionSchedule(String, SessionSchedule) - Method in class biz.onixs.fix.scheduler.SchedulerSettings
 
addSslListeningPort(int, SSLContext) - Method in class biz.onixs.fix.engine.Engine
Adds SSL listen port for secure incoming FIX connections to the engine.
addStateChangeListener(Session.StateChangeListener) - Method in class biz.onixs.fix.engine.Session
Adds state change listener.
addTag(int) - Method in class biz.onixs.fix.diff.IgnoreTagMessageDiffListener
 
addThreadStartedListener(ThreadStartedListener) - Method in class biz.onixs.fix.engine.Engine
Adds thread started listener.
addTimestamp(int, long) - Method in class biz.onixs.fix.parser.FlatMessage
Adds given tag/value pair at the end of flat message.
append(int, StringBuilder) - Method in interface biz.onixs.fix.parser.FixBlock
Appends field value to the specified StringBuilder.
append(int, StringBuilder) - Method in class biz.onixs.fix.parser.FlatMessage
Appends field value to the specified StringBuilder.
append(int, int, StringBuilder) - Method in class biz.onixs.fix.parser.Group
Appends field value to the specified StringBuilder.
append(ByteBuffer) - Method in class biz.onixs.util.ByteBuffer
Appends bytes taken from specified byte buffer.
append(char) - Method in class biz.onixs.util.ByteBuffer
Appends a character to byte buffer.
append(byte) - Method in class biz.onixs.util.ByteBuffer
Appends a byte to byte buffer.
append(byte[]) - Method in class biz.onixs.util.ByteBuffer
Appends bytes array to byte buffer.
append(String) - Method in class biz.onixs.util.ByteBuffer
Appends bytes array encoded from string to byte buffer.
append(ValuePtr) - Method in class biz.onixs.util.ByteBuffer
Appends bytes taken from value pointer to byte buffer.
append(byte[], int) - Method in class biz.onixs.util.ByteBuffer
Append bytes array to byte buffer with specified length.
append(byte[], int, int) - Method in class biz.onixs.util.ByteBuffer
Appends bytes array to byte buffer from specified offset with specified length.
append(long) - Method in class biz.onixs.util.ByteBuffer
Appends bytes array converted from long number.
appendCheckSum(int) - Method in class biz.onixs.util.ByteBuffer
Appends bytes array converted from int number in checksum format.
ApplVerId - Enum in biz.onixs.fix.dictionary
Value enumeration for the fields DefaultApplVerID(1137) and ApplVerID(1128) .
array() - Method in class biz.onixs.util.DynamicByteBuffer
 
arrayOffset() - Method in class biz.onixs.util.DynamicByteBuffer
 
assemble(FlatMessage) - Method in interface biz.onixs.fix.parser.FixBlock
Assembles the FIX message to the target FlatMessage.
assemble(ByteBuffer) - Method in interface biz.onixs.fix.parser.FixBlock
Assembles the FIX message to the target byte buffer.
assemble(ByteBuffer) - Method in class biz.onixs.fix.parser.FlatMessage
Assembles the FIX message to the given buffer.
assemble(FlatMessage) - Method in class biz.onixs.fix.parser.Group
Assembles the FIX message to the target FlatMessage.
assemble(ByteBuffer) - Method in class biz.onixs.fix.parser.Group
Assembles the repeating group to the target byte buffer.
assemble(FlatMessage) - Method in class biz.onixs.fix.parser.Message
 
assemble(ByteBuffer) - Method in class biz.onixs.fix.parser.Message
 
assemble(byte[], int, TimestampFormat) - Method in class biz.onixs.util.HighResolutionTimestamp
Assemble high resolution timestamp into specified buffer from specified offset with corresponding format.
ASYNC_FILE_STORAGE_QUEUE_SIZE_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
ASYNC_FILE_STORAGE_QUEUE_SIZE_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
ASYNC_FILE_STORAGE_WRITE_ERROR_RETRIES_NUMBER_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
ASYNC_FILE_STORAGE_WRITE_ERROR_RETRIES_NUMBER_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
AsyncFileBased - Static variable in class biz.onixs.fix.engine.storage.SessionStorageType
 
AsyncFileSessionStorage - Class in biz.onixs.fix.engine.storage
File asynchronous session storage.
AsyncFileStorageRepository - Class in biz.onixs.fix.engine.storage
Asynchronous file-based session storage repository.
AsyncFileStorageRepository() - Constructor for class biz.onixs.fix.engine.storage.AsyncFileStorageRepository
 
atoi(byte[], int) - Static method in class biz.onixs.fix.util.FixUtils
 
AutoResetEvent - Class in biz.onixs.util.concurrent
 
AutoResetEvent(SingleConditionReentrantLock, boolean) - Constructor for class biz.onixs.util.concurrent.AutoResetEvent
 
await(long) - Method in class biz.onixs.util.concurrent.LightweightCondition
Causes the current thread to wait until it is signalled or interrupted, or the specified waiting time elapses.
AWAIT_CONFIRMING_LOGON - Static variable in class biz.onixs.fix.engine.SessionState
Session-initiator is waiting for the confirming logon from the counterparty (acceptor).
AWAIT_CONFIRMING_LOGOUT - Static variable in class biz.onixs.fix.engine.SessionState
Session is waiting for the confirming logout from the counterparty.
AWAIT_LOGON - Static variable in class biz.onixs.fix.engine.SessionState
Session-acceptor is waiting for the initial logon from the counterparty (initiator).

B

BitGroupTypeTraits - Class in biz.onixs.fix.fast
 
BitGroupTypeTraits() - Constructor for class biz.onixs.fix.fast.BitGroupTypeTraits
 
bits - Variable in class biz.onixs.util.system.ThreadAffinity.cpu_set_t
 
biz.onixs.fix.dictionary - package biz.onixs.fix.dictionary
 
biz.onixs.fix.dictionary.dialect - package biz.onixs.fix.dictionary.dialect
 
biz.onixs.fix.diff - package biz.onixs.fix.diff
 
biz.onixs.fix.engine - package biz.onixs.fix.engine
 
biz.onixs.fix.engine.storage - package biz.onixs.fix.engine.storage
 
biz.onixs.fix.engine.util - package biz.onixs.fix.engine.util
 
biz.onixs.fix.fast - package biz.onixs.fix.fast
 
biz.onixs.fix.filter - package biz.onixs.fix.filter
 
biz.onixs.fix.fixml - package biz.onixs.fix.fixml
 
biz.onixs.fix.parser - package biz.onixs.fix.parser
 
biz.onixs.fix.scheduler - package biz.onixs.fix.scheduler
 
biz.onixs.fix.util - package biz.onixs.fix.util
 
biz.onixs.util - package biz.onixs.util
 
biz.onixs.util.concurrent - package biz.onixs.util.concurrent
 
biz.onixs.util.log - package biz.onixs.util.log
 
biz.onixs.util.network - package biz.onixs.util.network
 
biz.onixs.util.pool - package biz.onixs.util.pool
 
biz.onixs.util.settings - package biz.onixs.util.settings
 
biz.onixs.util.system - package biz.onixs.util.system
 
biz.onixs.util.url - package biz.onixs.util.url
 
borrowObject() - Method in interface biz.onixs.util.pool.ObjectPool
 
borrowObject() - Method in class biz.onixs.util.pool.Pool
 
breakConnection() - Method in class biz.onixs.fix.engine.Session
The socket is closed.
broadcast() - Method in class biz.onixs.fix.engine.util.TimedWait
Notify all threads waiting on the object_.
ByteBuffer - Class in biz.onixs.util
Bytes sequence kept in pre-allocated bytes array(storage).
ByteBuffer() - Constructor for class biz.onixs.util.ByteBuffer
Default constructor which allocates internal storage with min capacity (MIN_CAPACITY).
ByteBuffer(int) - Constructor for class biz.onixs.util.ByteBuffer
Constructor which allocates internal storage according to the specified capacity.
ByteBuffer(byte[]) - Constructor for class biz.onixs.util.ByteBuffer
Constructor which allocates internal storage corresponding to the specified buffer length and copies all bytes from buffer.
ByteBuffer(byte[], int) - Constructor for class biz.onixs.util.ByteBuffer
Constructor which allocates internal storage corresponding to the specified length and copies length of bytes from buffer.
ByteBuffer(String) - Constructor for class biz.onixs.util.ByteBuffer
Constructor which allocates internal storage and copies all bytes encoded from string.
ByteBuffer(ByteBuffer) - Constructor for class biz.onixs.util.ByteBuffer
Copy constructor.
ByteBuffer(ByteBuffer, int) - Constructor for class biz.onixs.util.ByteBuffer
Copy constructor with specified length of bytes to be copied.
ByteBuffer(ByteBuffer, int, int) - Constructor for class biz.onixs.util.ByteBuffer
Copy constructor with specified offset and length of bytes to be copied.

C

calculateReceiveTimeout(EngineSettings) - Static method in class biz.onixs.fix.engine.EngineUtils
 
calendarToUtcTimestampBytes(Calendar, byte[], int, boolean) - Static method in class biz.onixs.util.Timestamp
 
CANNOT_RESTORE_CONNECTION - Static variable in class biz.onixs.fix.engine.Session.ErrorReason
FIX Connection cannot be restored.
CannotEstablishLinkException - Exception in biz.onixs.fix.engine
The telecommunication link cannot be established.
CannotEstablishLinkException(String, Throwable) - Constructor for exception biz.onixs.fix.engine.CannotEstablishLinkException
Constructor.
capacity() - Method in class biz.onixs.util.ByteBuffer
Returns capacity of the byte buffer.
capacity() - Method in class biz.onixs.util.DynamicByteBuffer
 
ChainedResourceLoader - Class in biz.onixs.util.url
 
ChainedResourceLoader(ResourceLoader, ResourceLoader) - Constructor for class biz.onixs.util.url.ChainedResourceLoader
 
CHECK_COMP_IDS_MATCH_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
CHECK_COMP_IDS_MATCH_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
CHECK_SUM_FIELD_AND_DELIM_LEN - Static variable in class biz.onixs.fix.parser.FixParserUtil
 
CHECK_SUM_VAL_AND_DELIM_LEN - Static variable in class biz.onixs.fix.parser.FixParserUtil
 
CHECKSUM_MODE - Static variable in class biz.onixs.util.ByteBuffer
 
checkType(char) - Method in class biz.onixs.fix.parser.FlatMessage
Checks whether the message have the specified MsgType(35).
checkType(CharSequence) - Method in class biz.onixs.fix.parser.FlatMessage
Checks whether the message have the specified MsgType(35).
checkType(char) - Method in class biz.onixs.fix.parser.Message
Checks whether the message have the specified MsgType(35).
checkType(String) - Method in class biz.onixs.fix.parser.Message
Checks whether the message have the specified MsgType(35).
checkUsable() - Method in class biz.onixs.fix.dictionary.Version
Checks whether this version is initialized and can be used.
CLASSPATH_LOADER - Static variable in class biz.onixs.util.url.ResourceLoaderUtil
 
ClassPathResourceLoader - Class in biz.onixs.util.url
 
ClassPathResourceLoader() - Constructor for class biz.onixs.util.url.ClassPathResourceLoader
 
clean() - Static method in class biz.onixs.fix.dictionary.DictionaryManager
Cleans the dictionaries.
clear() - Method in class biz.onixs.fix.engine.storage.AsyncFileSessionStorage
 
clear() - Method in class biz.onixs.fix.engine.storage.FileBasedSessionStorage
 
clear() - Method in class biz.onixs.fix.engine.storage.MemoryBasedSessionStorage
 
clear() - Method in class biz.onixs.fix.engine.storage.NullSessionStorage
 
clear() - Method in interface biz.onixs.fix.engine.storage.SessionStorage
Clears session storage state.
clear() - Method in class biz.onixs.fix.engine.storage.TimingSessionStorage
 
clear() - Method in class biz.onixs.util.ByteBuffer
Clears the byte buffer.
clear() - Method in class biz.onixs.util.DynamicByteBuffer
 
cloneMessages(List<Message>) - Static method in class biz.onixs.fix.util.FixUtils
 
close(boolean) - Method in class biz.onixs.fix.engine.storage.AsyncFileSessionStorage
 
close(boolean) - Method in class biz.onixs.fix.engine.storage.FileBasedSessionStorage
 
close(boolean) - Method in class biz.onixs.fix.engine.storage.MemoryBasedSessionStorage
 
close(boolean) - Method in class biz.onixs.fix.engine.storage.NullSessionStorage
 
close(boolean) - Method in interface biz.onixs.fix.engine.storage.SessionStorage
Closes session storage.
close(boolean) - Method in class biz.onixs.fix.engine.storage.TimingSessionStorage
 
close() - Method in class biz.onixs.util.File
 
close() - Method in class biz.onixs.util.log.LatencyLogger
 
close() - Method in class biz.onixs.util.network.MulticastGroup
Detaches this feed from MulticastReceiver.
close() - Method in class biz.onixs.util.network.MulticastReceiver
 
close() - Method in class biz.onixs.util.network.MulticastThreadReceiver
Closable implementation
close() - Method in class biz.onixs.util.network.NetworkFactory
Shuts down the factory, releasing any resources that were created by it.
close() - Method in interface biz.onixs.util.network.TcpConnection
Closes the connection.
close() - Method in class biz.onixs.util.settings.FileBasedSettings
 
Code() - Constructor for class biz.onixs.fix.fast.DynamicErrorException.Code
 
Code() - Constructor for class biz.onixs.fix.fast.StaticErrorException.Code
 
Coder - Class in biz.onixs.fix.fast
 
Coder() - Constructor for class biz.onixs.fix.fast.Coder
 
compact() - Method in class biz.onixs.util.DynamicByteBuffer
 
compareSenderCompId(byte[]) - Method in class biz.onixs.fix.parser.FixFlatMessage
 
compareSenderCompId(byte[]) - Method in interface biz.onixs.fix.parser.FixMessage
Returns true if the message contains SenderCompID(49) same as the specified value, false otherwise.
compareSenderCompId(byte[]) - Method in class biz.onixs.fix.parser.FixStructuredMessage
 
compareTargetCompId(byte[]) - Method in class biz.onixs.fix.parser.FixFlatMessage
 
compareTargetCompId(byte[]) - Method in interface biz.onixs.fix.parser.FixMessage
Returns true if the message contains TargetCompID(56) same as the specified value, false otherwise.
compareTargetCompId(byte[]) - Method in class biz.onixs.fix.parser.FixStructuredMessage
 
compareTestReqID(ValuePtr) - Method in class biz.onixs.fix.parser.FixFlatMessage
 
compareTestReqID(ValuePtr) - Method in interface biz.onixs.fix.parser.FixMessage
Returns true if the message contains TestReqID(112) same as the specified value, false otherwise.
compareTestReqID(ValuePtr) - Method in class biz.onixs.fix.parser.FixStructuredMessage
 
compareTo(Version) - Method in class biz.onixs.fix.dictionary.Version
 
compareTo(ByteBuffer) - Method in class biz.onixs.util.ByteBuffer
 
compareTo(HighResolutionTimestamp) - Method in class biz.onixs.util.HighResolutionTimestamp
 
compareTo(ScaledDecimal) - Method in class biz.onixs.util.ScaledDecimal
Compares to the provided object.
compareTo(Object) - Method in class biz.onixs.util.ValuePtr
 
condition() - Method in class biz.onixs.fix.engine.util.TimedWait
Hook method that needs to be implemented by subclasses.
condition() - Method in class biz.onixs.fix.engine.util.TimedWaitSAdapter
 
ConfirmationLogonMessageException - Exception in biz.onixs.fix.engine
The first received message is an invalid Logon message.
ConfirmationLogonMessageException(String, ByteBuffer) - Constructor for exception biz.onixs.fix.engine.ConfirmationLogonMessageException
Constructor.
CONN_OUT_STREAM_DELAY_WARN_THRESHOLD_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
CONN_OUT_STREAM_DELAY_WARN_THRESHOLD_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
connect() - Method in interface biz.onixs.util.network.SocketConnector
Synchronous connection attempt.
connectAfterInterval(long, TimeUnit) - Method in interface biz.onixs.util.network.SocketConnector
Initiates a connection attempt after a specified interval.
connectAsync() - Method in interface biz.onixs.util.network.SocketConnector
Initiates an asynchronous connection attempt.
CONNECTION_MODE_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
CONNECTION_MODE_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
CONNECTION_OUTPUT_QUEUE_MAX_SIZE_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
CONNECTION_OUTPUT_QUEUE_MAX_SIZE_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
CONNECTION_PERF_PREFERENCE_BANDWIDTH_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
CONNECTION_PERF_PREFERENCE_BANDWIDTH_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
CONNECTION_PERF_PREFERENCE_CONNECTION_TIME_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
CONNECTION_PERF_PREFERENCE_CONNECTION_TIME_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
CONNECTION_PERF_PREFERENCE_LATENCY_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
CONNECTION_PERF_PREFERENCE_LATENCY_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
CONNECTION_RECEIVE_SPINNING_TIMEOUT_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
CONNECTION_RECEIVE_SPINNING_TIMEOUT_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
CONNECTION_RETRIES_INTERVAL_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
CONNECTION_RETRIES_INTERVAL_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
CONNECTION_RETRIES_NUMBER_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
CONNECTION_RETRIES_NUMBER_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
CONNECTION_SEND_SPINNING_TIMEOUT_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
CONNECTION_SEND_SPINNING_TIMEOUT_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
CONNECTION_TCP_NO_DELAY_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
CONNECTION_TCP_NO_DELAY_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
CONNECTION_TCP_RECEIVE_BUFFER_SIZE_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
CONNECTION_TCP_RECEIVE_BUFFER_SIZE_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
CONNECTION_TCP_SEND_BUFFER_SIZE_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
CONNECTION_TCP_SEND_BUFFER_SIZE_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
ConnectionMode - Enum in biz.onixs.fix.engine
FIX Session Connection Mode.
ConnectionMode - Enum in biz.onixs.util.network
An enum that defines supported TCP connection modes.
ContainerDefinition - Class in biz.onixs.fix.dictionary
Base of FIX message and repeating group low-level structure definition.
contains(ValuePtr) - Method in class biz.onixs.fix.dictionary.Dictionary
Returns whether corresponding message definition contains.
contains(int) - Method in class biz.onixs.fix.dictionary.Dictionary
Returns whether corresponding field details contains.
contains(int) - Method in interface biz.onixs.fix.parser.FixBlock
Returns whether the field with the specified tag number is set.
contains(int, boolean) - Method in interface biz.onixs.fix.parser.FixBlock
Returns whether the field with the specified tag number is set.
contains(int) - Method in class biz.onixs.fix.parser.FlatGroupReader
Returns whether the field with the specified tag number is set.
contains(int) - Method in class biz.onixs.fix.parser.FlatMessage
Returns whether the field corresponding to the given tag exists.
contains(int, int) - Method in class biz.onixs.fix.parser.Group
Returns whether the field with the specified tag number is set.
containsSame(int, CharSequence) - Method in interface biz.onixs.fix.parser.FixBlock
Returns whether the field corresponding to the given tag exists and have the same value.
containsSame(int, byte[], int, int) - Method in interface biz.onixs.fix.parser.FixBlock
Returns whether the field corresponding to the given tag exists and have the same value.
containsSame(int, CharSequence) - Method in class biz.onixs.fix.parser.FlatMessage
Returns whether the field corresponding to the given tag exists and have the same value.
containsSame(int, byte[], int, int) - Method in class biz.onixs.fix.parser.FlatMessage
Returns whether the field corresponding to the given tag exists and have the same value.
containsSame(int, int, CharSequence) - Method in class biz.onixs.fix.parser.Group
Returns whether the field corresponding to the given tag exists and have the same value.
containsSame(int, int, byte[], int, int) - Method in class biz.onixs.fix.parser.Group
Returns whether the field corresponding to the given tag exists and have the same value.
contentEquals(byte[], int, byte[], int) - Static method in class biz.onixs.fix.util.FixUtils
 
contentEquals(String) - Method in class biz.onixs.util.ValuePtr
Compares with the value pointer on whole byte array encoded from string.
contentEquals(byte[], int) - Method in class biz.onixs.util.ValuePtr
Compares with byte array from the specified offset.
ControllerJob - Class in biz.onixs.fix.scheduler
 
ControllerJob() - Constructor for class biz.onixs.fix.scheduler.ControllerJob
 
Converter - Class in biz.onixs.util
Utility class to convert numbers between string representation and numeric.
convertToUtcTimestamp(long, boolean) - Method in class biz.onixs.util.Timestamp
 
convertToUtcTimestampBytes(long, boolean) - Method in class biz.onixs.util.Timestamp
 
copy() - Method in class biz.onixs.fix.parser.FixFlatMessage
 
copy() - Method in interface biz.onixs.fix.parser.FixMessage
Returns copy of the FixMessage.
copy() - Method in class biz.onixs.fix.parser.FixStructuredMessage
 
copy() - Method in class biz.onixs.util.ByteBuffer
Copies this byte buffer and returns a copy.
count(int) - Method in class biz.onixs.fix.engine.util.TimedWaitSAdapter
 
cpu_set_t() - Constructor for class biz.onixs.util.system.ThreadAffinity.cpu_set_t
 
create(SessionId, boolean) - Method in class biz.onixs.fix.engine.storage.AsyncFileStorageRepository
 
create(SessionId, boolean) - Method in class biz.onixs.fix.engine.storage.FileBasedStorageRepository
 
create(SessionId, boolean) - Method in class biz.onixs.fix.engine.storage.MemoryBasedStorageRepository
 
create(SessionId, boolean) - Method in class biz.onixs.fix.engine.storage.NullStorageRepository
 
create(SessionId, boolean) - Method in interface biz.onixs.fix.engine.storage.StorageRepository
Creates session storage from scratch or restores from its previous state.
create(SessionId, boolean) - Method in class biz.onixs.fix.engine.storage.TimingStorageRepository
 
create(char, Version) - Static method in class biz.onixs.fix.parser.Message
Creates a message according to the specified type and version.
create(String, Version) - Static method in class biz.onixs.fix.parser.Message
Creates a message according to the specified type and version.
create(String, Version, int) - Static method in class biz.onixs.fix.parser.Message
Creates a message according to the specified type and version.
create(char, Version, int) - Static method in class biz.onixs.fix.parser.Message
Creates a message according to the specified type and version.
create(String) - Static method in class biz.onixs.util.Directory
Creates directory for the given path.
createFlatMessage() - Method in interface biz.onixs.fix.engine.FlatMessageFactory
Factory method to create new flat message.
createMessage() - Method in interface biz.onixs.fix.engine.MessageFactory
Factory method to create new message.
createMessage(String, Version) - Method in interface biz.onixs.fix.fast.FixMessageFactory
Factory method to create new message.
current() - Static method in class biz.onixs.util.Directory
Retrieves the current directory for the current process.
CURRENT_DIR_LOADER - Static variable in class biz.onixs.util.url.ResourceLoaderUtil
 
customize(Dictionary, Dialect) - Static method in class biz.onixs.fix.dictionary.dialect.Customizer
Customizes the FIX dictionary according to the specified dialect.
Customizer - Class in biz.onixs.fix.dictionary.dialect
FIX dictionary customizer.

D

d(Logger, Object, String, Object...) - Static method in class biz.onixs.util.log.Log
 
D2100 - Static variable in class biz.onixs.fix.fast.DynamicErrorException.Code
Not enough input data for decoding.
D2101 - Static variable in class biz.onixs.fix.fast.DynamicErrorException.Code
FIX Engine is not initialized.
D2102 - Static variable in class biz.onixs.fix.fast.DynamicErrorException.Code
The decoded number of repeating groups exceeds the specified limit.
D2201 - Static variable in class biz.onixs.fix.fast.DynamicErrorException.Code
The decoded index of enumeration value for the given field doesn't fit into valid range.
D2202 - Static variable in class biz.onixs.fix.fast.DynamicErrorException.Code
The field data contains extra bits, disallowed for the given field.
D2203 - Static variable in class biz.onixs.fix.fast.DynamicErrorException.Code
The input data assumes repeating of previously used template, but there is no previous template have been used.
D2204 - Static variable in class biz.onixs.fix.fast.DynamicErrorException.Code
Unable to create message of the given type.
D2205 - Static variable in class biz.onixs.fix.fast.DynamicErrorException.Code
An integer in the stream does not fall within the bounds of the specific integer type specified on the corresponding field.
D2206 - Static variable in class biz.onixs.fix.fast.DynamicErrorException.Code
A mandatory field is not present in the stream and has an empty previous value.
D2207 - Static variable in class biz.onixs.fix.fast.DynamicErrorException.Code
A mandatory field is not present in the stream, has an undefined previous value and there is no initial value in the instruction context.
D2209 - Static variable in class biz.onixs.fix.fast.DynamicErrorException.Code
The type of the previous value is not the same as the type of the field of the current operator.
D2210 - Static variable in class biz.onixs.fix.fast.DynamicErrorException.Code
The subtraction length exceeds the length of the base value or it does not fall in the value range of an int32.
D2211 - Static variable in class biz.onixs.fix.fast.DynamicErrorException.Code
The decoder cannot find a template associated with a template identifier appearing in the stream.
D2300 - Static variable in class biz.onixs.fix.fast.DynamicErrorException.Code
No template with the given id have been found for encoding.
D2301 - Static variable in class biz.onixs.fix.fast.DynamicErrorException.Code
A mandatory field missed from the message to be encoded.
D2302 - Static variable in class biz.onixs.fix.fast.DynamicErrorException.Code
The length of the field to be encoded as a tail is less than the length of the base value.
D2303 - Static variable in class biz.onixs.fix.fast.DynamicErrorException.Code
The value of the constant field differs from the one specified in the template.
D2304 - Static variable in class biz.onixs.fix.fast.DynamicErrorException.Code
The value of the field doesn't appear at the list of valid enumeration values.
D2305 - Static variable in class biz.onixs.fix.fast.DynamicErrorException.Code
The field value contains the string (or strings) that cannot be interpreted as a part of set.
D2306 - Static variable in class biz.onixs.fix.fast.DynamicErrorException.Code
The field is null and can not be used for set encoding.
D2307 - Static variable in class biz.onixs.fix.fast.DynamicErrorException.Code
No template found for the message type.
D2308 - Static variable in class biz.onixs.fix.fast.DynamicErrorException.Code
Template message type is not equal to the actual message type.
D2500 - Static variable in class biz.onixs.fix.fast.DynamicErrorException.Code
Internal error.
D2501 - Static variable in class biz.onixs.fix.fast.DynamicErrorException.Code
Internal error.
D2502 - Static variable in class biz.onixs.fix.fast.DynamicErrorException.Code
Internal error.
D2503 - Static variable in class biz.onixs.fix.fast.DynamicErrorException.Code
Internal error.
DAEMON_ACCEPTOR_THREAD_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
DAEMON_ACCEPTOR_THREAD_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
dateTimeToUtcTimestampBytes(LocalDateTime, byte[], int, boolean) - Static method in class biz.onixs.util.Timestamp
 
dateTimeToUtcTimestampBytes(byte[], int, int, int, int, int, int, int, int, boolean) - Static method in class biz.onixs.util.Timestamp
 
debug(Object, String, Logger) - Static method in class biz.onixs.util.log.Log
 
debug(Object, String, Object, Logger) - Static method in class biz.onixs.util.log.Log
 
debug(Object, String, Object, Object, Logger) - Static method in class biz.onixs.util.log.Log
 
debug(Object, String, Object[], Logger) - Static method in class biz.onixs.util.log.Log
 
debug(Logger, Object, String, Object...) - Static method in class biz.onixs.util.log.Log
 
decode(ByteBuffer) - Method in class biz.onixs.fix.fast.Decoder
Decodes the given FAST stream chunk into the corresponding FIX Message.
decode(ByteBuffer, int) - Method in class biz.onixs.fix.fast.Decoder
Decodes the given FAST stream chunk into the corresponding FIX Message.
decode(byte[], int, int) - Method in class biz.onixs.fix.fast.Decoder
Decodes the given FAST stream chunk into the corresponding FIX Message.
decode(byte[], int) - Method in class biz.onixs.fix.fast.Decoder
Decodes the given FAST stream chunk into the corresponding FIX Message.
decode(byte[]) - Method in class biz.onixs.fix.fast.Decoder
Decodes the given FAST stream chunk into the corresponding FIX Message.
decode(DecodeResult, ByteBuffer) - Method in class biz.onixs.fix.fast.Decoder
Decodes the given FAST stream chunk into the corresponding FIX Message.
decode(DecodeResult, ByteBuffer, int) - Method in class biz.onixs.fix.fast.Decoder
Decodes the given FAST stream chunk into the corresponding FIX Message.
decode(DecodeResult, byte[], int, int) - Method in class biz.onixs.fix.fast.Decoder
Decodes the given FAST stream chunk into the corresponding FIX Message.
decode(DecodeResult, byte[], int) - Method in class biz.onixs.fix.fast.Decoder
Decodes the given FAST stream chunk into the corresponding FIX Message.
decode(DecodeResult, byte[]) - Method in class biz.onixs.fix.fast.Decoder
Decodes the given FAST stream chunk into the corresponding FIX Message.
decodeByteVector(byte[], int) - Static method in class biz.onixs.fix.fast.Decoder
Decodes FAST non-nullable byte vector value.
decodeByteVector(byte[], int, int) - Static method in class biz.onixs.fix.fast.Decoder
Decodes FAST non-nullable byte vector value.
DecodedValue<T> - Class in biz.onixs.fix.fast
Decoded value.
DecodedValue(T, int) - Constructor for class biz.onixs.fix.fast.DecodedValue
Constructor.
DecodedValue(T, int, int) - Constructor for class biz.onixs.fix.fast.DecodedValue
Constructor.
decodeInt32(byte[], int) - Static method in class biz.onixs.fix.fast.Decoder
Decodes FAST non-nullable Int32 value.
decodeInt32(byte[], int, int) - Static method in class biz.onixs.fix.fast.Decoder
Decodes FAST non-nullable Int32 value.
Decoder - Class in biz.onixs.fix.fast
FAST-to-FIX Decoder.
Decoder(InputStream, Version) - Constructor for class biz.onixs.fix.fast.Decoder
Constructor.
Decoder(InputStream, FastVersion, Version) - Constructor for class biz.onixs.fix.fast.Decoder
Constructor.
Decoder(InputStream, Version, boolean) - Constructor for class biz.onixs.fix.fast.Decoder
Constructor.
Decoder(InputStream, FastVersion, Version, boolean) - Constructor for class biz.onixs.fix.fast.Decoder
Constructor.
DecodeResult - Class in biz.onixs.fix.fast
 
DecodeResult() - Constructor for class biz.onixs.fix.fast.DecodeResult
 
decodeUInt32(byte[], int) - Static method in class biz.onixs.fix.fast.Decoder
Decodes FAST non-nullable uInt32 value.
decodeUInt32(byte[], int, int) - Static method in class biz.onixs.fix.fast.Decoder
Decodes FAST non-nullable uInt32 value.
decrement() - Method in class biz.onixs.fix.engine.util.TimedWaitSAdapter
 
DEFAULT_ASYNC_QUEUE_SIZE - Static variable in class biz.onixs.fix.engine.storage.AsyncFileStorageRepository
 
DEFAULT_HEARTBEAT_INTERVAL_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
DEFAULT_HEARTBEAT_INTERVAL_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
DEFAULT_LOADER - Static variable in class biz.onixs.util.url.ResourceLoaderUtil
Classpath, absolute path, current directory, home directory loading sequence.
DEFAULT_PROTOCOL - Static variable in class biz.onixs.fix.engine.SslContextFactory
 
DEFAULT_WRITE_ERROR_NUMBER - Static variable in class biz.onixs.fix.engine.storage.AsyncFileStorageRepository
 
DefaultMessageDiffListener - Class in biz.onixs.fix.diff
 
DELIM - Static variable in class biz.onixs.fix.parser.FixParserUtil
 
DELIM_BYTE - Static variable in class biz.onixs.fix.parser.FixParserUtil
 
DELIM_CHAR - Static variable in class biz.onixs.fix.parser.FixParserUtil
 
DELIM_LEN - Static variable in class biz.onixs.fix.parser.FixParserUtil
 
Dialect - Class in biz.onixs.fix.dictionary.dialect
FIX Dialect.
DialectException - Exception in biz.onixs.fix.dictionary.dialect
 
DIALECTS_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
DIALECTS_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
DialectSet - Class in biz.onixs.fix.dictionary.dialect
FIX Dialects collection.
DialectSet() - Constructor for class biz.onixs.fix.dictionary.dialect.DialectSet
 
Dictionary - Class in biz.onixs.fix.dictionary
Contains information about FIX message structure and field details.
DictionaryManager - Class in biz.onixs.fix.dictionary
FIX dictionary manager.
DictionaryManager() - Constructor for class biz.onixs.fix.dictionary.DictionaryManager
 
Directory - Class in biz.onixs.util
Directory of a file system.
Directory() - Constructor for class biz.onixs.util.Directory
 
Directory.FileFilter - Class in biz.onixs.util
 
Directory.FileNames - Class in biz.onixs.util
File names.
DirResourceLoader - Class in biz.onixs.util.url
 
DirResourceLoader(File) - Constructor for class biz.onixs.util.url.DirResourceLoader
 
DISCONNECTED - Static variable in class biz.onixs.fix.engine.SessionState
Session is disconnected.
dispatchEvents() - Method in interface biz.onixs.fix.engine.SessionReactor
Processes events on a stack and performs the necessary handling.
dispatchEvents() - Method in class biz.onixs.fix.engine.TCPStandardStack
 
dispatchEvents() - Method in class biz.onixs.util.network.ExternalService
 
dispose() - Method in class biz.onixs.fix.engine.Session
Finishes session object lifecycle.
double2str(double) - Static method in class biz.onixs.util.Converter
Converts double value to string.
double2str(double, int) - Static method in class biz.onixs.util.Converter
Converts double value to string.
double2str(byte[], double, int) - Static method in class biz.onixs.util.Converter
Converts double to string and places it into a byte buffer.
double2str(byte[], int, double, int) - Static method in class biz.onixs.util.Converter
Converts double to string and places it into a byte buffer.
drop(MulticastGroup) - Method in interface biz.onixs.util.network.IMulticastReceiver
Drops (and closes) attached feed.
drop(MulticastGroup) - Method in class biz.onixs.util.network.MulticastFastThreadReceiver
Does nothing: before start thread there is no point to call, when thread is running it cannot be removed, when thread is already stopped, it will receive nothing
drop(MulticastGroup) - Method in class biz.onixs.util.network.MulticastReceiver
Drops (and closes) attached feed.
duplicate() - Method in class biz.onixs.util.DynamicByteBuffer
 
DynamicByteBuffer - Class in biz.onixs.util
 
DynamicByteBuffer(int, int) - Constructor for class biz.onixs.util.DynamicByteBuffer
 
DynamicErrorException - Exception in biz.onixs.fix.fast
Dynamic errors from the FAST specification.
DynamicErrorException(FastErrorCode, String) - Constructor for exception biz.onixs.fix.fast.DynamicErrorException
Constructor.
DynamicErrorException(FastErrorCode, String, Throwable) - Constructor for exception biz.onixs.fix.fast.DynamicErrorException
Constructor.
DynamicErrorException.Code - Class in biz.onixs.fix.fast
The valid error codes.

E

e(Logger, Object, String, Object...) - Static method in class biz.onixs.util.log.Log
 
EmptyGroupException - Exception in biz.onixs.fix.parser
 
EmptyGroupException(int, int, int, Message) - Constructor for exception biz.onixs.fix.parser.EmptyGroupException
 
encode(Message) - Method in class biz.onixs.fix.fast.Encoder
Encodes the given FIX message into a FAST stream chunk.
encode(Message, ByteBuffer) - Method in class biz.onixs.fix.fast.Encoder
 
encode(Message, int) - Method in class biz.onixs.fix.fast.Encoder
Encodes the given FIX message into a FAST stream chunk.
encode(Message, int, ByteBuffer) - Method in class biz.onixs.fix.fast.Encoder
 
Encoder - Class in biz.onixs.fix.fast
FIX-to-FAST Encoder.
Encoder(InputStream, Version) - Constructor for class biz.onixs.fix.fast.Encoder
Constructor.
Encoder(InputStream, Version, FastVersion) - Constructor for class biz.onixs.fix.fast.Encoder
Constructor.
Encoder(InputStream, Version, boolean) - Constructor for class biz.onixs.fix.fast.Encoder
Constructor.
Encoder(InputStream, Version, FastVersion, boolean) - Constructor for class biz.onixs.fix.fast.Encoder
Constructor.
endOfFile() - Method in class biz.onixs.util.File
 
Engine - Class in biz.onixs.fix.engine
FIX Engine.
Engine.DynamicAcceptorArgs - Class in biz.onixs.fix.engine
Dynamic acceptor event arguments.
Engine.DynamicAcceptorListener - Interface in biz.onixs.fix.engine
Dynamic acceptor event listener.
Engine.ErrorArgs - Class in biz.onixs.fix.engine
Error event arguments.
Engine.ErrorListener - Interface in biz.onixs.fix.engine
Engine error listener interface.
Engine.ErrorReason - Enum in biz.onixs.fix.engine
Engine error reason.
Engine.State - Enum in biz.onixs.fix.engine
Engine state.
Engine.StateChangedArgs - Class in biz.onixs.fix.engine
State changed event arguments.
Engine.StateChangedListener - Interface in biz.onixs.fix.engine
Engine state changed listener interface.
Engine.WarningArgs - Class in biz.onixs.fix.engine
Warning event arguments.
Engine.WarningListener - Interface in biz.onixs.fix.engine
Engine warning listener interface.
Engine.WarningReason - Enum in biz.onixs.fix.engine
Engine warning reason.
ENGINE_SHUTDOWN_HOOK_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
ENGINE_SHUTDOWN_HOOK_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
EngineAlreadyInitedException - Exception in biz.onixs.fix.engine
Engine has been initialized already.
EngineAlreadyInitedException() - Constructor for exception biz.onixs.fix.engine.EngineAlreadyInitedException
Constructor.
EngineException - Exception in biz.onixs.fix.engine
The exception that is thrown when a non-fatal error occurs in the FIX Engine.
EngineException() - Constructor for exception biz.onixs.fix.engine.EngineException
 
EngineException(String) - Constructor for exception biz.onixs.fix.engine.EngineException
 
EngineException(String, Throwable) - Constructor for exception biz.onixs.fix.engine.EngineException
 
EngineException(Throwable) - Constructor for exception biz.onixs.fix.engine.EngineException
 
EngineNotInitedException - Exception in biz.onixs.fix.engine
Engine is not initialized.
EngineNotInitedException() - Constructor for exception biz.onixs.fix.engine.EngineNotInitedException
Constructor.
EngineSettings - Class in biz.onixs.fix.engine
The FIX engine configuration settings.
EngineSettings() - Constructor for class biz.onixs.fix.engine.EngineSettings
Default constructor.
EngineUtils - Class in biz.onixs.fix.engine
 
ensureCanonicalName(String) - Static method in class biz.onixs.util.File
 
equals(Object) - Method in class biz.onixs.fix.dictionary.ContainerDefinition
 
equals(Object) - Method in class biz.onixs.fix.dictionary.FieldDefinition
 
equals(Object) - Method in class biz.onixs.fix.dictionary.FieldDetails
 
equals(Object) - Method in class biz.onixs.fix.dictionary.FieldValidValue
 
equals(Object) - Method in class biz.onixs.fix.dictionary.GroupDefinition
 
equals(Object) - Method in class biz.onixs.fix.dictionary.MessageDefinition
 
equals(Object) - Method in class biz.onixs.fix.engine.SessionId
 
equals(Object) - Method in class biz.onixs.fix.engine.storage.SessionStorageType
 
equals(Object) - Method in class biz.onixs.fix.fast.UnsignedInteger
 
equals(Object) - Method in class biz.onixs.fix.parser.Message
 
equals(Object) - Method in class biz.onixs.util.ByteBuffer
 
equals(Object) - Method in class biz.onixs.util.DynamicByteBuffer
 
equals(Object) - Method in class biz.onixs.util.HighResolutionTimestamp
 
equals(Object) - Method in class biz.onixs.util.ScaledDecimal
 
equals(Object) - Method in class biz.onixs.util.ValuePtr
 
erase(int) - Method in class biz.onixs.util.ByteBuffer
Erases bytes from the beginning of byte buffer with specified length.
erase(int, int) - Method in class biz.onixs.util.ByteBuffer
Erases bytes from specified position and with length form byte buffer.
error(Object, String, Logger) - Static method in class biz.onixs.util.log.Log
 
error(Object, String, Object, Logger) - Static method in class biz.onixs.util.log.Log
 
error(Object, String, Object, Object, Logger) - Static method in class biz.onixs.util.log.Log
 
error(Object, String, Object[], Logger) - Static method in class biz.onixs.util.log.Log
 
error(Logger, Object, String, Object...) - Static method in class biz.onixs.util.log.Log
 
ErrorArgs(Engine.ErrorReason, String) - Constructor for class biz.onixs.fix.engine.Engine.ErrorArgs
 
ErrorArgs() - Constructor for class biz.onixs.fix.engine.Session.ErrorArgs
 
ErrorArgs(Session.ErrorReason, String) - Constructor for class biz.onixs.fix.engine.Session.ErrorArgs
Creates event data.
ErrorListener - Interface in biz.onixs.fix.scheduler
Error event callbacks.
ErrorListener.ErrorArgs - Class in biz.onixs.fix.scheduler
General session error event arguments.
ErrorListener.LogonErrorArgs - Class in biz.onixs.fix.scheduler
Logon error event arguments.
ESTABLISHED - Static variable in class biz.onixs.fix.engine.SessionState
Session is fully established.
EXCEPTION_DURING_PROCESSING_OF_INCOMING_MESSAGE - Static variable in class biz.onixs.fix.engine.Session.ErrorReason
Exception during processing of incoming message.
execute(JobExecutionContext) - Method in class biz.onixs.fix.scheduler.LogonJob
 
execute(JobExecutionContext) - Method in class biz.onixs.fix.scheduler.LogoutJob
 
execute(JobExecutionContext) - Method in class biz.onixs.fix.scheduler.LogoutNotificationJob
 
execute(JobExecutionContext) - Method in class biz.onixs.fix.scheduler.LogoutResetJob
 
exist(String) - Static method in class biz.onixs.util.File
 
ExternalService - Class in biz.onixs.util.network
 
ExternalService(String) - Constructor for class biz.onixs.util.network.ExternalService
 

F

FastErrorCode - Class in biz.onixs.fix.fast
 
FastErrorCode() - Constructor for class biz.onixs.fix.fast.FastErrorCode
 
FastException - Exception in biz.onixs.fix.fast
Base FAST exception.
FastVersion - Enum in biz.onixs.fix.fast
FAST Versions.
Field - Class in biz.onixs.fix.parser
Field primary attributes
Field() - Constructor for class biz.onixs.fix.parser.Field
Constructor.
Field(int, byte[], int, int) - Constructor for class biz.onixs.fix.parser.Field
Constructor.
FieldDefinition - Class in biz.onixs.fix.dictionary
FIX field low-level definition.
FieldDefinition(int, boolean, String, GroupDefinition) - Constructor for class biz.onixs.fix.dictionary.FieldDefinition
Constructor.
FieldDetails - Class in biz.onixs.fix.dictionary
Field details such as value type and valid values set.
FieldDetails(String) - Constructor for class biz.onixs.fix.dictionary.FieldDetails
 
FieldDetails(String, List<FieldValidValue>) - Constructor for class biz.onixs.fix.dictionary.FieldDetails
 
FieldDetails(FieldValueType, List<FieldValidValue>) - Constructor for class biz.onixs.fix.dictionary.FieldDetails
 
FieldValidValue - Class in biz.onixs.fix.dictionary
Field valid value.
FieldValidValue(String, String) - Constructor for class biz.onixs.fix.dictionary.FieldValidValue
Constructor
FieldValueType - Enum in biz.onixs.fix.dictionary
Field value types.
File - Class in biz.onixs.util
File.
File() - Constructor for class biz.onixs.util.File
Constructor.
File(File) - Constructor for class biz.onixs.util.File
Constructor.
File(String, String) - Constructor for class biz.onixs.util.File
Constructor.
FileBasedSessionStorage - Class in biz.onixs.fix.engine.storage
 
FileBasedSettings - Class in biz.onixs.util.settings
The Settings implementation backed with the file.
FileBasedSettings(File) - Constructor for class biz.onixs.util.settings.FileBasedSettings
 
FileBasedStorage - Static variable in class biz.onixs.fix.engine.storage.SessionStorageType
 
FileBasedStorageRepository - Class in biz.onixs.fix.engine.storage
Repository of file-based session storage.
FileBasedStorageRepository() - Constructor for class biz.onixs.fix.engine.storage.FileBasedStorageRepository
 
FileFilter(String) - Constructor for class biz.onixs.util.Directory.FileFilter
 
FileNames() - Constructor for class biz.onixs.util.Directory.FileNames
 
filter(FixMessage) - Method in interface biz.onixs.fix.filter.MessageFilter
Returns whether this message must be filtered.
filter(FixMessage) - Method in class biz.onixs.fix.filter.NullMessageFilter
Always returns not to filter.
filter(FixMessage) - Method in class biz.onixs.fix.filter.TypeMessageFilter
Returns whether this message must be filtered.
findFiles(String, String, Directory.FileNames) - Static method in class biz.onixs.util.Directory
Returns a collection of strings naming the files in the directory denoted by the given pathname that satisfy the specified filename pattern.
findIndex(int) - Method in class biz.onixs.fix.parser.FlatMessage
Find field index corresponding to the given tag.
findIndex(int, int) - Method in class biz.onixs.fix.parser.FlatMessage
Find field index corresponding to the given tag.
findIndex(int, byte[]) - Method in class biz.onixs.util.ByteBuffer
Finds index of bytes sub-sequence in the data of the byte buffer.
findIndexOf(byte[], int, String, int) - Static method in class biz.onixs.fix.util.FixUtils
 
First() - Method in class biz.onixs.util.network.PortRange
Returns the first port number in the range.
FIRST_MESSAGE_NOT_A_LOGON - Static variable in class biz.onixs.fix.engine.Session.ErrorReason
First message received is not a Logon message.
FirstMessageNotLogonException - Exception in biz.onixs.fix.engine
Not logon message received in response to our logon.
FirstMessageNotLogonException(FixMessage) - Constructor for exception biz.onixs.fix.engine.FirstMessageNotLogonException
Constructor.
fix2fixml(Message) - Method in class biz.onixs.fix.fixml.FixmlConverter
Converts FIX message to FIXML.
fix2fixml(Message, boolean) - Method in class biz.onixs.fix.fixml.FixmlConverter
Converts FIX message to FIXML.
fix2fixml(Message) - Static method in class biz.onixs.fix.fixml.GenericFixmlConverter
Converts FIX message to FIXML.
fix2fixml(Message, boolean) - Static method in class biz.onixs.fix.fixml.GenericFixmlConverter
Converts FIX message to FIXML.
FIX40 - Static variable in class biz.onixs.fix.dictionary.Version
Version 4.0
FIX41 - Static variable in class biz.onixs.fix.dictionary.Version
Version 4.1
FIX42 - Static variable in class biz.onixs.fix.dictionary.Version
Version 4.2
FIX43 - Static variable in class biz.onixs.fix.dictionary.Version
Version 4.3
FIX44 - Static variable in class biz.onixs.fix.dictionary.Version
Version 4.4
FIX50 - Static variable in class biz.onixs.fix.dictionary.Version
Version 5.0
FIX50_SP1 - Static variable in class biz.onixs.fix.dictionary.Version
Version 5.0 SP1
FIX50_SP2 - Static variable in class biz.onixs.fix.dictionary.Version
Version 5.0 SP2
FIX50_SP2_LATEST - Static variable in class biz.onixs.fix.dictionary.Version
Version 5.0 SP2 Latest
FixBlock - Interface in biz.onixs.fix.parser
 
FixFlatMessage - Class in biz.onixs.fix.parser
FixFlatMessage(byte[], int) - Constructor for class biz.onixs.fix.parser.FixFlatMessage
Parses raw message as FlatMessage and initializes frequently used fields values.
FixMessage - Interface in biz.onixs.fix.parser
FixMessage mainly used for caching fields values which are frequently used by the engine.
FixMessageFactory - Interface in biz.onixs.fix.fast
FIX message factory interface.
fixml2fix(String) - Method in class biz.onixs.fix.fixml.FixmlConverter
Converts FIXML to FIX message without failing on warnings.
fixml2fix(String, boolean) - Method in class biz.onixs.fix.fixml.FixmlConverter
Converts FIXML to FIX message.
FixmlConverter - Class in biz.onixs.fix.fixml
A utility class for converting between FIX and FIXML messages.
FixmlConverter(Version) - Constructor for class biz.onixs.fix.fixml.FixmlConverter
Initializes converter instance.
FixmlConverter(String, Version) - Constructor for class biz.onixs.fix.fixml.FixmlConverter
Initializes converter instance.
FixmlConverterException - Exception in biz.onixs.fix.fixml
An exception class specifically designed for exceptions related to the FixmlConverter.
FixmlConverterException(String) - Constructor for exception biz.onixs.fix.fixml.FixmlConverterException
Constructs a new FixmlConverterException with the specified detail message.
FixmlConverterException(String, Throwable) - Constructor for exception biz.onixs.fix.fixml.FixmlConverterException
Constructs a new FixmlConverterException with the specified detail message and cause.
FixmlConverterException(Throwable) - Constructor for exception biz.onixs.fix.fixml.FixmlConverterException
Constructs a new FixmlConverterException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
FixParserUtil - Class in biz.onixs.fix.parser
 
FixStructuredMessage - Class in biz.onixs.fix.parser
FixStructuredMessage(byte[], int, int) - Constructor for class biz.onixs.fix.parser.FixStructuredMessage
Parses raw message as Message and initializes frequently used fields values.
FixStructuredMessage(Version, byte[], int, int) - Constructor for class biz.onixs.fix.parser.FixStructuredMessage
Parses raw message as Message and initializes frequently used fields values.
FixUtils - Class in biz.onixs.fix.util
 
FlatGroupReader - Class in biz.onixs.fix.parser
Reader for repeating group in the flat message.
FlatGroupReader(Object...) - Constructor for class biz.onixs.fix.parser.FlatGroupReader
Constructor with in-place dictionary.
FlatGroupReader(GroupDefinition) - Constructor for class biz.onixs.fix.parser.FlatGroupReader
Constructs reader on the base of the group definition.
FlatGroupReader(FlatGroupReader) - Constructor for class biz.onixs.fix.parser.FlatGroupReader
Copy constructor.
FlatMessage - Class in biz.onixs.fix.parser
FIX Protocol Message as a sequence of 'tag=value' pairs.
FlatMessage() - Constructor for class biz.onixs.fix.parser.FlatMessage
Constructor, empty message will be initialized and ready for interaction.
FlatMessage(byte[], int) - Constructor for class biz.onixs.fix.parser.FlatMessage
Constructor, given raw FIX message will be parsed and ready for interaction.
FlatMessage(FlatMessage) - Constructor for class biz.onixs.fix.parser.FlatMessage
Copy constructor.
FlatMessageEventArgs(FlatMessage) - Constructor for class biz.onixs.fix.engine.Session.FlatMessageEventArgs
Creates flat message-related event data.
FlatMessageFactory - Interface in biz.onixs.fix.engine
FlatMessage factory interface.
flip() - Method in class biz.onixs.util.DynamicByteBuffer
 
flush() - Method in class biz.onixs.util.File
 
flush() - Method in class biz.onixs.util.settings.FileBasedSettings
 
fromString(String) - Static method in enum biz.onixs.fix.dictionary.FieldValueType
 
fromStringIgnoreCase(String) - Static method in enum biz.onixs.fix.scheduler.SequenceNumberResetPolicy
 

G

GARBLED_MESSAGE_RECEIVED - Static variable in class biz.onixs.fix.engine.Session.WarningReason
Garbled message is received.
generate() - Method in class biz.onixs.util.GuidGenerator
 
GenericFixmlConverter - Class in biz.onixs.fix.fixml
 
GenericFixmlConverter() - Constructor for class biz.onixs.fix.fixml.GenericFixmlConverter
 
GenericWeeklySchedule - Class in biz.onixs.fix.scheduler
Generic weekly schedule which consists of activity intervals.
GenericWeeklySchedule() - Constructor for class biz.onixs.fix.scheduler.GenericWeeklySchedule
 
get(ValuePtr) - Method in class biz.onixs.fix.dictionary.Dictionary
Returns message definition corresponding to message type.
get(SessionStorageType) - Method in class biz.onixs.fix.engine.storage.SimpleStorageRepositoryManager
 
get(String) - Method in class biz.onixs.fix.engine.storage.SimpleStorageRepositoryManager
 
get(SessionStorageType) - Method in interface biz.onixs.fix.engine.storage.StorageRepositoryManager
 
get(String) - Method in interface biz.onixs.fix.engine.storage.StorageRepositoryManager
 
get() - Method in class biz.onixs.fix.parser.Field
Returns the field value as string.
get(int) - Method in interface biz.onixs.fix.parser.FixBlock
Returns the field value as string.
get(int, ValuePtr) - Method in interface biz.onixs.fix.parser.FixBlock
Returns field value as ValuePtr using provided value object instance.
get(int) - Method in class biz.onixs.fix.parser.FlatGroupReader
Returns the field value by the given tag.
get(int) - Method in class biz.onixs.fix.parser.FlatMessage
Returns the field value by the given tag.
get(int, ScaledDecimal) - Method in class biz.onixs.fix.parser.FlatMessage
Fills the given ScaledDecimal with value by the given tag.
get(int, Calendar) - Method in class biz.onixs.fix.parser.FlatMessage
Deprecated.
get(int, HighResolutionTimestamp, TimestampFormat) - Method in class biz.onixs.fix.parser.FlatMessage
Fills the given HighResolutionTimestamp with value by the given tag.
get(int, Field) - Method in class biz.onixs.fix.parser.FlatMessage
Fills the given Field with reference to value by the given tag.
get(int, ValuePtr) - Method in class biz.onixs.fix.parser.FlatMessage
Fills the given ValuePtr with reference to value by the given tag.
get(int, int) - Method in class biz.onixs.fix.parser.FlatMessage
Returns the field value by the given tag.
get(int, ScaledDecimal, int) - Method in class biz.onixs.fix.parser.FlatMessage
Fills the given ScaledDecimal with value by the given tag.
get(int, Calendar, int) - Method in class biz.onixs.fix.parser.FlatMessage
Deprecated.
get(int, HighResolutionTimestamp, TimestampFormat, int) - Method in class biz.onixs.fix.parser.FlatMessage
Fills the given HighResolutionTimestamp with value by the given tag.
get(int, Field, int) - Method in class biz.onixs.fix.parser.FlatMessage
Fills the given Field with reference to value by the given tag.
get(int, ValuePtr, int) - Method in class biz.onixs.fix.parser.FlatMessage
Fills the given ValuePtr with reference to value by the given tag.
get(int, int) - Method in class biz.onixs.fix.parser.Group
Returns the field value as string.
get(int, int, ValuePtr) - Method in class biz.onixs.fix.parser.Group
Returns field value as ValuePtr using provided value object instance.
get() - Method in class biz.onixs.util.ByteBuffer
Returns internal storage(byte array).
get() - Method in class biz.onixs.util.DynamicByteBuffer
 
get(byte[]) - Method in class biz.onixs.util.DynamicByteBuffer
 
get(byte[], int, int) - Method in class biz.onixs.util.DynamicByteBuffer
 
get(int) - Method in class biz.onixs.util.DynamicByteBuffer
 
getActualSeqNum() - Method in exception biz.onixs.fix.engine.UnexpectedSequenceNumberException
Return actual sequence number.
getAddress() - Method in class biz.onixs.fix.scheduler.InitiatorConnectingArgs
Returns address of counterparty to be connected.
getAddresses() - Method in class biz.onixs.fix.scheduler.InitiatorConnection
Returns list of addresses.
getAllBaseVersions() - Static method in class biz.onixs.fix.dictionary.Version
Returns base FIX versions.
getAllVersions() - Static method in class biz.onixs.fix.dictionary.Version
Returns all base and dialect FIX versions.
getApplVerId() - Method in class biz.onixs.fix.dictionary.Version
Returns ApplVerID(1128) value.
getArray(String) - Method in interface biz.onixs.fix.parser.JsonObject
Returns a collection of JsonObjects corresponding to the specified key.
getAsyncFileStorageQueueSize() - Method in class biz.onixs.fix.engine.EngineSettings
Returns async file session storage queue size.
getAsyncFileStorageRepository() - Method in class biz.onixs.fix.engine.storage.SimpleStorageRepositoryManager
 
getAsyncFileStorageRepository() - Method in interface biz.onixs.fix.engine.storage.StorageRepositoryManager
 
getAsyncFileStorageWriteErrorRetriesNumber() - Method in class biz.onixs.fix.engine.EngineSettings
Returns async file session storage write error retries number.
getAsyncQueueSize() - Method in class biz.onixs.fix.engine.storage.AsyncFileStorageRepository
Returns asynchronous operations queue size.
getAttrValue(Node, String) - Static method in class biz.onixs.util.XmlUtils
 
getAttrValue(NamedNodeMap, String) - Static method in class biz.onixs.util.XmlUtils
 
getAvgIntervalMilliSeconds() - Method in class biz.onixs.util.PrecisionTimer
 
getAvgIntervalNanoSeconds() - Method in class biz.onixs.util.PrecisionTimer
 
getAvgIntervalSeconds() - Method in class biz.onixs.util.PrecisionTimer
 
getBacklog() - Method in interface biz.onixs.util.network.Acceptor
Returns the maximum number of pending connections on listen ports.
getBaseName() - Method in class biz.onixs.util.log.LatencyLogger
 
getBaseVersion() - Method in class biz.onixs.fix.dictionary.Version
Returns base FIX version if this is dialect or itself if not.
getBeginSeqNo() - Method in class biz.onixs.fix.parser.FixFlatMessage
 
getBeginSeqNo() - Method in interface biz.onixs.fix.parser.FixMessage
Returns BeginSeqNo(7).
getBeginSeqNo() - Method in class biz.onixs.fix.parser.FixStructuredMessage
 
getBeginString() - Method in class biz.onixs.fix.dictionary.Version
Returns the value of the BeginString (tag=8) field.
getBigDecimal() - Method in class biz.onixs.fix.parser.Field
Returns the field value as BigDecimal.
getBigDecimal(int) - Method in interface biz.onixs.fix.parser.FixBlock
Returns the field value as BigDecimal.
getBigDecimal(int) - Method in class biz.onixs.fix.parser.FlatGroupReader
Returns the field value by the given tag.
getBigDecimal(int) - Method in class biz.onixs.fix.parser.FlatMessage
Returns the field value by the given tag.
getBigDecimal(int, int) - Method in class biz.onixs.fix.parser.FlatMessage
Returns the field value by the given tag.
getBigDecimal(int, int) - Method in class biz.onixs.fix.parser.Group
Returns the field value as BigDecimal.
getBoolean(String) - Method in class biz.onixs.util.settings.Settings
Returns a boolean value that corresponds to the given key.
getBoolean(String, boolean) - Method in class biz.onixs.util.settings.Settings
Returns a boolean value that corresponds to the given key.
getBufferSize() - Method in class biz.onixs.util.network.MulticastGroup
 
getByApplVerId(ApplVerId) - Static method in class biz.onixs.fix.dictionary.Version
Returns FIX version by the ApplVerID(1128) value.
getByBeginString(String) - Static method in class biz.onixs.fix.dictionary.Version
Returns instance by FIX begin string.
getByBeginStringBytesStrict(byte[], int, int) - Static method in class biz.onixs.fix.dictionary.Version
Returns FIX version by the begin string in the buffer.
getByDefaultApplVerId(ApplVerId) - Static method in class biz.onixs.fix.dictionary.Version
Returns FIX version by the DefaultApplVerID(1137) value.
getById(int) - Static method in enum biz.onixs.fix.dictionary.ApplVerId
Returns enumeration value by the integer.
getById(String) - Static method in class biz.onixs.fix.dictionary.Version
Returns instance by base or dialect FIX version id.
getByIdStrict(String) - Static method in class biz.onixs.fix.dictionary.Version
Returns instance by base or dialect FIX version id.
getByIndex(int) - Method in class biz.onixs.fix.parser.FlatMessage
Returns the field value at the given field index.
getByIndex(int, ScaledDecimal) - Method in class biz.onixs.fix.parser.FlatMessage
Fills the given ScaledDecimal with value by the given tag.
getByIndex(int, Calendar) - Method in class biz.onixs.fix.parser.FlatMessage
Deprecated.
getByIndex(int, HighResolutionTimestamp, TimestampFormat) - Method in class biz.onixs.fix.parser.FlatMessage
Fills the given HighResolutionTimestamp with value by the given tag.
getByIndex(int, Field) - Method in class biz.onixs.fix.parser.FlatMessage
Fills the field with tag/value from the given field index.
getByIndex(int, ValuePtr) - Method in class biz.onixs.fix.parser.FlatMessage
Fills the given ValuePtr with reference to value from the given field index.
getByIndexBigDecimal(int) - Method in class biz.onixs.fix.parser.FlatMessage
Returns the field value at the given field index.
getByIndexChar(int) - Method in class biz.onixs.fix.parser.FlatMessage
Returns the field value at the given field index.
getByIndexDouble(int) - Method in class biz.onixs.fix.parser.FlatMessage
Returns the field value at the given field index.
getByIndexHighResolutionTimestamp(int, TimestampFormat) - Method in class biz.onixs.fix.parser.FlatMessage
Returns the field value at the given field index.
getByIndexInteger(int) - Method in class biz.onixs.fix.parser.FlatMessage
Returns the field value at the given field index.
getByIndexLong(int) - Method in class biz.onixs.fix.parser.FlatMessage
Returns the field value at the given field index.
getByIndexScaledDecimal(int) - Method in class biz.onixs.fix.parser.FlatMessage
Returns the field value at the given field index.
getByIndexTimestamp(int) - Method in class biz.onixs.fix.parser.FlatMessage
Deprecated.
getByIndexUTCTimestamp(int) - Method in class biz.onixs.fix.parser.FlatMessage
Returns the field value at the given field index.
getByNumber(String) - Static method in class biz.onixs.fix.dictionary.Version
Returns instance by FIX version number.
getByteBuffer() - Method in class biz.onixs.util.DynamicByteBuffer
 
getBytes() - Method in class biz.onixs.fix.dictionary.Version
Returns FIX string as a byte array.
getBytes() - Method in class biz.onixs.fix.engine.Session.MessageSendingArgs
 
getBytes() - Method in class biz.onixs.fix.engine.Session.ReceivedBytesArgs
 
getBytes() - Method in class biz.onixs.fix.parser.Field
Returns the field value as a byte array.
getBytes(int) - Method in interface biz.onixs.fix.parser.FixBlock
Returns the field value as a byte array.
getBytes(int, int) - Method in class biz.onixs.fix.parser.Group
Returns the field value as a byte array.
getBytes(String) - Method in interface biz.onixs.fix.parser.JsonObject
Returns a byte array corresponding to the specified key.
getBytes(byte[], int) - Method in class biz.onixs.util.UtcTimestamp
 
getBytes() - Method in class biz.onixs.util.UtcTimestamp
 
getBytesUsed() - Method in class biz.onixs.fix.fast.DecodeResult
 
getc() - Method in class biz.onixs.util.File
 
getCalendar() - Method in class biz.onixs.util.HighResolutionTimestamp
Returns timestamp without high resolution component of the high resolution timestamp.
getChar(int) - Method in interface biz.onixs.fix.parser.FixBlock
Returns the field value as character.
getChar(int) - Method in class biz.onixs.fix.parser.FlatGroupReader
Returns the field value by the given tag.
getChar(int) - Method in class biz.onixs.fix.parser.FlatMessage
Returns the field value by the given tag.
getChar(int, int) - Method in class biz.onixs.fix.parser.FlatMessage
Returns the field value by the given tag.
getChar(int, int) - Method in class biz.onixs.fix.parser.Group
Returns the field value as character.
getChar() - Method in class biz.onixs.util.DynamicByteBuffer
 
getChar(int) - Method in class biz.onixs.util.DynamicByteBuffer
 
getCheckSum() - Method in class biz.onixs.util.ByteBuffer
Gets checksum corresponding to bytes kept in byte buffer.
getCheckSum() - Method in class biz.onixs.util.DynamicByteBuffer
 
getCleanUpOldLogs() - Method in class biz.onixs.fix.engine.storage.FileBasedStorageRepository
Returns the number of days back older storage files will be deleted.
getCode() - Method in exception biz.onixs.fix.fast.FastException
Error codeDeprecated.
getConnectionMode() - Method in class biz.onixs.fix.engine.EngineSettings
Returns session connection mode.
getConnectionMode() - Method in class biz.onixs.fix.engine.Session
Returns session connection mode.
getConnectionOutputQueueMaxSize() - Method in class biz.onixs.fix.engine.EngineSettings
Returns the maximum size of the internal output queue allocated for a FIX connection, in bytes.
getConnectionOutStreamDelayWarningThreshold() - Method in class biz.onixs.fix.engine.EngineSettings
Returns the output stream write delay threshold after which the warning is logged.
getConnectionPerfPreferenceBandwidth() - Method in class biz.onixs.fix.engine.EngineSettings
Returns socket performance preference for bandwidth.
getConnectionPerfPreferenceConnectionTime() - Method in class biz.onixs.fix.engine.EngineSettings
Returns socket performance preference for connection time.
getConnectionPerfPreferenceLatency() - Method in class biz.onixs.fix.engine.EngineSettings
Returns socket performance preference for latency.
getConnectionReceiveSpinningTimeout() - Method in class biz.onixs.fix.engine.EngineSettings
Returns the current receive spinning timeout value (in nanoseconds).
getConnectionRetriesInterval() - Method in class biz.onixs.fix.engine.EngineSettings
Returns reconnection interval in milliseconds.
getConnectionRetriesInterval() - Method in class biz.onixs.fix.scheduler.SessionScheduler
Returns the time interval between the logon attempts in case of a logon failure in milliseconds.
getConnectionRetriesNumber() - Method in class biz.onixs.fix.engine.EngineSettings
Returns reconnection attempts number.
getConnectionRetriesNumber() - Method in class biz.onixs.fix.scheduler.SessionScheduler
Returns the number of logon attempts in case of a logon failure.
getConnectionSendSpinningTimeout() - Method in class biz.onixs.fix.engine.EngineSettings
Returns the current send spinning timeout value (in nanoseconds).
getConnectionSettingsById(String) - Method in class biz.onixs.fix.scheduler.SchedulerSettings
 
getConnectionTcpReceiveBufferSize() - Method in class biz.onixs.fix.engine.EngineSettings
Returns TCP socket receive buffer size allocated to FIX connection, in bytes.
getConnectionTcpSendBufferSize() - Method in class biz.onixs.fix.engine.EngineSettings
Returns TCP socket send buffer size allocated to FIX connection, in bytes.
getController() - Method in class biz.onixs.fix.scheduler.ControllerJob
 
getCopy() - Method in class biz.onixs.util.ByteBuffer
Returns copy of bytes kept in byte buffer.
getCounterpartyHost() - Method in class biz.onixs.fix.engine.Session
Returns the hostname of remote host, or the string form of the address if it doesn't have a hostname.
getCounterpartyHostAsSpecified() - Method in class biz.onixs.fix.engine.Session
Returns the remote host name or address as specified during Session.logonAsInitiator(String, int) method call.
getCounterpartyPort() - Method in class biz.onixs.fix.engine.Session
Gets the counterparty port number.
getCreatedSession() - Method in class biz.onixs.fix.engine.Engine.DynamicAcceptorArgs
 
getCurrentAttempt() - Method in class biz.onixs.fix.scheduler.ErrorListener.LogonErrorArgs
Returns current attempt number.
getCurrentEntry() - Method in class biz.onixs.fix.parser.FlatGroupReader
Index of the current group entry.
getCustomer() - Method in class biz.onixs.fix.engine.License
Returns license customer.
getCustomLogon() - Method in class biz.onixs.fix.scheduler.InitiatorConnectingArgs
Returns custom Logon message used for connecting.
getCustomLogonMessage() - Method in class biz.onixs.fix.scheduler.InitiatorConnection
Returns custom logon message.
getCustomLogonMessageFieldDelimiter() - Method in class biz.onixs.fix.scheduler.InitiatorConnection
Returns custom logon message field delimiter.
getCustomLogonMessageFile() - Method in class biz.onixs.fix.scheduler.InitiatorConnection
Returns custom logon message file.
getCustomLogonMessageObj() - Method in class biz.onixs.fix.scheduler.InitiatorConnection
Returns custom logon message.
getData() - Method in class biz.onixs.util.ValuePtr
Returns whole byte array containing the value.
getDataTagByLengthTag(int) - Static method in class biz.onixs.fix.dictionary.Dictionary
Returns data field tag by data length field tag.
getDaysLeft() - Method in class biz.onixs.fix.engine.License
Returns the number of days left until license is expired.
getDefaultApplVerId() - Method in class biz.onixs.fix.dictionary.Version
Returns DefaultApplVerID(1137) value.
getDefaultHeartbeatInterval() - Method in class biz.onixs.fix.engine.EngineSettings
Returns the default heartbeat interval in seconds.
getDescription() - Method in class biz.onixs.fix.dictionary.FieldValidValue
Returns value description.
getDescription() - Method in class biz.onixs.fix.engine.Engine.ErrorArgs
 
getDescription() - Method in class biz.onixs.fix.engine.Engine.WarningArgs
 
getDescription() - Method in class biz.onixs.fix.engine.Session.ErrorArgs
Returns error description.
getDescription() - Method in class biz.onixs.fix.engine.Session.WarningArgs
Returns warning description.
getDescription() - Method in class biz.onixs.fix.scheduler.ErrorListener.ErrorArgs
Returns error description.
getDialect(String) - Method in class biz.onixs.fix.dictionary.dialect.DialectSet
Returns FIX Dialect corresponding to specified id.
getDialects() - Method in class biz.onixs.fix.engine.EngineSettings
Returns the location of one or several files with the FIX dialects definition.
getDialectVersion(Version, String) - Static method in class biz.onixs.fix.dictionary.Version
Returns dialect FIX version with the specified base FIX version and dialect name.
getDialectVersions() - Method in class biz.onixs.fix.dictionary.dialect.DialectSet
Returns set of FIX versions of FIX Dialects.
getDictionary(Version) - Static method in class biz.onixs.fix.dictionary.DictionaryManager
Returns FIX dictionary corresponding to the specified version.
getDictionaryCounter() - Static method in class biz.onixs.fix.dictionary.DictionaryManager
Counts dictionaries, registered by the given DictionaryManager instance.
getDictionaryManager() - Method in class biz.onixs.fix.engine.Engine
Returns dictionary manager.
getDiffListener() - Method in class biz.onixs.fix.parser.MessageDiff
 
getDirectory() - Method in class biz.onixs.util.log.LatencyLogger
 
getDouble() - Method in class biz.onixs.fix.parser.Field
Returns field value as double.
getDouble(int) - Method in interface biz.onixs.fix.parser.FixBlock
Returns the field value as double.
getDouble(int) - Method in class biz.onixs.fix.parser.FlatGroupReader
Returns the field value by the given tag.
getDouble(int) - Method in class biz.onixs.fix.parser.FlatMessage
Returns the field value by the given tag.
getDouble(int, int) - Method in class biz.onixs.fix.parser.FlatMessage
Returns the field value by the given tag.
getDouble(int, int) - Method in class biz.onixs.fix.parser.Group
Returns the field value as double.
getDouble() - Method in class biz.onixs.util.DynamicByteBuffer
 
getDouble(int) - Method in class biz.onixs.util.DynamicByteBuffer
 
getDynamicAcceptorListener() - Method in class biz.onixs.fix.engine.Engine
Deprecated.
will be removed soon as not necessary
getElapsedMilliSeconds() - Method in class biz.onixs.util.PrecisionTimer
Returns the elapsed time in milliseconds.
getElapsedNanoSeconds() - Method in class biz.onixs.util.PrecisionTimer
Returns the elapsed time in nanoseconds.
getElapsedSeconds() - Method in class biz.onixs.util.PrecisionTimer
Returns the elapsed time in seconds.
getEndSeqNo() - Method in class biz.onixs.fix.parser.FixFlatMessage
 
getEndSeqNo() - Method in interface biz.onixs.fix.parser.FixMessage
Returns EndSeqNo(16).
getEndSeqNo() - Method in class biz.onixs.fix.parser.FixStructuredMessage
 
getEntry(int) - Method in class biz.onixs.fix.parser.Group
Returns the mentioned entry from the group.
getEntryBeginningTag() - Method in class biz.onixs.fix.dictionary.GroupDefinition
Returns tag which identifies the beginning of new entry.
getEntryBeginningTag() - Method in class biz.onixs.fix.parser.Group
Returns tag number which identifies the beginning of new entry.
getErrorListener() - Static method in class biz.onixs.fix.engine.Engine
Returns error listener.
getErrorListener() - Method in class biz.onixs.fix.engine.Session
Returns error listener.
getException() - Method in class biz.onixs.fix.scheduler.ErrorListener.ErrorArgs
Returns exception.
getExpandFactor() - Method in class biz.onixs.util.DynamicByteBuffer
 
getExpectedSeqNum() - Method in exception biz.onixs.fix.engine.UnexpectedSequenceNumberException
Return expected sequence number.
getExpirationDate() - Method in exception biz.onixs.fix.engine.LicenseExpiredException
 
getExponent() - Method in class biz.onixs.util.ScaledDecimal
Method that returns the exponent part of the scaled decimal as an integer
getFastVersion() - Method in class biz.onixs.fix.fast.Coder
Returns source FAST version.
getField(JsonObject, String, int) - Static method in class biz.onixs.fix.parser.FixParserUtil
 
getFieldByIndex(int) - Method in class biz.onixs.fix.dictionary.ContainerDefinition
Returns FIX field low-level definition corresponding to specified index.
getFieldByTag(int) - Method in class biz.onixs.fix.dictionary.ContainerDefinition
Returns FIX field low-level definition corresponding to specified tag.
getFieldCounter() - Method in class biz.onixs.fix.dictionary.ContainerDefinition
Returns number of FIX field low-level definitions.
getFieldDefinitions() - Method in class biz.onixs.fix.dictionary.ContainerDefinition
Returns list of FIX field low-level definitions.
getFieldDetails(int) - Method in class biz.onixs.fix.dictionary.Dictionary
Returns field details (type and valid values) corresponding to specified tag.
getFieldValidValues() - Method in class biz.onixs.fix.dictionary.FieldDetails
Returns field valid values.
getFileStorageRepository() - Method in class biz.onixs.fix.engine.storage.SimpleStorageRepositoryManager
 
getFileStorageRepository() - Method in interface biz.onixs.fix.engine.storage.StorageRepositoryManager
 
getFirstDay() - Method in class biz.onixs.fix.scheduler.SimpleWeeklySchedule
Returns first day.
getFixMessage() - Method in class biz.onixs.fix.fast.DecodeResult
 
getFixMessageFactory() - Method in class biz.onixs.fix.fast.Decoder
Returns message factory to use for creating decoded FIX message instance.
getFixVersion() - Method in class biz.onixs.fix.engine.SessionId
 
getFixVersion() - Method in class biz.onixs.fix.fast.Coder
Returns target FIX version.
getFlatMessage() - Method in class biz.onixs.fix.parser.FixFlatMessage
 
getFlatMessage() - Method in interface biz.onixs.fix.parser.FixMessage
Returns the FlatMessage object.
getFlatMessage() - Method in class biz.onixs.fix.parser.FixStructuredMessage
 
getFloat() - Method in class biz.onixs.util.DynamicByteBuffer
 
getFloat(int) - Method in class biz.onixs.util.DynamicByteBuffer
 
getFullStorageFolder() - Method in class biz.onixs.fix.engine.EngineSettings
Returns full storage folder path.
getGroup(int) - Method in interface biz.onixs.fix.parser.FixBlock
Returns the repeating group.
getGroup(int, int) - Method in class biz.onixs.fix.parser.Group
Returns the nested repeating group.
getGroup() - Method in class biz.onixs.util.network.MulticastGroup
 
getGroupCounter() - Method in class biz.onixs.fix.dictionary.ContainerDefinition
Returns number of FIX repeating group low-level definitions.
getGroupDefinition() - Method in class biz.onixs.fix.dictionary.FieldDefinition
Returns FIX repeating group low-level definition if the FIX field define a repeating group otherwise null.
getGroupIndex() - Method in class biz.onixs.fix.dictionary.FieldDefinition
Returns the index of FIX repeating group (if the FIX field defines a repeating group) in the parent container (FIX message or repeating group).
getGroupIndexByTag(int) - Method in class biz.onixs.fix.dictionary.ContainerDefinition
Returns FIX repeating group low-level definition corresponding to specified tag.
getHeartbeatInterval() - Method in class biz.onixs.fix.scheduler.InitiatorConnection
Returns heartbeat interval.
getHeartBtInt() - Method in class biz.onixs.fix.engine.Session
Returns the Heartbeat interval (seconds, the HeartBtInt (tag=108) field value).
getHeartBtInt() - Method in class biz.onixs.fix.parser.FixFlatMessage
 
getHeartBtInt() - Method in interface biz.onixs.fix.parser.FixMessage
Returns HeartBtInt(108).
getHeartBtInt() - Method in class biz.onixs.fix.parser.FixStructuredMessage
 
getHighResolutionTimestamp(int, TimestampFormat) - Method in interface biz.onixs.fix.parser.FixBlock
Returns field value as HighResolutionTimestamp parsed using specified TimestampFormat format.
getHighResolutionTimestamp(int, HighResolutionTimestamp, TimestampFormat) - Method in interface biz.onixs.fix.parser.FixBlock
Returns field value as HighResolutionTimestamp using provided value object instance and parsed using specified TimestampFormat format.
getHighResolutionTimestamp(int, TimestampFormat) - Method in class biz.onixs.fix.parser.FlatGroupReader
Returns the field value by the given tag.
getHighResolutionTimestamp(int, TimestampFormat) - Method in class biz.onixs.fix.parser.FlatMessage
Returns the field value by the given tag.
getHighResolutionTimestamp(int, TimestampFormat, int) - Method in class biz.onixs.fix.parser.FlatMessage
Returns the field value by the given tag.
getHighResolutionTimestamp(int, int, TimestampFormat) - Method in class biz.onixs.fix.parser.Group
Returns field value as HighResolutionTimestamp parsed using specified TimestampFormat format.
getHighResolutionTimestamp(int, int, HighResolutionTimestamp, TimestampFormat) - Method in class biz.onixs.fix.parser.Group
Returns field value as HighResolutionTimestamp using provided value object instance and parsed using specified TimestampFormat format.
getHost() - Method in class biz.onixs.util.network.ProxySettings
Returns the proxy host.
getHost() - Method in interface biz.onixs.util.network.SocketConnector
Returns the hostname or IP address to connect.
getId() - Method in enum biz.onixs.fix.dictionary.ApplVerId
Returns integer value.
getId() - Method in class biz.onixs.fix.dictionary.Version
Returns base or dialect FIX version id.
getId() - Method in class biz.onixs.fix.engine.License.Product
Returns product id.
getId() - Method in class biz.onixs.fix.engine.Session
Returns session id.
getId() - Method in class biz.onixs.fix.engine.SessionId
Returns session id string key Key format is SenderCompId-TargetCompId-VersionId-Token where "-Token" part is omitted if token length is 0.
getId() - Method in class biz.onixs.fix.engine.storage.AsyncFileSessionStorage
 
getId() - Method in class biz.onixs.fix.engine.storage.FileBasedSessionStorage
 
getId() - Method in class biz.onixs.fix.engine.storage.MemoryBasedSessionStorage
 
getId() - Method in class biz.onixs.fix.engine.storage.NullSessionStorage
 
getId() - Method in interface biz.onixs.fix.engine.storage.SessionStorage
Returns session storage unique id.
getId() - Method in class biz.onixs.fix.engine.storage.SessionStorageType
 
getId() - Method in class biz.onixs.fix.engine.storage.TimingSessionStorage
 
getIf() - Method in class biz.onixs.util.network.MulticastGroup
 
getInboundApplicationFlatMessageListener() - Method in class biz.onixs.fix.engine.Session
Returns inbound application flat message listener.
getInboundApplicationMessageListener() - Method in class biz.onixs.fix.engine.Session
Returns inbound application message listener.
getInboundMessageLogFilter() - Method in class biz.onixs.fix.engine.EngineSettings
Returns session inbound message log filter.
getInboundMessageLogFilter() - Method in class biz.onixs.fix.engine.Session
Returns MessageFilter object used to filter out inbound messages from the logs.
getInboundSessionFlatMessageListener() - Method in class biz.onixs.fix.engine.Session
Returns inbound session flat message listener.
getInboundSessionMessageListener() - Method in class biz.onixs.fix.engine.Session
Returns inbound session message listener.
getIncomingLogonMessage() - Method in class biz.onixs.fix.engine.Engine.DynamicAcceptorArgs
 
getIncomingMessageGapQueueMaximumSize() - Method in class biz.onixs.fix.engine.Session
Returns maximum size of the incoming message gap queue.
getIndex() - Method in class biz.onixs.fix.dictionary.FieldDefinition
Returns the index of FIX field in the parent container (FIX message or repeating group).
getInitiatorConnectionListener() - Method in class biz.onixs.fix.scheduler.InitiatorConnection
Returns initiator connection listener.
getInSeqNum() - Method in class biz.onixs.fix.engine.Session
Returns the expected sequence number of the next incoming message.
getInSeqNum() - Method in class biz.onixs.fix.engine.storage.AsyncFileSessionStorage
 
getInSeqNum() - Method in class biz.onixs.fix.engine.storage.FileBasedSessionStorage
 
getInSeqNum() - Method in class biz.onixs.fix.engine.storage.MemoryBasedSessionStorage
 
getInSeqNum() - Method in class biz.onixs.fix.engine.storage.NullSessionStorage
 
getInSeqNum() - Method in interface biz.onixs.fix.engine.storage.SessionStorage
Returns last inbound message sequence number or 0 if no inbound message is stored.
getInSeqNum() - Method in class biz.onixs.fix.engine.storage.TimingSessionStorage
 
getInstance() - Static method in class biz.onixs.fix.diff.DefaultMessageDiffListener
 
getInstance() - Static method in class biz.onixs.fix.engine.Engine
The instance of the engine.
getInstance(String, String, String) - Static method in class biz.onixs.fix.engine.SslContextFactory
Returns SSL context.
getInstance(String, String, String, String, String) - Static method in class biz.onixs.fix.engine.SslContextFactory
Returns SSL context.
getInstance(String, String, String, String, String, String) - Static method in class biz.onixs.fix.engine.SslContextFactory
Returns SSL context.
getInstance() - Static method in class biz.onixs.fix.filter.NullMessageFilter
Returns filter instance.
getInt() - Method in class biz.onixs.util.DynamicByteBuffer
 
getInt(int) - Method in class biz.onixs.util.DynamicByteBuffer
 
getInteger() - Method in class biz.onixs.fix.parser.Field
Returns the field value as integer.
getInteger(int) - Method in interface biz.onixs.fix.parser.FixBlock
Returns the field value as integer.
getInteger(int) - Method in class biz.onixs.fix.parser.FlatGroupReader
Returns the field value as integer.
getInteger(int) - Method in class biz.onixs.fix.parser.FlatMessage
Returns the field value by the given tag.
getInteger(int, int) - Method in class biz.onixs.fix.parser.FlatMessage
Returns the field value by the given tag.
getInteger(int, int) - Method in class biz.onixs.fix.parser.Group
Returns the field value as integer.
getInteger(String, int) - Method in class biz.onixs.util.settings.Settings
Returns an integer value that corresponds to the given key.
getInteger(String) - Method in class biz.onixs.util.settings.Settings
Returns an integer value that corresponds to the given key.
getInterval() - Method in class biz.onixs.fix.scheduler.LogoutNotification
Returns interval before logout.
getInterval() - Method in class biz.onixs.fix.scheduler.LogoutNotificationJob
 
getInterval() - Method in class biz.onixs.util.Throttler
Returns interval duration.
getIntervalEnd() - Method in class biz.onixs.fix.engine.License
Returns license validity interval end date.
getIntervalList() - Method in class biz.onixs.fix.scheduler.GenericWeeklySchedule
Returns list of activity intervals.
getIntervalList() - Method in class biz.onixs.fix.scheduler.MultiDayLengthSchedule
 
getIntervalList() - Method in interface biz.onixs.fix.scheduler.SessionSchedule
 
getIntervalList() - Method in class biz.onixs.fix.scheduler.SingleDayLengthSchedule
 
getIntervals() - Method in class biz.onixs.fix.scheduler.WeeklyIntervalList
Returns interval list.
getIntervalStart() - Method in class biz.onixs.fix.engine.License
Returns license validity interval start date.
getItemsPerSecond(long) - Method in class biz.onixs.util.PrecisionTimer
 
getJsonObject(String) - Method in interface biz.onixs.fix.parser.JsonObject
Returns a JsonObject corresponding to the specified key.
getLastDay() - Method in class biz.onixs.fix.scheduler.SimpleWeeklySchedule
Returns last day.
getLastIntervalMilliSeconds() - Method in class biz.onixs.util.PrecisionTimer
 
getLastIntervalNanoSeconds() - Method in class biz.onixs.util.PrecisionTimer
 
getLastIntervalSeconds() - Method in class biz.onixs.util.PrecisionTimer
 
getLeadingTag() - Method in class biz.onixs.fix.dictionary.GroupDefinition
Returns tag which identifies the number of repeating group entries.
getLeadingTag() - Method in class biz.onixs.fix.parser.Group
Returns tag which identifies the number of repeating group entries.
getLength() - Method in class biz.onixs.util.ValuePtr
Returns length of the value in the array from offset.
getLicense() - Method in class biz.onixs.fix.engine.Engine
 
getLicense() - Method in class biz.onixs.fix.engine.EngineSettings
Returns the content of the license file if it is set explicitly using EngineSettings.setLicense(String).
getLicenseAlertingDaysBeforeExpiration() - Method in class biz.onixs.fix.engine.EngineSettings
Returns the number of days to alert before the license expiration.
getLicenseFile() - Method in class biz.onixs.fix.engine.EngineSettings
Returns the name of the license file resource.
getLine(StringBuilder, int) - Method in class biz.onixs.util.File
 
getLine(int) - Method in class biz.onixs.util.File
 
getLine(StringBuilder, int, int) - Method in class biz.onixs.util.File
 
getLine(int, int) - Method in class biz.onixs.util.File
 
getListener() - Method in interface biz.onixs.util.network.Acceptor
Returns the listener which will be called in case there is a new connection accepted on a listening port.
getListener() - Method in class biz.onixs.util.network.MulticastGroup
 
getListenerManager() - Method in class biz.onixs.fix.scheduler.SessionScheduler
Returns listener manager to subscribe/unsubscribe from events.
getListenPort() - Method in class biz.onixs.fix.engine.Session
Returns the port to listen on for incoming FIX Connections in Acceptor mode.
getListenPorts() - Method in class biz.onixs.fix.engine.EngineSettings
Returns listen port(s) for incoming FIX connections.
getListenPortsBacklog() - Method in class biz.onixs.fix.engine.EngineSettings
Returns the maximum number of pending connections on listen ports.
getLocalAddress() - Method in interface biz.onixs.util.network.Socket
Returns the local address to which the socket is bound.
getLocalPort() - Method in class biz.onixs.fix.engine.Engine.DynamicAcceptorArgs
 
getLocalPort() - Method in class biz.onixs.fix.engine.Session
Returns the local port from which you intend to send and receive data.
getLocalPortRange() - Method in class biz.onixs.fix.engine.Session
Returns the local port range, the first available port from this range will be used to send and receive data.
getLogonConfirmationTimeout() - Method in class biz.onixs.fix.engine.Session
Returns number of seconds to wait for a logon response before disconnecting.
getLogonDay() - Method in class biz.onixs.fix.scheduler.WeeklyInterval
Returns logon day.
getLogonTime() - Method in class biz.onixs.fix.scheduler.SimpleWeeklySchedule
Returns logon time.
getLogonTime() - Method in class biz.onixs.fix.scheduler.WeeklyInterval
Returns logon time.
getLogonTimeZone() - Method in class biz.onixs.fix.scheduler.SimpleWeeklySchedule
Returns logon timezone.
getLogonTimeZone() - Method in class biz.onixs.fix.scheduler.WeeklyInterval
Returns logon time zone.
getLogoutConfirmationTimeout() - Method in class biz.onixs.fix.engine.Session
Returns number of seconds to wait for a logout response before disconnecting.
getLogoutDay() - Method in class biz.onixs.fix.scheduler.WeeklyInterval
Returns logout day.
getLogoutMessage() - Method in class biz.onixs.fix.engine.Session
Returns logout message.
getLogoutNotifications() - Method in class biz.onixs.fix.scheduler.SessionScheduler
Returns session logout notification intervals.
getLogoutTime() - Method in class biz.onixs.fix.scheduler.SimpleWeeklySchedule
Returns logout time.
getLogoutTime() - Method in class biz.onixs.fix.scheduler.WeeklyInterval
Returns logout time.
getLogoutTimeZone() - Method in class biz.onixs.fix.scheduler.SimpleWeeklySchedule
Returns logout timezone.
getLogoutTimeZone() - Method in class biz.onixs.fix.scheduler.WeeklyInterval
Returns logout time zone.
getLong() - Method in class biz.onixs.fix.parser.Field
Returns the field value as long.
getLong(int) - Method in interface biz.onixs.fix.parser.FixBlock
Returns the field value as long.
getLong(int) - Method in class biz.onixs.fix.parser.FlatGroupReader
Returns the field value by the given tag.
getLong(int) - Method in class biz.onixs.fix.parser.FlatMessage
Returns the field value by the given tag.
getLong(int, int) - Method in class biz.onixs.fix.parser.FlatMessage
Returns the field value by the given tag.
getLong(int, int) - Method in class biz.onixs.fix.parser.Group
Returns the field value as long.
getLong() - Method in class biz.onixs.util.DynamicByteBuffer
 
getLong(int) - Method in class biz.onixs.util.DynamicByteBuffer
 
getLong(String, long) - Method in class biz.onixs.util.settings.Settings
Returns a long value that corresponds to the given key.
getLong(String) - Method in class biz.onixs.util.settings.Settings
Returns a long value that corresponds to the given key.
getMantissa() - Method in class biz.onixs.util.ScaledDecimal
Method that returns the mantissa part of the scaled decimal as a long
getMaxAttempt() - Method in class biz.onixs.fix.scheduler.ErrorListener.LogonErrorArgs
Returns maximal attempt number.
getMaxEvents() - Method in class biz.onixs.util.Throttler
Returns maximum number of events for the given interval.
getMaximumNumberOfRepeatingGroupEntries() - Method in class biz.onixs.fix.fast.Decoder
Returns maximum allowed number of repeating group entries.
getMaxIntervalMilliSeconds() - Method in class biz.onixs.util.PrecisionTimer
 
getMaxIntervalNanoSeconds() - Method in class biz.onixs.util.PrecisionTimer
 
getMaxIntervalSeconds() - Method in class biz.onixs.util.PrecisionTimer
 
getMaxStorageSize() - Method in class biz.onixs.fix.engine.Session
Returns the maximum size of the storage in messages.
getMaxStorageSize() - Method in class biz.onixs.fix.engine.storage.AbstractSessionStorage
 
getMaxStorageSize() - Method in class biz.onixs.fix.engine.storage.AbstractStorageRepository
 
getMaxStorageSize() - Method in interface biz.onixs.fix.engine.storage.SessionStorage
Returns the maximum size of the message storage.
getMaxStorageSize() - Method in interface biz.onixs.fix.engine.storage.StorageRepository
Returns the maximum size of the storage in messages.
getMaxStorageSize() - Method in class biz.onixs.fix.engine.storage.TimingSessionStorage
 
getMaxStorageSize() - Method in class biz.onixs.fix.engine.storage.TimingStorageRepository
 
getMemoryStorageRepository() - Method in class biz.onixs.fix.engine.storage.SimpleStorageRepositoryManager
 
getMemoryStorageRepository() - Method in interface biz.onixs.fix.engine.storage.StorageRepositoryManager
 
getMessage() - Method in class biz.onixs.fix.parser.FlatGroupReader
The wrapped message.
getMessage() - Method in exception biz.onixs.fix.parser.ParserException
 
getMessageDefinitions() - Method in class biz.onixs.fix.dictionary.Dictionary
Returns message type to message definition map.
getMessageMode() - Method in class biz.onixs.fix.engine.Session
Returns message mode used for processing/parsing raw messages internally.
getMessageResendingListener() - Method in class biz.onixs.fix.engine.Session
Returns message resending listener.
getMessageResendingPortionMaximumSize() - Method in class biz.onixs.fix.engine.EngineSettings
Returns the maximum size of the portion by which the message resending will be handled.
getMessageSendingListener() - Method in class biz.onixs.fix.engine.Session
Returns message sending listener.
getMicroSecondsPerItem(long) - Method in class biz.onixs.util.PrecisionTimer
 
getMicroSecondsPerItem(long, long) - Static method in class biz.onixs.util.PrecisionTimer
 
getMilliSecondsPerItem(long) - Method in class biz.onixs.util.PrecisionTimer
 
getMilliSecondsPerItem(long, long) - Static method in class biz.onixs.util.PrecisionTimer
 
getMsg() - Method in class biz.onixs.fix.engine.Session.FlatMessageEventArgs
Returns event-related flat message.
getMsg() - Method in class biz.onixs.fix.engine.Session.MessageEventArgs
Returns event-related message.
getMsg() - Method in class biz.onixs.fix.engine.Session.MessageResendingArgs
 
getMsgName() - Method in class biz.onixs.fix.dictionary.MessageDefinition
Returns the message name.
getMsgType() - Method in class biz.onixs.fix.parser.FixFlatMessage
 
getMsgType() - Method in interface biz.onixs.fix.parser.FixMessage
Returns MsgType(35).
getMsgType() - Method in class biz.onixs.fix.parser.FixStructuredMessage
 
getMsgTypeFirstByte() - Method in class biz.onixs.fix.parser.FixFlatMessage
 
getMsgTypeFirstByte() - Method in interface biz.onixs.fix.parser.FixMessage
Returns first byte of MsgType(35).
getMsgTypeFirstByte() - Method in class biz.onixs.fix.parser.FixStructuredMessage
 
getName() - Method in class biz.onixs.fix.engine.License.Customer
Returns customer name.
getName() - Method in class biz.onixs.fix.engine.License.Product
Returns product name.
getName() - Method in enum biz.onixs.fix.engine.License.Type
Returns license type name.
getName() - Method in class biz.onixs.fix.parser.Message
Returns message name.
getName() - Method in class biz.onixs.util.ProductInfo
 
getNameAndVersion() - Method in class biz.onixs.util.ProductInfo
 
getNanoSecondsPerItem(long) - Method in class biz.onixs.util.PrecisionTimer
 
getNanoSecondsPerItem(long, long) - Static method in class biz.onixs.util.PrecisionTimer
 
getNewOffset() - Method in class biz.onixs.fix.fast.DecodeResult
 
getNewSeqNo() - Method in class biz.onixs.fix.parser.FixFlatMessage
 
getNewSeqNo() - Method in interface biz.onixs.fix.parser.FixMessage
Returns NewSeqNo(36).
getNewSeqNo() - Method in class biz.onixs.fix.parser.FixStructuredMessage
 
getNewState() - Method in class biz.onixs.fix.engine.Engine.StateChangedArgs
 
getNewState() - Method in class biz.onixs.fix.engine.Session.StateChangeArgs
Returns new session state.
getNextExpectedMsgSeqNum() - Method in class biz.onixs.fix.parser.FixFlatMessage
 
getNextExpectedMsgSeqNum() - Method in interface biz.onixs.fix.parser.FixMessage
Returns NextExpectedMsgSeqNum(789).
getNextExpectedMsgSeqNum() - Method in class biz.onixs.fix.parser.FixStructuredMessage
 
getNumActive() - Method in interface biz.onixs.util.pool.ObjectPool
 
getNumActive() - Method in class biz.onixs.util.pool.Pool
 
getNumber() - Method in class biz.onixs.fix.dictionary.Version
Returns FIX version number.
getNumberOfFields() - Method in class biz.onixs.fix.parser.FlatMessage
Return number of tag/value pairs.
getNumberOfGroups() - Method in interface biz.onixs.fix.parser.FixBlock
Returns number of repeating groups defined on the current level excluding nested repeating groups.
getNumberOfInstances() - Method in class biz.onixs.fix.parser.FlatGroupReader
Returns number of entries in the repeating group.
getNumberOfInstances() - Method in class biz.onixs.fix.parser.Group
Number of instances in the repeating group.
getNumericCode() - Method in class biz.onixs.fix.fast.FastErrorCode
 
getNumIdle() - Method in interface biz.onixs.util.pool.ObjectPool
 
getNumIdle() - Method in class biz.onixs.util.pool.Pool
 
getOffset() - Method in class biz.onixs.fix.fast.DecodedValue
Returns offset after decoding.
getOffset() - Method in class biz.onixs.util.ValuePtr
Returns offset of the value in the array.
getOutboundApplicationFlatMessageListener() - Method in class biz.onixs.fix.engine.Session
Returns outbound application flat message listener.
getOutboundApplicationMessageListener() - Method in class biz.onixs.fix.engine.Session
Returns outbound application message listener.
getOutboundMessages(long, long) - Method in class biz.onixs.fix.engine.Session
Returns outbound messages with the specified sequence number interval.
getOutboundMessages(long, long) - Method in class biz.onixs.fix.engine.storage.AsyncFileSessionStorage
 
getOutboundMessages(long, long) - Method in class biz.onixs.fix.engine.storage.FileBasedSessionStorage
 
getOutboundMessages(long, long) - Method in class biz.onixs.fix.engine.storage.MemoryBasedSessionStorage
 
getOutboundMessages(long, long) - Method in class biz.onixs.fix.engine.storage.NullSessionStorage
 
getOutboundMessages(long, long) - Method in interface biz.onixs.fix.engine.storage.SessionStorage
Returns outbound messages with the specified sequence number interval.
getOutboundMessages(long, long) - Method in class biz.onixs.fix.engine.storage.TimingSessionStorage
 
getOutboundQueueBytes() - Method in class biz.onixs.fix.engine.Session
Returns the total size of messages in the outgoing queue in bytes.
getOutboundSessionMessageListener() - Method in class biz.onixs.fix.engine.Session
Returns outbound session message listener.
getOutQueueBytes() - Method in interface biz.onixs.util.network.TcpConnection
Returns the number of bytes in the out queue to be send.
getOutSeqNum() - Method in class biz.onixs.fix.engine.Session
Returns the expected sequence number of the next outgoing message.
getOutSeqNum() - Method in class biz.onixs.fix.engine.storage.AsyncFileSessionStorage
 
getOutSeqNum() - Method in class biz.onixs.fix.engine.storage.FileBasedSessionStorage
 
getOutSeqNum() - Method in class biz.onixs.fix.engine.storage.MemoryBasedSessionStorage
 
getOutSeqNum() - Method in class biz.onixs.fix.engine.storage.NullSessionStorage
 
getOutSeqNum() - Method in interface biz.onixs.fix.engine.storage.SessionStorage
Returns last outbound sequence number or 0 if no outbound message is stored.
getOutSeqNum() - Method in class biz.onixs.fix.engine.storage.TimingSessionStorage
 
getOverflow() - Method in class biz.onixs.fix.fast.DecodedValue
Returns overflow during decoding integer.
getOwner() - Method in class biz.onixs.util.network.MulticastGroup
returns null if the MulticastGroup is detached (dropped)
getParent() - Method in class biz.onixs.fix.parser.FlatGroupReader
Gets parent accessor.
getPassword() - Method in class biz.onixs.util.network.ProxySettings
Returns the proxy password.
getPicoSecond() - Method in class biz.onixs.util.HighResolutionTimestamp
Returns picosecond component of the high resolution timestamp.
getPort() - Method in class biz.onixs.util.network.ProxySettings
Returns the proxy port.
getPort() - Method in interface biz.onixs.util.network.SocketConnector
Returns the port number to connect.
getPreviousState() - Method in class biz.onixs.fix.engine.Engine.StateChangedArgs
 
getPrevState() - Method in class biz.onixs.fix.engine.Session.StateChangeArgs
Returns previous session state.
getProductName() - Method in class biz.onixs.fix.engine.Engine
Returns product name
getProductNameAndVersion() - Method in class biz.onixs.fix.engine.Engine
Returns product name and version
getProductVersion() - Method in class biz.onixs.fix.engine.Engine
Returns Engine version
getQuartzConfigFile() - Method in class biz.onixs.fix.scheduler.SessionScheduler
Returns Quartz configuration file.
getRawMessage() - Method in exception biz.onixs.fix.engine.ConfirmationLogonMessageException
Return raw message.
getReason() - Method in class biz.onixs.fix.engine.Engine.ErrorArgs
 
getReason() - Method in class biz.onixs.fix.engine.Engine.WarningArgs
 
getReason() - Method in class biz.onixs.fix.engine.Session.ErrorArgs
Returns error reason.
getReason() - Method in class biz.onixs.fix.engine.Session.WarningArgs
Returns warning reason.
getReasonableTransmissionTime() - Method in class biz.onixs.fix.engine.EngineSettings
Returns reasonable transmission time as % from heartbeat interval value.
getReasonableTransmissionTime() - Method in class biz.onixs.fix.engine.Session
Returns reasonable transmission time as % from heartbeat interval value.
getReceiveBufferSize() - Method in class biz.onixs.fix.engine.Session
Returns the size of the TCP socket buffer allocated for receiving data, in bytes.
getReceivedBytesListener() - Method in class biz.onixs.fix.engine.Session
Returns received bytes listener.
getReceivedMessage() - Method in exception biz.onixs.fix.engine.FirstMessageNotLogonException
Returns message received in response.
getReceiveSpinningTimeout() - Method in class biz.onixs.fix.engine.Session
Returns the current receive spinning timeout value (in nanoseconds).
getRefMsgType() - Method in exception biz.onixs.fix.parser.ParserException
 
getRefSeqNum() - Method in exception biz.onixs.fix.parser.ParserException
 
getRefTag() - Method in exception biz.onixs.fix.parser.ParserException
 
getRejectReason() - Method in class biz.onixs.fix.engine.Engine.DynamicAcceptorArgs
 
getRejectReason() - Method in exception biz.onixs.fix.parser.ParserException
 
getRemoteAddress() - Method in interface biz.onixs.util.network.Socket
Returns the remote address to which the socket is connected.
getRemoteHost() - Method in class biz.onixs.fix.engine.Engine.DynamicAcceptorArgs
 
getRemotePort() - Method in class biz.onixs.fix.engine.Engine.DynamicAcceptorArgs
 
getRepositories() - Method in class biz.onixs.fix.engine.storage.SimpleStorageRepositoryManager
 
getRepositories() - Method in interface biz.onixs.fix.engine.storage.StorageRepositoryManager
 
getResendingQueueSize() - Method in class biz.onixs.fix.engine.EngineSettings
Returns the number of sent messages that are available for resending on counterparty's Resend Request(2) message.
getResendingQueueSize() - Method in class biz.onixs.fix.engine.Session
Returns the number of sent messages that are available for resending on counterparty's Resend Request(2) message.
getResendRequestLogic() - Method in class biz.onixs.fix.engine.Session
Returns resend request logic.
getResendRequestMaximumRange() - Method in class biz.onixs.fix.engine.Session
Returns the maximum number of messages to be requested in one Resend Request (MsgType=2) message.
getResetPolicy() - Method in class biz.onixs.fix.scheduler.SimpleWeeklySchedule
Returns sequence numbers reset policy
getResource(String) - Method in class biz.onixs.util.url.AbsolutePathResourceLoader
 
getResource(String) - Method in class biz.onixs.util.url.ChainedResourceLoader
 
getResource(String) - Method in class biz.onixs.util.url.ClassPathResourceLoader
 
getResource(String) - Method in class biz.onixs.util.url.DirResourceLoader
 
getResource(String) - Method in class biz.onixs.util.url.NullResourceLoader
 
getResource(String) - Method in interface biz.onixs.util.url.ResourceLoader
Returns input stream for the resource specified by the name.
getRole() - Method in class biz.onixs.fix.engine.Session
Returns the session role.
getRotateStorageSize() - Method in class biz.onixs.fix.engine.storage.AsyncFileSessionStorage
Returns the size at which the storage file is rotated.
getRotateStorageSize() - Method in class biz.onixs.fix.engine.storage.FileBasedSessionStorage
Returns the size at which the storage file is rotated.
getRotateStorageSize() - Method in class biz.onixs.fix.engine.storage.FileBasedStorageRepository
Returns the size at which the storage file is rotated.
gets(byte[], int, int) - Method in class biz.onixs.util.File
 
gets(int) - Method in class biz.onixs.util.File
 
getScaledDecimal() - Method in class biz.onixs.fix.parser.Field
Returns field value as ScaledDecimal.
getScaledDecimal(int) - Method in interface biz.onixs.fix.parser.FixBlock
Returns field value as ScaledDecimal.
getScaledDecimal(int, ScaledDecimal) - Method in interface biz.onixs.fix.parser.FixBlock
Returns field value as ScaledDecimal using provided value object instance.
getScaledDecimal(int) - Method in class biz.onixs.fix.parser.FlatGroupReader
Returns the field value by the given tag.
getScaledDecimal(int) - Method in class biz.onixs.fix.parser.FlatMessage
Returns the field value by the given tag.
getScaledDecimal(int, int) - Method in class biz.onixs.fix.parser.FlatMessage
Returns the field value by the given tag.
getScaledDecimal(int, int) - Method in class biz.onixs.fix.parser.Group
Returns field value as ScaledDecimal.
getScaledDecimal(int, int, ScaledDecimal) - Method in class biz.onixs.fix.parser.Group
Returns field value as ScaledDecimal using provided value object instance.
getScheduleById(String) - Method in class biz.onixs.fix.scheduler.SchedulerSettings
 
getScrambleLogonFields() - Method in class biz.onixs.fix.engine.Session
Returns scrambled fields in the Logon(A) message.
getSecondsPerItem(long) - Method in class biz.onixs.util.PrecisionTimer
 
getSecondsPerItem(long, long) - Static method in class biz.onixs.util.PrecisionTimer
 
getSendBufferSize() - Method in class biz.onixs.fix.engine.Session
Returns the size of the TCP socket buffer allocated for sending data, in bytes.
getSenderCompID() - Method in class biz.onixs.fix.engine.Session
Gets the assigned value used to identify firm sending message (the SenderCompID (tag=49) field value in outgoing messages).
getSenderCompId() - Method in class biz.onixs.fix.engine.SessionId
 
getSenderCompID() - Method in class biz.onixs.fix.parser.FixFlatMessage
 
getSenderCompID() - Method in interface biz.onixs.fix.parser.FixMessage
Returns SenderCompID(49).
getSenderCompID() - Method in class biz.onixs.fix.parser.FixStructuredMessage
 
getSenderCompID() - Method in class biz.onixs.fix.parser.Message
Returns assigned value used to identify firm sending message (the SenderCompID (tag=49) field value).
getSenderLocationID() - Method in class biz.onixs.fix.engine.Session
Returns the value of SenderLocationID (142) field that will be set in all outgoing messages.
getSenderSubID() - Method in class biz.onixs.fix.engine.Session
Returns the value of SenderSubID (50) field that will be set in all outgoing messages.
getSendingTimeFormat() - Method in class biz.onixs.fix.engine.Session
Returns the time format of SendingTime of every sent message as Timestamp.
getSendSpinningTimeout() - Method in class biz.onixs.fix.engine.Session
Returns the current send spinning timeout value (in nanoseconds).
getSeqNum() - Method in class biz.onixs.fix.parser.FixFlatMessage
 
getSeqNum() - Method in interface biz.onixs.fix.parser.FixMessage
Returns MsgSeqNum(34).
getSeqNum() - Method in class biz.onixs.fix.parser.FixStructuredMessage
 
getSeqNum() - Method in class biz.onixs.fix.parser.Message
Returns message sequence number (the MsgSeqNum (tag=34) field value).
getSession() - Method in class biz.onixs.fix.scheduler.ErrorListener.ErrorArgs
Returns the session.
getSession() - Method in class biz.onixs.fix.scheduler.InitiatorConnectingArgs
Returns session which will be connected.
getSession() - Method in class biz.onixs.fix.scheduler.LogoutNotification
Returns session.
getSessionId() - Method in class biz.onixs.fix.engine.Engine.DynamicAcceptorArgs
 
getSessionId() - Method in class biz.onixs.fix.engine.Session
Returns session id.
getSessionId() - Method in class biz.onixs.fix.engine.storage.FileBasedSessionStorage
 
getSessionId() - Method in class biz.onixs.fix.scheduler.ControllerJob
 
getSessionListenerDelayWarningThreshold() - Method in class biz.onixs.fix.engine.EngineSettings
Returns the limit of time to spend in the session listener code.
getSessionLogonConfirmationTimeout() - Method in class biz.onixs.fix.engine.EngineSettings
Returns number of seconds to wait for a logon response before disconnecting.
getSessionLogoutConfirmationTimeout() - Method in class biz.onixs.fix.engine.EngineSettings
Returns number of seconds to wait for a logout response before disconnecting.
getSessionMessageMode() - Method in class biz.onixs.fix.engine.EngineSettings
Returns session message mode.
getSessionResendRequestLogic() - Method in class biz.onixs.fix.engine.EngineSettings
Returns session resend request logic.
getSessionResendRequestMaximumRange() - Method in class biz.onixs.fix.engine.EngineSettings
Returns the maximum number of messages to be requested in one Resend Request(2) message.
getSettings() - Method in class biz.onixs.fix.engine.Engine
Returns Engine settings.
getShort() - Method in class biz.onixs.util.DynamicByteBuffer
 
getShort(int) - Method in class biz.onixs.util.DynamicByteBuffer
 
getShortName() - Method in enum biz.onixs.fix.engine.ThreadRole
 
getSize() - Method in interface biz.onixs.fix.parser.FixBlock
Returns the number of tag/value pairs excluding nested repeating groups.
getSize() - Method in class biz.onixs.fix.scheduler.WeeklyIntervalList
Returns interval list size.
getSkeleton() - Method in class biz.onixs.fix.dictionary.Dictionary
Returns skeleton(basic) message definition.
getSpecifiedData() - Method in class biz.onixs.util.ValuePtr
Returns copy of pointed value as a byte array.
getState() - Method in class biz.onixs.fix.engine.Session
Returns session state.
getStateChangedListener() - Static method in class biz.onixs.fix.engine.Engine
Returns state changed listener.
getStateChangeListeners() - Method in class biz.onixs.fix.engine.Session
Returns state change listeners.
getStorage() - Method in class biz.onixs.fix.engine.Session
Returns session storage.
getStorageFolder() - Method in class biz.onixs.fix.engine.EngineSettings
Returns file-based session storage folder.
getStorageFolder() - Method in class biz.onixs.fix.engine.storage.FileBasedSessionStorage
Returns the storage folder.
getStorageFolder() - Method in class biz.onixs.fix.engine.storage.FileBasedStorageRepository
Returns the storage folder.
getStorageID() - Method in class biz.onixs.fix.engine.Session
Returns the id of the session storage.
getStorageRepositoryManager() - Method in class biz.onixs.fix.engine.Engine
 
getStorageType(String) - Method in class biz.onixs.fix.engine.storage.SimpleStorageRepositoryManager
 
getStorageType(String) - Method in interface biz.onixs.fix.engine.storage.StorageRepositoryManager
 
getStream() - Method in class biz.onixs.util.settings.FileBasedSettings
 
getString(String) - Method in class biz.onixs.util.settings.Settings
Returns a string value that corresponds to the given key.
getString(String, String) - Method in class biz.onixs.util.settings.Settings
Returns a string value that corresponds to the given key.
getStructuredMessage(Version) - Method in class biz.onixs.fix.parser.FixFlatMessage
 
getStructuredMessage(Version) - Method in interface biz.onixs.fix.parser.FixMessage
Returns the Message object created based on internal FlatMessage object.
getStructuredMessage(Version) - Method in class biz.onixs.fix.parser.FixStructuredMessage
 
getSuffix() - Method in class biz.onixs.util.log.LatencyLogger
 
getSymbolicCode() - Method in class biz.onixs.fix.fast.FastErrorCode
 
getTag() - Method in class biz.onixs.fix.dictionary.FieldDefinition
Returns the FIX fields tag number.
getTag() - Method in class biz.onixs.fix.parser.Field
Returns field tag number.
getTagAsBytes() - Method in class biz.onixs.fix.dictionary.FieldDefinition
Returns byte array representation of the FIX fields tag number.
getTagByIndex(int) - Method in class biz.onixs.fix.parser.FlatMessage
Returns the field tag at the given field index.
getTagName() - Method in class biz.onixs.fix.dictionary.FieldDefinition
Returns string representation of the FIX fields tag name.
getTagNameBytes() - Method in class biz.onixs.fix.dictionary.FieldDefinition
Returns byte array representation of the FIX fields tag name.
getTargetCompID() - Method in class biz.onixs.fix.engine.Session
Assigned value used to identify receiving firm (the TargetCompID (tag=56) field value in outgoing messages).
getTargetCompId() - Method in class biz.onixs.fix.engine.SessionId
 
getTargetCompID() - Method in class biz.onixs.fix.parser.FixFlatMessage
 
getTargetCompID() - Method in interface biz.onixs.fix.parser.FixMessage
Returns TargetCompID(56).
getTargetCompID() - Method in class biz.onixs.fix.parser.FixStructuredMessage
 
getTargetCompID() - Method in class biz.onixs.fix.parser.Message
Returns assigned value used to identify receiving firm (the TargetCompID (tag=56) field value).
getTargetLocationID() - Method in class biz.onixs.fix.engine.Session
Returns the value of TargetLocationID (143) field that will be set in all outgoing messages.
getTargetSubID() - Method in class biz.onixs.fix.engine.Session
Returns the value of TargetSubID (57) field that will be set in all outgoing messages.
getTcpNoDelay() - Method in class biz.onixs.fix.engine.Session
Tests if TCP_NODELAY socket option is enabled.
getTemplateId() - Method in class biz.onixs.fix.fast.DecodeResult
 
getTestReqID(ValuePtr) - Method in class biz.onixs.fix.parser.FixFlatMessage
 
getTestReqID(ValuePtr) - Method in interface biz.onixs.fix.parser.FixMessage
Returns TestReqID(112).
getTestReqID(ValuePtr) - Method in class biz.onixs.fix.parser.FixStructuredMessage
 
getTestRequestIdPattern() - Method in class biz.onixs.fix.engine.Session
Returns the pattern describing the date and time format which will be used as a TestReqID(112) field value.
getText() - Method in class biz.onixs.fix.parser.FixFlatMessage
 
getText() - Method in interface biz.onixs.fix.parser.FixMessage
Returns Text(58).
getText() - Method in class biz.onixs.fix.parser.FixStructuredMessage
 
getThread() - Method in class biz.onixs.util.network.MulticastThreadReceiver
 
getThreadPoolSize() - Method in class biz.onixs.fix.engine.EngineSettings
Returns the size of the shared thread pool that is used in the thread pool connection mode.
getThreadPoolSpinningTimeout() - Method in class biz.onixs.fix.engine.EngineSettings
Returns the current thread pool spinning timeout value (in nanoseconds).
getTimeout() - Method in exception biz.onixs.fix.engine.TimeoutException
Returns timeout in milliseconds.
getTimestamp() - Method in class biz.onixs.fix.engine.TimestampDateProvider
 
getTimestamp() - Method in class biz.onixs.fix.engine.TimestampMicrosProvider
 
getTimestamp() - Method in class biz.onixs.fix.engine.TimestampMillisProvider
 
getTimestamp() - Method in class biz.onixs.fix.engine.TimestampNanosProvider
 
getTimestamp() - Method in class biz.onixs.fix.engine.TimestampPicosProvider
 
getTimestamp() - Method in interface biz.onixs.fix.engine.TimestampProvider
Returns timestamp.
getTimestamp() - Method in class biz.onixs.fix.engine.TimestampSecondProvider
 
getTimestamp(int) - Method in interface biz.onixs.fix.parser.FixBlock
Deprecated.
getTimestamp(int, Calendar) - Method in interface biz.onixs.fix.parser.FixBlock
Deprecated.
getTimestamp(int) - Method in class biz.onixs.fix.parser.FlatGroupReader
Deprecated.
getTimestamp(int) - Method in class biz.onixs.fix.parser.FlatMessage
Deprecated.
getTimestamp(int, int) - Method in class biz.onixs.fix.parser.FlatMessage
Deprecated.
getTimestamp(int, int) - Method in class biz.onixs.fix.parser.Group
Deprecated.
getTimestamp(int, int, Calendar) - Method in class biz.onixs.fix.parser.Group
Deprecated.
getTimestampFormatLength(TimestampFormat) - Static method in class biz.onixs.util.HighResolutionTimestamp
Retuns length of timestamp corresponding to specified format.
getTimestampProvider() - Method in class biz.onixs.fix.engine.Session
Returns the timestamp provider which is used to provide timestamp for writing messages to log and for setting SendingTime tag.
getTimestampProvider() - Method in class biz.onixs.fix.engine.storage.AsyncFileSessionStorage
Returns the current timestamp provider.
getTimestampProvider() - Method in class biz.onixs.fix.engine.storage.FileBasedSessionStorage
Returns the current timestamp provider.
getToken() - Method in class biz.onixs.fix.engine.Session
 
getToken() - Method in class biz.onixs.fix.engine.SessionId
Returns token - additional id to differentiate sessions with the same (senderCompId, targetCompId, fixVersion); empty string means no token required
getType() - Method in class biz.onixs.fix.dictionary.FieldDetails
Returns field type.
getType() - Method in class biz.onixs.fix.engine.License
Returns license type.
getType() - Method in interface biz.onixs.fix.engine.SessionReactor
Returns the type of the stack.
getType() - Method in class biz.onixs.fix.engine.TCPStandardStack
 
getType() - Method in class biz.onixs.fix.parser.Message
Returns message type (the MsgType (tag=35) field value).
getType() - Method in class biz.onixs.fix.scheduler.ControllerJob
 
getType() - Method in class biz.onixs.util.network.ProxySettings
Returns the proxy type see ProxySettings.Type enum.
getUnderlyingStorage() - Method in class biz.onixs.fix.engine.storage.TimingSessionStorage
 
getUnsignedInteger() - Method in class biz.onixs.fix.fast.UnsignedInteger
Returns the underlying representation of an unsigned integer.
getUsername() - Method in class biz.onixs.util.network.ProxySettings
Returns the proxy username.
getUTCTimestamp(int) - Method in interface biz.onixs.fix.parser.FixBlock
Returns field value as LocalDateTime.
getUTCTimestamp(int) - Method in class biz.onixs.fix.parser.FlatGroupReader
Returns field value as LocalDateTime.
getUTCTimestamp(int) - Method in class biz.onixs.fix.parser.FlatMessage
Returns the field value by the given tag.
getUTCTimestamp(int, int) - Method in class biz.onixs.fix.parser.FlatMessage
Returns the field value by the given tag.
getUTCTimestamp(int, int) - Method in class biz.onixs.fix.parser.Group
Returns field value as LocalDateTime.
getUtcTimestamp(ValuePtr, boolean) - Method in class biz.onixs.util.Timestamp
 
getUtcTimestamp(boolean) - Method in class biz.onixs.util.Timestamp
 
getUtcTimestampBytes(boolean) - Method in class biz.onixs.util.Timestamp
 
getValue() - Method in class biz.onixs.fix.dictionary.FieldValidValue
Returns value name.
getValue() - Method in class biz.onixs.fix.fast.DecodedValue
Returns decoded value.
getValue() - Method in enum biz.onixs.fix.parser.ParserException.RejectReason
 
getValuePtr() - Method in class biz.onixs.fix.parser.Field
Returns field value as a pointer to a byte array.
getValuePtr(int) - Method in interface biz.onixs.fix.parser.FixBlock
Returns field value as ValuePtr.
getValuePtr(int, int) - Method in class biz.onixs.fix.parser.Group
Returns field value as ValuePtr.
getValues(int) - Method in class biz.onixs.fix.parser.FlatMessage
Returns all the values for all occurrences of a particular tag.
getValues(int, List<String>) - Method in class biz.onixs.fix.parser.FlatMessage
Adds all the values for all occurrences of a particular tag to the given list.
getVersion() - Method in class biz.onixs.fix.dictionary.Dictionary
Returns FIX version.
getVersion() - Method in class biz.onixs.fix.engine.License
Returns license version.
getVersion() - Method in class biz.onixs.fix.engine.Session
Returns the session FIX version.
getVersion() - Method in class biz.onixs.fix.parser.FixFlatMessage
 
getVersion() - Method in interface biz.onixs.fix.parser.FixMessage
Returns Fix version parsed from the message.
getVersion() - Method in class biz.onixs.fix.parser.FixStructuredMessage
 
getVersion() - Method in class biz.onixs.fix.parser.Message
Financial Interface eXchange (FIX) protocol version.
getVersion() - Method in class biz.onixs.util.ProductInfo
 
getVersions() - Method in class biz.onixs.fix.engine.EngineSettings
Returns the FIX dictionaries to load during the engine initialization.
getWarningListener() - Static method in class biz.onixs.fix.engine.Engine
Returns warning listener.
getWarningListener() - Method in class biz.onixs.fix.engine.Session
Returns warning listener.
getWriteErrorRetriesNumber() - Method in class biz.onixs.fix.engine.storage.AsyncFileStorageRepository
Returns write error retries number.
Group - Class in biz.onixs.fix.parser
FIX Repeating Group
GroupDefinition - Class in biz.onixs.fix.dictionary
FIX repeating group low-level structure definition.
GroupDefinition(int, List<FieldDefinition>) - Constructor for class biz.onixs.fix.dictionary.GroupDefinition
Constructor
GroupInstance - Class in biz.onixs.fix.parser
FIX Repeating Group Instance
GuidGenerator - Class in biz.onixs.util
 
GuidGenerator() - Constructor for class biz.onixs.util.GuidGenerator
 

H

hasArray() - Method in class biz.onixs.util.DynamicByteBuffer
 
hasBeginSeqNo() - Method in class biz.onixs.fix.parser.FixFlatMessage
 
hasBeginSeqNo() - Method in interface biz.onixs.fix.parser.FixMessage
Returns whether the message contains BeginSeqNo(7).
hasBeginSeqNo() - Method in class biz.onixs.fix.parser.FixStructuredMessage
 
hasEndSeqNo() - Method in class biz.onixs.fix.parser.FixFlatMessage
 
hasEndSeqNo() - Method in interface biz.onixs.fix.parser.FixMessage
Returns whether the message contains EndSeqNo(16).
hasEndSeqNo() - Method in class biz.onixs.fix.parser.FixStructuredMessage
 
hasFlag(int) - Method in interface biz.onixs.fix.parser.FixBlock
Returns the flag value.
hasFlag(int) - Method in class biz.onixs.fix.parser.FlatMessage
Returns the flag value by the given tag.
hasFlag(int, int) - Method in class biz.onixs.fix.parser.Group
Returns the flag value.
hasGapFillFlag() - Method in class biz.onixs.fix.parser.FixFlatMessage
 
hasGapFillFlag() - Method in interface biz.onixs.fix.parser.FixMessage
Returns whether the message contains GapFillFlag(123).
hasGapFillFlag() - Method in class biz.onixs.fix.parser.FixStructuredMessage
 
hasGroup(int) - Method in interface biz.onixs.fix.parser.FixBlock
Returns whether repeating group belongs to the fix block and actually exists.
hasGroup(int, int) - Method in class biz.onixs.fix.parser.Group
Returns whether repeating group belongs to the fix block and actually exists.
hashCode() - Method in class biz.onixs.fix.dictionary.ContainerDefinition
 
hashCode() - Method in class biz.onixs.fix.dictionary.FieldDefinition
 
hashCode() - Method in class biz.onixs.fix.dictionary.FieldDetails
 
hashCode() - Method in class biz.onixs.fix.dictionary.FieldValidValue
 
hashCode() - Method in class biz.onixs.fix.dictionary.GroupDefinition
 
hashCode() - Method in class biz.onixs.fix.dictionary.MessageDefinition
 
hashCode() - Method in class biz.onixs.fix.engine.SessionId
 
hashCode() - Method in class biz.onixs.fix.engine.storage.SessionStorageType
 
hashCode() - Method in class biz.onixs.fix.parser.Message
 
hashCode() - Method in class biz.onixs.util.DynamicByteBuffer
 
hashCode() - Method in class biz.onixs.util.ScaledDecimal
 
hashCode() - Method in class biz.onixs.util.ValuePtr
 
hasHeartBtInt() - Method in class biz.onixs.fix.parser.FixFlatMessage
 
hasHeartBtInt() - Method in interface biz.onixs.fix.parser.FixMessage
Returns whether the message contains HeartBtInt(108).
hasHeartBtInt() - Method in class biz.onixs.fix.parser.FixStructuredMessage
 
hasNewSeqNo() - Method in class biz.onixs.fix.parser.FixFlatMessage
 
hasNewSeqNo() - Method in interface biz.onixs.fix.parser.FixMessage
Returns whether the message contains NewSeqNo(36).
hasNewSeqNo() - Method in class biz.onixs.fix.parser.FixStructuredMessage
 
hasNext() - Method in class biz.onixs.fix.parser.FlatGroupReader
Check whether the next entry available.
hasNextExpectedMsgSeqNum() - Method in class biz.onixs.fix.parser.FixFlatMessage
 
hasNextExpectedMsgSeqNum() - Method in interface biz.onixs.fix.parser.FixMessage
Returns whether the message contains NextExpectedMsgSeqNum(789).
hasNextExpectedMsgSeqNum() - Method in class biz.onixs.fix.parser.FixStructuredMessage
 
hasRemaining() - Method in class biz.onixs.util.DynamicByteBuffer
 
hasResetSeqNumFlag() - Method in class biz.onixs.fix.parser.FixFlatMessage
 
hasResetSeqNumFlag() - Method in interface biz.onixs.fix.parser.FixMessage
Returns whether the message contains ResetSeqNumFlag(141).
hasResetSeqNumFlag() - Method in class biz.onixs.fix.parser.FixStructuredMessage
 
hasSenderCompID() - Method in class biz.onixs.fix.parser.FixFlatMessage
 
hasSenderCompID() - Method in interface biz.onixs.fix.parser.FixMessage
Returns whether the message contains SenderCompID(49).
hasSenderCompID() - Method in class biz.onixs.fix.parser.FixStructuredMessage
 
hasTag(int) - Method in class biz.onixs.fix.diff.IgnoreTagMessageDiffListener
 
hasTargetCompID() - Method in class biz.onixs.fix.parser.FixFlatMessage
 
hasTargetCompID() - Method in interface biz.onixs.fix.parser.FixMessage
Returns whether the message contains TargetCompID(56).
hasTargetCompID() - Method in class biz.onixs.fix.parser.FixStructuredMessage
 
hasText() - Method in class biz.onixs.fix.parser.FixFlatMessage
 
hasText() - Method in interface biz.onixs.fix.parser.FixMessage
Returns whether the message contains Text(58).
hasText() - Method in class biz.onixs.fix.parser.FixStructuredMessage
 
HighResolutionTimestamp - Class in biz.onixs.util
High resolution timestamp containing timestamp with millisecond precision and high resolution component with picoseconds precision.
HighResolutionTimestamp() - Constructor for class biz.onixs.util.HighResolutionTimestamp
 
HOME_DIR_LOADER - Static variable in class biz.onixs.util.url.ResourceLoaderUtil
 

I

i(Logger, Object, String, Object...) - Static method in class biz.onixs.util.log.Log
 
i2str(byte[], int, int) - Static method in class biz.onixs.util.Converter
Converts integer to string and places it into a byte buffer.
i2str(int) - Static method in class biz.onixs.util.Converter
Converts integer to string.
i2str(byte[], int) - Static method in class biz.onixs.util.Converter
Converts integer to string and places it into a byte buffer.
ignore(int, int) - Method in class biz.onixs.util.File
 
ignore(int) - Method in class biz.onixs.util.File
 
IGNORE_FILE_BASED_STORAGE_INTEGRITY_ERRORS_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
IGNORE_FILE_BASED_STORAGE_INTEGRITY_ERRORS_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
ignoreDiffGroupTagValue(int, int, int, String, String) - Method in class biz.onixs.fix.diff.DefaultMessageDiffListener
 
ignoreDiffGroupTagValue(int, int, int, String, String) - Method in class biz.onixs.fix.diff.IgnoreTagMessageDiffListener
 
ignoreDiffGroupTagValue(int, int, int, String, String) - Method in interface biz.onixs.fix.diff.MessageDiffListener
 
ignoreDiffTagValue(int, String, String) - Method in class biz.onixs.fix.diff.DefaultMessageDiffListener
 
ignoreDiffTagValue(int, String, String) - Method in class biz.onixs.fix.diff.IgnoreTagMessageDiffListener
 
ignoreDiffTagValue(int, String, String) - Method in interface biz.onixs.fix.diff.MessageDiffListener
 
IgnoreTagMessageDiffListener - Class in biz.onixs.fix.diff
 
IgnoreTagMessageDiffListener() - Constructor for class biz.onixs.fix.diff.IgnoreTagMessageDiffListener
 
IgnoreTagMessageDiffListener(int[]) - Constructor for class biz.onixs.fix.diff.IgnoreTagMessageDiffListener
 
IMulticastReceiver - Interface in biz.onixs.util.network
 
IN - Static variable in class biz.onixs.fix.engine.storage.MessageDirection
 
InboundApplicationFlatMessageArgs() - Constructor for class biz.onixs.fix.engine.Session.InboundApplicationFlatMessageArgs
 
InboundApplicationFlatMessageArgs(FlatMessage) - Constructor for class biz.onixs.fix.engine.Session.InboundApplicationFlatMessageArgs
Creates event data.
InboundApplicationMessageArgs() - Constructor for class biz.onixs.fix.engine.Session.InboundApplicationMessageArgs
 
InboundApplicationMessageArgs(Message) - Constructor for class biz.onixs.fix.engine.Session.InboundApplicationMessageArgs
Creates event data.
InboundSessionFlatMessageArgs() - Constructor for class biz.onixs.fix.engine.Session.InboundSessionFlatMessageArgs
 
InboundSessionFlatMessageArgs(FlatMessage) - Constructor for class biz.onixs.fix.engine.Session.InboundSessionFlatMessageArgs
Creates event data.
InboundSessionMessageArgs() - Constructor for class biz.onixs.fix.engine.Session.InboundSessionMessageArgs
 
InboundSessionMessageArgs(Message) - Constructor for class biz.onixs.fix.engine.Session.InboundSessionMessageArgs
Creates event data.
incLength(int) - Method in class biz.onixs.util.ByteBuffer
Increases data size of byte buffer by the specified size.
includesNow() - Method in class biz.onixs.fix.scheduler.WeeklyIntervalList
 
IncorrectCheckSumException - Exception in biz.onixs.fix.parser
 
IncorrectCheckSumException(String, String, byte[], int) - Constructor for exception biz.onixs.fix.parser.IncorrectCheckSumException
 
IncorrectDataFormatForValueException - Exception in biz.onixs.fix.parser
 
IncorrectDataFormatForValueException(int, byte[], int) - Constructor for exception biz.onixs.fix.parser.IncorrectDataFormatForValueException
 
IncorrectDataFormatForValueException(int, Message) - Constructor for exception biz.onixs.fix.parser.IncorrectDataFormatForValueException
 
IncorrectFieldValueException - Exception in biz.onixs.fix.parser
 
IncorrectFieldValueException(String, String, int, Message) - Constructor for exception biz.onixs.fix.parser.IncorrectFieldValueException
 
IncorrectFieldValueException(int, int, int, byte[], int) - Constructor for exception biz.onixs.fix.parser.IncorrectFieldValueException
 
IncorrectFieldValueException(String, int, int, byte[], int) - Constructor for exception biz.onixs.fix.parser.IncorrectFieldValueException
 
IncorrectNumInGroupCountForRepeatingGroupException - Exception in biz.onixs.fix.parser
 
IncorrectNumInGroupCountForRepeatingGroupException(String, int, int, Message) - Constructor for exception biz.onixs.fix.parser.IncorrectNumInGroupCountForRepeatingGroupException
 
IncorrectNumInGroupCountForRepeatingGroupException(int, int, byte[], int) - Constructor for exception biz.onixs.fix.parser.IncorrectNumInGroupCountForRepeatingGroupException
 
IncorrectNumInGroupCountForRepeatingGroupException(int, int, Message) - Constructor for exception biz.onixs.fix.parser.IncorrectNumInGroupCountForRepeatingGroupException
 
IncorrectNumInGroupCountForRepeatingGroupException(int, int, int, Message) - Constructor for exception biz.onixs.fix.parser.IncorrectNumInGroupCountForRepeatingGroupException
 
increment() - Method in class biz.onixs.fix.engine.util.TimedWaitSAdapter
 
info(Object, String, Logger) - Static method in class biz.onixs.util.log.Log
 
info(Object, String, Object, Logger) - Static method in class biz.onixs.util.log.Log
 
info(Object, String, Object, Object, Logger) - Static method in class biz.onixs.util.log.Log
 
info(Object, String, Object[], Logger) - Static method in class biz.onixs.util.log.Log
 
info(Logger, Object, String, Object...) - Static method in class biz.onixs.util.log.Log
 
init() - Method in class biz.onixs.fix.dictionary.ContainerDefinition
Initializes internal state of the object after FIX fields list is initialized/modified.
init() - Method in class biz.onixs.fix.dictionary.Dictionary
Initializes internal state of the all containing message definition objects.
init(String, String) - Method in class biz.onixs.fix.dictionary.DictionaryManager
Initializes the dictionaries.
init(String, DialectSet) - Method in class biz.onixs.fix.dictionary.DictionaryManager
Initializes the dictionaries.
init() - Method in class biz.onixs.fix.dictionary.DictionaryManager
Initializes the dictionaries.
init(DialectSet) - Method in class biz.onixs.fix.dictionary.DictionaryManager
Initializes the dictionaries.
init(String) - Method in class biz.onixs.fix.dictionary.DictionaryManager
Initializes the dictionaries.
init() - Method in class biz.onixs.fix.dictionary.FieldDefinition
Initializes internal state of the object after initialization/modification.
init() - Static method in class biz.onixs.fix.engine.Engine
Initializes the engine.
init(Properties) - Static method in class biz.onixs.fix.engine.Engine
Initializes the engine.
init(Settings) - Static method in class biz.onixs.fix.engine.Engine
Initializes the engine.
init(int) - Static method in class biz.onixs.fix.engine.Engine
Initializes the engine.
init(EngineSettings) - Static method in class biz.onixs.fix.engine.Engine
Initializes the engine.
init(EngineSettings, SessionReactor) - Static method in class biz.onixs.fix.engine.Engine
Initializes the engine.
init(Settings) - Method in class biz.onixs.fix.engine.EngineSettings
Initializes the settings.
init(Message) - Method in class biz.onixs.fix.parser.Message
Initializes the message with exact copy of the given message.
init(JsonObject) - Method in class biz.onixs.fix.parser.Message
Initializes the message by parsing the given json object.
init(String) - Method in class biz.onixs.fix.parser.Message
Initializes the message by parsing the given raw message.
init(String, int) - Method in class biz.onixs.fix.parser.Message
Initializes the message by parsing the given raw message.
init(byte[], int) - Method in class biz.onixs.fix.parser.Message
Initializes the message by parsing the given raw message.
init(byte[], int, int) - Method in class biz.onixs.fix.parser.Message
Initializes the message by parsing the given raw message.
init(Version, byte[], int, int) - Method in class biz.onixs.fix.parser.Message
Initializes the message by parsing the given raw message according to the specified version.
init(Version, FlatMessage, int) - Method in class biz.onixs.fix.parser.Message
Initializes the message by iterating over the given FlatMessage according to the specified version.
init(Version, JsonObject) - Method in class biz.onixs.fix.parser.Message
Initializes the message by parsing the given json object according to the specified version.
init(char, Version) - Method in class biz.onixs.fix.parser.Message
Initializes the message according to the specified type and version.
init(String, Version) - Method in class biz.onixs.fix.parser.Message
Initializes the message according to the specified type and version.
init(String, Version, int) - Method in class biz.onixs.fix.parser.Message
Initializes the message according to the specified type and version.
init(char, Version, int) - Method in class biz.onixs.fix.parser.Message
Initializes the message according to the specified type and version.
init(String, boolean, boolean, boolean, boolean) - Method in class biz.onixs.fix.parser.Message
Deprecated.
init(byte[], boolean, boolean, boolean, boolean, boolean, boolean) - Method in class biz.onixs.fix.parser.Message
Deprecated.
init(byte[], int, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class biz.onixs.fix.parser.Message
Deprecated.
init(Version, byte[], int, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class biz.onixs.fix.parser.Message
Deprecated.
init(Version, FlatMessage, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class biz.onixs.fix.parser.Message
Deprecated.
InitiatorConnectingArgs - Class in biz.onixs.fix.scheduler
Initiator connecting arguments.
InitiatorConnection - Class in biz.onixs.fix.scheduler
Initiator session connection settings.
InitiatorConnection() - Constructor for class biz.onixs.fix.scheduler.InitiatorConnection
 
InitiatorConnectionListener - Interface in biz.onixs.fix.scheduler
The interface is used for receiving initiator session connection event(s).
insert(ByteBuffer, int) - Method in class biz.onixs.util.ByteBuffer
Inserts the content of the buffer at the specified position.
insert(char, int) - Method in class biz.onixs.util.ByteBuffer
Inserts the char converted to byte at the specified position.
insert(byte, int) - Method in class biz.onixs.util.ByteBuffer
Inserts the byte at the specified position.
insert(byte, int, int) - Method in class biz.onixs.util.ByteBuffer
Inserts the byte at the specified position and at specified times.
insert(long, int) - Method in class biz.onixs.util.ByteBuffer
Inserts the long number converted to bytes at the specified position.
insert(String, int) - Method in class biz.onixs.util.ByteBuffer
Inserts the string encoded to bytes at the specified position.
insert(byte[], int) - Method in class biz.onixs.util.ByteBuffer
Inserts the bytes array at the specified position.
insert(byte[], int, int) - Method in class biz.onixs.util.ByteBuffer
Inserts the bytes array with length at the specified position.
insert(byte[], int, int, int) - Method in class biz.onixs.util.ByteBuffer
Inserts the bytes array from specified offset with length at the specified position.
INSTANCE - Static variable in class biz.onixs.fix.filter.NullMessageFilter
 
InstanceIndexOutOfRangeException - Exception in biz.onixs.fix.parser
 
InstanceIndexOutOfRangeException(int, int, int, int, Message) - Constructor for exception biz.onixs.fix.parser.InstanceIndexOutOfRangeException
 
interrupt() - Method in class biz.onixs.fix.scheduler.LogonJob
 
interrupt() - Method in class biz.onixs.fix.scheduler.LogoutJob
 
interrupt() - Method in class biz.onixs.fix.scheduler.LogoutNotificationJob
 
interrupt() - Method in class biz.onixs.fix.scheduler.LogoutResetJob
 
interrupt() - Method in class biz.onixs.util.network.MulticastThreadReceiver
Interrupts aux thread.
InvalidMsgTypeException - Exception in biz.onixs.fix.parser
 
InvalidMsgTypeException(String, byte[], int) - Constructor for exception biz.onixs.fix.parser.InvalidMsgTypeException
 
InvalidMsgTypeException(String, Message) - Constructor for exception biz.onixs.fix.parser.InvalidMsgTypeException
 
InvalidTagNumberException - Exception in biz.onixs.fix.parser
 
InvalidTagNumberException(int, Message) - Constructor for exception biz.onixs.fix.parser.InvalidTagNumberException
 
InvalidTagNumberException(String, byte[], int) - Constructor for exception biz.onixs.fix.parser.InvalidTagNumberException
 
isAbsolutePath(String) - Static method in class biz.onixs.util.File
 
isAcceptorSendLogoutOnInvalidLogon() - Method in class biz.onixs.fix.engine.EngineSettings
Returns option to send a logout message, before dropping the telecommunication link in reply on an invalid logon attempt.
isActive() - Method in class biz.onixs.util.Throttler
Checks if the throttler active.
isArchiveStorage() - Method in class biz.onixs.fix.engine.storage.FileBasedSessionStorage
Returns whether to archive terminated storage.
isArchiveStorage() - Method in class biz.onixs.fix.engine.storage.FileBasedStorageRepository
Returns whether to archive terminated storage.
isAvailable(String) - Method in class biz.onixs.util.url.AbstractResourceLoader
 
isAvailable(String) - Method in interface biz.onixs.util.url.ResourceLoader
Returns whether the resource specified by the name is avaiable.
isBeginStringValid(byte[]) - Static method in class biz.onixs.fix.parser.FixParserUtil
 
isBeginStringValid(ByteBuffer) - Static method in class biz.onixs.fix.parser.FixParserUtil
 
isBlocking() - Method in interface biz.onixs.util.network.Socket
Returns whether every I/O operation on this channel will block until it completes.
isBodyLengthValid(ByteBuffer) - Static method in class biz.onixs.fix.parser.FixParserUtil
 
isCheckCompIdsMatch() - Method in class biz.onixs.fix.engine.EngineSettings
Returns whether SenderCompId and TargetCompId must match session values in every inbound FIX message.
isCheckSumValid(byte[], int) - Static method in class biz.onixs.fix.parser.FixParserUtil
 
isClosed() - Method in interface biz.onixs.util.network.TcpConnection
Returns true if the connection is closed, false otherwise.
isCodeEachMessageIndependently() - Method in class biz.onixs.fix.fast.Coder
 
isConnectionTcpNoDelay() - Method in class biz.onixs.fix.engine.EngineSettings
Returns TCP socket TCP_NODELAY parameter (disable/enable Nagle's algorithm).
isConsiderRejectOnResendRequestAsGapFill() - Method in class biz.onixs.fix.engine.Session
Returns whether to consider Reject(3) on Resend Request(2) as Gap Fill.
isDaemonAcceptorThread() - Method in class biz.onixs.fix.engine.EngineSettings
Returns whether acceptor thread is daemon.
isDefined(String) - Method in class biz.onixs.util.settings.Settings
Returns true if a corresponding value for the specified key is found, false otherwise.
isDirect() - Method in class biz.onixs.util.DynamicByteBuffer
 
isDirectory(String) - Static method in class biz.onixs.util.Directory
Checks that the given file path represents a directory.
isDisposed() - Method in class biz.onixs.fix.engine.Session
 
isEmpty() - Method in class biz.onixs.util.ValuePtr
Is value empty.
isEnabled() - Method in class biz.onixs.util.log.LatencyLogger
 
isEngineShutdownHook() - Method in class biz.onixs.fix.engine.EngineSettings
Returns whether to shutdown engine automatically on JVM shutdown.
isEventArgReuse() - Method in class biz.onixs.fix.engine.Session
Returns whether to re-use event argument objects.
isExpired() - Method in class biz.onixs.fix.engine.License
Returns whether license is expired.
isGroupDefined() - Method in class biz.onixs.fix.dictionary.FieldDefinition
Returns whether the FIX field defines a FIX repeating group.
isIgnoreFileBasedStorageIntegrityErrors() - Method in class biz.onixs.fix.engine.EngineSettings
Returns whether to ignore file based storage integrity errors.
isInboundMessageReuse() - Method in class biz.onixs.fix.engine.Session
Returns whether to use the same FixMessage object for the incoming messages.
isInited() - Static method in class biz.onixs.fix.engine.Engine
Verify whether engine is inited.
isLogBeforeSending() - Method in class biz.onixs.fix.engine.EngineSettings
Returns whether outbound messages are logged before sending.
isLogBeforeSending() - Method in class biz.onixs.fix.engine.Session
Returns whether outbound messages are logged before sending.
isLogicallySimilar() - Method in class biz.onixs.fix.parser.MessageDiff
 
isLogicallySimilar(Message, Message) - Static method in class biz.onixs.fix.parser.MessageDiff
 
isLogInboundMessages() - Method in class biz.onixs.fix.engine.EngineSettings
Returns whether to store inbound messages in the session storage.
isLogInboundMessages() - Method in class biz.onixs.fix.engine.Session
Returns whether to store inbound messages in the session storage.
isLogOutboundMessages() - Method in class biz.onixs.fix.engine.EngineSettings
Returns whether to store outbound messages in the session storage.
isLogOutboundMessages() - Method in class biz.onixs.fix.engine.Session
Returns whether to store outbound messages in the session storage.
isNotInited() - Static method in class biz.onixs.fix.engine.Engine
Verify whether engine is inited.
isOriginal() - Method in class biz.onixs.fix.parser.FixFlatMessage
 
isOriginal() - Method in interface biz.onixs.fix.parser.FixMessage
Returns whether the message is original or not.
isOriginal() - Method in class biz.onixs.fix.parser.FixStructuredMessage
 
isOriginal() - Method in class biz.onixs.fix.parser.Message
Returns whether PossDupFlag(43) is not set or set to 'N' or 'n'.
isProcessDeliverToCompId() - Method in class biz.onixs.fix.engine.EngineSettings
Returns whether to process the DeliverToCompID (tag 128) flag.
isProcessLogonNextExpectedMsgSeqNum() - Method in class biz.onixs.fix.engine.EngineSettings
Returns whether to process NextExpectedMsgSeqNum(789) field in Logon(A).
isProcessLogonNextExpectedMsgSeqNum() - Method in class biz.onixs.fix.engine.Session
Returns whether to process NextExpectedMsgSeqNum(789) field in Logon(A).
isQuiescent() - Method in interface biz.onixs.fix.engine.SessionReactor
Returns a boolean value indicating whether a stack is quiescent.
isQuiescent() - Method in class biz.onixs.fix.engine.TCPStandardStack
 
isQuiescent() - Method in class biz.onixs.util.network.ExternalService
 
isReadOnly() - Method in class biz.onixs.util.DynamicByteBuffer
 
isRemove() - Method in class biz.onixs.fix.dictionary.dialect.Dialect
Returns whether the FIX Dialect removes corresponding FIX dictionary from dictionary manager.
isRequestOnlyMissedMessages() - Method in class biz.onixs.fix.engine.Session
Returns true if the "Resend Request" message requests only missed messages, otherwise - false.
isRequired() - Method in class biz.onixs.fix.dictionary.FieldDefinition
Returns whether the FIX field is required.
isResetOnLogout() - Method in class biz.onixs.fix.scheduler.WeeklyInterval
Returns whether to reset session after logout.
isSegment() - Method in class biz.onixs.fix.fast.BitGroupTypeTraits
 
isSenderStillInactive() - Method in interface biz.onixs.util.network.TcpConnection
Returns true if no data is sent and it remains inactive, false otherwise.
isSessionEventArgReuse() - Method in class biz.onixs.fix.engine.EngineSettings
Returns whether to re-use session event argument objects in each session.
isSessionInboundMessageReuse() - Method in class biz.onixs.fix.engine.EngineSettings
Returns whether to use the same FixMessage object for the incoming messages.
isSessionLevel(ValuePtr) - Static method in class biz.onixs.fix.dictionary.Dictionary
Returns whether specified message type is Session level.
isSessionLevel() - Method in class biz.onixs.fix.parser.FixFlatMessage
 
isSessionLevel() - Method in interface biz.onixs.fix.parser.FixMessage
Returns whether fix message is session level or not.
isSessionLevel() - Method in class biz.onixs.fix.parser.FixStructuredMessage
 
isSessionLevel() - Method in class biz.onixs.fix.parser.Message
Returns whether this message belongs to FIX session level.
isSessionSendLogoutOnException() - Method in class biz.onixs.fix.engine.EngineSettings
Returns option to send the Logout message before dropping the telecommunication link in case of Exception during the processing of incoming FIX message.
isSessionSpecifyLastMsgSeqNumProcessed() - Method in class biz.onixs.fix.engine.EngineSettings
Returns the option to specify the LastMsgSeqNumProcessed(369) field on every message sent.
isSessionUpdateHeaderFields() - Method in class biz.onixs.fix.engine.EngineSettings
If this option set to true then common header fields in the outgoing messages are always updated.
isSessionUpdateSendingTime() - Method in class biz.onixs.fix.engine.EngineSettings
Returns whether to update SendingTime(52) field in the outgoing message if it is already set.
isSet() - Method in class biz.onixs.util.ValuePtr
Returns whether value pointer is set/defined.
isSetResetSeqNumbers() - Method in class biz.onixs.fix.scheduler.InitiatorConnection
Returns whether flag to reset sequence numbers should be set in logon.
isSimilar() - Method in class biz.onixs.fix.parser.MessageDiff
 
isSimilar(Message, Message) - Static method in class biz.onixs.fix.parser.MessageDiff
 
isSpecifyApplIdField() - Method in class biz.onixs.fix.engine.Session
Returns whether to specify ApplVerID(1128) tag in all FIX messages when a FIX protocol version FIX 5.0 and above is used.
isSpecifyApplVerIdField() - Method in class biz.onixs.fix.engine.EngineSettings
Returns whether to specify ApplVerID(1128) tag in all FIX messages when a FIX protocol version FIX 5.0 and above is used.
isSpecifyLastMsgSeqNumProcessed() - Method in class biz.onixs.fix.engine.Session
Returns the option to specify the LastMsgSeqNumProcessed (tag # 369) field on every message sent.
isSslNeedClientAuth() - Method in class biz.onixs.fix.engine.EngineSettings
Returns whether client authentication should be required.
isStringEmpty(String) - Static method in class biz.onixs.util.Utils
 
isTerminated() - Method in class biz.onixs.fix.engine.storage.AsyncFileSessionStorage
 
isTerminated() - Method in class biz.onixs.fix.engine.storage.FileBasedSessionStorage
 
isTerminated() - Method in class biz.onixs.fix.engine.storage.MemoryBasedSessionStorage
 
isTerminated() - Method in class biz.onixs.fix.engine.storage.NullSessionStorage
 
isTerminated() - Method in interface biz.onixs.fix.engine.storage.SessionStorage
Returns the flag whether this storage state should be kept or cleaned.
isTerminated() - Method in class biz.onixs.fix.engine.storage.TimingSessionStorage
 
isUIntString(String) - Static method in class biz.onixs.fix.fast.UnsignedInteger
Returns true iff the @codeDeprecated str represents unsigned integer.
isUpdateSendingTime() - Method in class biz.onixs.fix.engine.Session
Returns whether to update SendingTime(52) field in the outgoing message if it is already set.
isUsable() - Method in class biz.onixs.fix.dictionary.Version
Returns whether this version is initialized and can be used.
isUserSessionLevelMessageWarning() - Method in class biz.onixs.fix.engine.EngineSettings
Returns whether to warn if user sends session level message.
isUserSessionLevelMessageWarning() - Method in class biz.onixs.fix.engine.Session
Returns whether to warn if user sends session level message.
isValidateCheckSum() - Method in class biz.onixs.fix.engine.EngineSettings
Returns whether to validate the CheckSum field value.
isValidateDuplicatedField() - Method in class biz.onixs.fix.engine.EngineSettings
Returns whether to validate the presence of fields which appears more than once.
isValidateEmptyFieldValues() - Method in class biz.onixs.fix.engine.EngineSettings
Returns whether to fail validation on empty field value.
isValidateFieldValues() - Method in class biz.onixs.fix.engine.EngineSettings
Returns whether to validate field values in accordance with the FIX protocol or its FIX Dialect.
isValidateInboundMessages() - Method in class biz.onixs.fix.engine.EngineSettings
Returns whether inbound messages are validated.
isValidateNumberOfRepeatingGroupInstances() - Method in class biz.onixs.fix.engine.EngineSettings
Returns whether to validate the declared number of repeating group instances is equal to the actual one.
isValidateOutboundMessages() - Method in class biz.onixs.fix.engine.EngineSettings
Returns whether outbound messages are validated.
isValidateRequiredFields() - Method in class biz.onixs.fix.engine.EngineSettings
Returns whether to validate the presence of the required fields.
isValidateSequenceNumbers() - Method in class biz.onixs.fix.engine.Session
Returns whether to validate incoming message sequence numbers.
isValidateUnknownFields() - Method in class biz.onixs.fix.engine.EngineSettings
Returns whether to fail validation on unknown fields.
isValidateUnknownMessage() - Method in class biz.onixs.fix.engine.EngineSettings
Returns whether to fail validation on unknown message.
iterator() - Method in class biz.onixs.fix.parser.FlatMessage
 
iterator() - Method in class biz.onixs.fix.parser.Group
 
iterator() - Method in class biz.onixs.fix.parser.Message
 
iteratorOverGroups() - Method in interface biz.onixs.fix.parser.FixBlock
Returns an iterator over groups of the current level excludes nested repeating groups.
iteratorOverRawMsg() - Method in class biz.onixs.fix.parser.Message
Returns an iterator over a raw FIX message as set of fields.

J

join(String, int, NetworkInterface, MulticastListener) - Method in interface biz.onixs.util.network.IMulticastReceiver
Short version of join with default buffer size
join(String, int, NetworkInterface, MulticastListener, int) - Method in interface biz.onixs.util.network.IMulticastReceiver
Creates a feed and send a join request.
join(InetSocketAddress, NetworkInterface, MulticastListener, int) - Method in interface biz.onixs.util.network.IMulticastReceiver
Creates a feed and send a join request.
join(InetSocketAddress, NetworkInterface, MulticastListener) - Method in interface biz.onixs.util.network.IMulticastReceiver
Short version of join with default buffer size
join(InetSocketAddress, NetworkInterface, MulticastListener, int) - Method in class biz.onixs.util.network.MulticastFastThreadReceiver
 
join(String, int, NetworkInterface, MulticastListener) - Method in class biz.onixs.util.network.MulticastReceiver
Short version of join with default buffer size
join(String, int, NetworkInterface, MulticastListener, int) - Method in class biz.onixs.util.network.MulticastReceiver
Creates a feed and send a join request.
join(InetSocketAddress, NetworkInterface, MulticastListener, int) - Method in class biz.onixs.util.network.MulticastReceiver
Creates a feed and send a join request.
join(InetSocketAddress, NetworkInterface, MulticastListener) - Method in class biz.onixs.util.network.MulticastReceiver
Short version of join with default buffer size
JsonObject - Interface in biz.onixs.fix.parser
Represents a JSON object that provides methods for retrieving nessary data for message parser.

K

KEY_STORE_TYPE - Static variable in class biz.onixs.fix.engine.SslContextFactory
 

L

Last() - Method in class biz.onixs.util.network.PortRange
Returns the last port number in the range.
LAST_INBOUND_SEQ_NUM_KEY - Static variable in class biz.onixs.fix.engine.storage.FileBasedSessionStorage
 
LAST_OUTBOUND_SEQ_NUM_KEY - Static variable in class biz.onixs.fix.engine.storage.FileBasedSessionStorage
 
LatencyLogger - Class in biz.onixs.util.log
 
LatencyLogger() - Constructor for class biz.onixs.util.log.LatencyLogger
 
leaveOnlySessionLevelMessages() - Method in class biz.onixs.fix.dictionary.Dictionary
Removes all message definitions but session levels.
length() - Method in class biz.onixs.util.ByteBuffer
Returns size of data in the byte buffer.
length() - Method in class biz.onixs.util.File
 
License - Class in biz.onixs.fix.engine
Base license implementation.
License() - Constructor for class biz.onixs.fix.engine.License
 
License.Customer - Class in biz.onixs.fix.engine
License customer.
License.Product - Class in biz.onixs.fix.engine
Licensed product.
License.Type - Enum in biz.onixs.fix.engine
License type.
LICENSE_ALERTING_DAYS_BEFORE_EXPIRATION_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
LICENSE_ALERTING_DAYS_BEFORE_EXPIRATION_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
LICENSE_FILE_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
LICENSE_FILE_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
LicenseException - Exception in biz.onixs.fix.engine
 
LicenseException(String) - Constructor for exception biz.onixs.fix.engine.LicenseException
Constructor.
LicenseException(String, Throwable) - Constructor for exception biz.onixs.fix.engine.LicenseException
Constructor.
LicenseExpiredException - Exception in biz.onixs.fix.engine
The exception that is thrown when found license is expired.
LicenseExpiredException(LocalDate) - Constructor for exception biz.onixs.fix.engine.LicenseExpiredException
 
LicenseNotFoundException - Exception in biz.onixs.fix.engine
The exception that is thrown when a license file not found.
LicenseNotFoundException(String) - Constructor for exception biz.onixs.fix.engine.LicenseNotFoundException
Constructor.
LicenseNotFoundException(String, Throwable) - Constructor for exception biz.onixs.fix.engine.LicenseNotFoundException
Constructor.
LightweightCondition - Class in biz.onixs.util.concurrent
Light weight conditions provide a means for one thread to suspend execution (to "wait") until notified by another thread that some state condition may now be true.
LightweightCondition() - Constructor for class biz.onixs.util.concurrent.LightweightCondition
 
LightweightSemaphore - Class in biz.onixs.util.concurrent
 
LightweightSemaphore() - Constructor for class biz.onixs.util.concurrent.LightweightSemaphore
 
limit() - Method in class biz.onixs.util.DynamicByteBuffer
 
limit(int) - Method in class biz.onixs.util.DynamicByteBuffer
 
LINK_ERROR_IS_DETECTED - Static variable in class biz.onixs.fix.engine.Session.WarningReason
Telecommunication link error is detected.
LinkErrorException - Exception in biz.onixs.fix.engine
After sending the initial Logon message the telecommunication link error is detected.
LinkErrorException(String) - Constructor for exception biz.onixs.fix.engine.LinkErrorException
Constructor.
LISTEN_PORT_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
LISTEN_PORT_DISABLED - Static variable in class biz.onixs.fix.engine.EngineSettings
 
LISTEN_PORT_INT_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
LISTEN_PORT_NO_COMM - Static variable in class biz.onixs.fix.engine.EngineSettings
 
LISTEN_PORT_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
LISTEN_PORTS_BACKLOG_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
LISTEN_PORTS_BACKLOG_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
ListenerManager - Interface in biz.onixs.fix.scheduler
Event listener manager.
load(String) - Method in class biz.onixs.fix.scheduler.SchedulerSettingsLoader
Loads session scheduler settings.
load(InputStream) - Method in class biz.onixs.fix.scheduler.SchedulerSettingsLoader
Loads session scheduler settings.
load(String) - Method in class biz.onixs.util.ProductInfo
 
load() - Method in class biz.onixs.util.settings.FileBasedSettings
 
loadAsFile(String) - Method in class biz.onixs.util.settings.PropertyBasedSettings
Loads settings from the file system resource.
loadAsResource(String) - Method in class biz.onixs.util.settings.PropertyBasedSettings
Loads settings from the classpath resource.
log(long) - Method in class biz.onixs.util.log.LatencyLogger
 
Log - Class in biz.onixs.util.log
 
Log() - Constructor for class biz.onixs.util.log.Log
 
LOG_BEFORE_SENDING_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
LOG_BEFORE_SENDING_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
LOG_INBOUND_MESSAGES_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
LOG_INBOUND_MESSAGES_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
LOG_OUTBOUND_MESSAGES_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
LOG_OUTBOUND_MESSAGES_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
logon(Session) - Method in class biz.onixs.fix.scheduler.InitiatorConnection
Logons the session.
logon(Session) - Method in interface biz.onixs.fix.scheduler.SessionConnection
 
logonAsAcceptor() - Method in class biz.onixs.fix.engine.Session
Establishes FIX Connection as Acceptor.
logonAsInitiator(String, int) - Method in class biz.onixs.fix.engine.Session
Establishes FIX Connection as Initiator using the default heartbeat value.
logonAsInitiator(String, int, int) - Method in class biz.onixs.fix.engine.Session
Establishes FIX connection as Initiator.
logonAsInitiator(String, int, boolean) - Method in class biz.onixs.fix.engine.Session
Establishes FIX connection as Initiator.
logonAsInitiator(String, int, int, boolean) - Method in class biz.onixs.fix.engine.Session
Establishes FIX connection as Initiator.
logonAsInitiator(String, int, Message) - Method in class biz.onixs.fix.engine.Session
Establishes FIX connection as Initiator using the custom Logon message.
logonAsInitiator(String, int, int, Message) - Method in class biz.onixs.fix.engine.Session
Establishes FIX connection as Initiator using the custom Logon message.
logonAsInitiator(String, int, boolean, Message) - Method in class biz.onixs.fix.engine.Session
Establishes FIX connection as Initiator using the custom Logon message.
logonAsInitiator(String, int, int, boolean, Message) - Method in class biz.onixs.fix.engine.Session
Establishes FIX connection as Initiator using the custom Logon message.
logonAsInitiatorAsync(String, int, int, boolean, Message) - Method in class biz.onixs.fix.engine.Session
Asynchronously establishes FIX connection as Initiator using the custom Logon message.
LogonErrorArgs(Session, Exception, String, int, int) - Constructor for class biz.onixs.fix.scheduler.ErrorListener.LogonErrorArgs
 
LogonJob - Class in biz.onixs.fix.scheduler
Logon job.
LogonJob() - Constructor for class biz.onixs.fix.scheduler.LogonJob
 
logout() - Method in class biz.onixs.fix.engine.Session
Terminates the FIX connection.
logout(String) - Method in class biz.onixs.fix.engine.Session
Terminates the FIX connection.
logout(Message) - Method in class biz.onixs.fix.engine.Session
Terminates the FIX connection.
logoutAsync() - Method in class biz.onixs.fix.engine.Session
Asynchronously terminates the FIX connection.
logoutAsync(String) - Method in class biz.onixs.fix.engine.Session
Asynchronously terminates the FIX connection.
logoutAsync(Message) - Method in class biz.onixs.fix.engine.Session
Asynchronously terminates the FIX connection.
LogoutJob - Class in biz.onixs.fix.scheduler
Logout job.
LogoutJob() - Constructor for class biz.onixs.fix.scheduler.LogoutJob
 
LogoutNotification - Class in biz.onixs.fix.scheduler
Session logout notification.
LogoutNotificationJob - Class in biz.onixs.fix.scheduler
Logout notification job.
LogoutNotificationJob() - Constructor for class biz.onixs.fix.scheduler.LogoutNotificationJob
 
LogoutNotificationListener - Interface in biz.onixs.fix.scheduler
Session logout notification.
LogoutResetJob - Class in biz.onixs.fix.scheduler
Logout and reset job.
LogoutResetJob() - Constructor for class biz.onixs.fix.scheduler.LogoutResetJob
 
long2str(byte[], long) - Static method in class biz.onixs.util.Converter
Converts long to string and places it into a byte buffer.
long2str(byte[], int, long) - Static method in class biz.onixs.util.Converter
Converts long to string and places it into a byte buffer.
long2str(DynamicByteBuffer, long) - Static method in class biz.onixs.util.Converter
Converts long to string and places it into a ByteBuffer.

M

makeAcceptor(ExternalService) - Method in class biz.onixs.util.network.NetworkFactory
Creates a new Acceptor object.
makeObject() - Method in interface biz.onixs.util.pool.PoolableObjectFactory
 
makeSocketConnector(String, int, long, TimeUnit, PortRange, SocketAddress, ProxySettings) - Method in class biz.onixs.util.network.NetworkFactory
Creates a new SocketConnector object with the specified parameters.
makeTcpConnection(Socket, SSLEngine, ConnectionMode, ExternalService) - Method in class biz.onixs.util.network.NetworkFactory
Creates a new TcpConnection object with the specified parameters.
ManualResetEvent - Class in biz.onixs.util.concurrent
 
ManualResetEvent(SingleConditionReentrantLock, boolean) - Constructor for class biz.onixs.util.concurrent.ManualResetEvent
 
mark() - Method in class biz.onixs.util.DynamicByteBuffer
 
MAX_LEN - Static variable in class biz.onixs.util.ScaledDecimal
String representation max length: sign + mantissa + exponent = 1 + 20 + 63.
MAX_LONG_FIELD_SIZE - Static variable in class biz.onixs.fix.parser.FixParserUtil
 
MemoryBasedSessionStorage - Class in biz.onixs.fix.engine.storage
 
MemoryBasedStorage - Static variable in class biz.onixs.fix.engine.storage.SessionStorageType
 
MemoryBasedStorageRepository - Class in biz.onixs.fix.engine.storage
Repository of memory-based session storage.
MemoryBasedStorageRepository() - Constructor for class biz.onixs.fix.engine.storage.MemoryBasedStorageRepository
 
Message - Class in biz.onixs.fix.parser
Structured FIX message
Message() - Constructor for class biz.onixs.fix.parser.Message
Constructs an empty message.
Message(Message) - Constructor for class biz.onixs.fix.parser.Message
Constructs the exact copy of the given message.
Message(JsonObject) - Constructor for class biz.onixs.fix.parser.Message
Constructs a message by parsing the given json object.
Message(String) - Constructor for class biz.onixs.fix.parser.Message
Constructs a message by parsing the given raw message.
Message(ByteBuffer) - Constructor for class biz.onixs.fix.parser.Message
Constructs a message by parsing the given raw message.
Message(byte[]) - Constructor for class biz.onixs.fix.parser.Message
Constructs a message by parsing the given raw message.
Message(byte[], int) - Constructor for class biz.onixs.fix.parser.Message
Constructs a message by parsing the given raw message.
Message(String, int) - Constructor for class biz.onixs.fix.parser.Message
Constructs a message by parsing the given raw message.
Message(ByteBuffer, int) - Constructor for class biz.onixs.fix.parser.Message
Constructs a message by parsing the given raw message.
Message(byte[], int, int) - Constructor for class biz.onixs.fix.parser.Message
Constructs a message by parsing the given raw message.
Message(Version, JsonObject) - Constructor for class biz.onixs.fix.parser.Message
Constructs a message by parsing the given json object according to the specified version.
Message(Version, String) - Constructor for class biz.onixs.fix.parser.Message
Constructs a message by parsing the given raw message according to the specified version.
Message(Version, ByteBuffer) - Constructor for class biz.onixs.fix.parser.Message
Constructs a message by parsing the given raw message according to the specified version.
Message(Version, byte[]) - Constructor for class biz.onixs.fix.parser.Message
Constructs a message by parsing the given raw message according to the specified version.
Message(Version, String, int) - Constructor for class biz.onixs.fix.parser.Message
Constructs a message by parsing the given raw message according to the specified version.
Message(Version, byte[], int, int) - Constructor for class biz.onixs.fix.parser.Message
Constructs a message by parsing the given raw message according to the specified version.
Message(Version, FlatMessage, int) - Constructor for class biz.onixs.fix.parser.Message
Constructs a message by iterating over the given FlatMessage according to the specified version.
Message(byte[], int, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class biz.onixs.fix.parser.Message
Deprecated.
Message(ByteBuffer, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class biz.onixs.fix.parser.Message
Deprecated.
Message(String, boolean, boolean, boolean, boolean) - Constructor for class biz.onixs.fix.parser.Message
Deprecated.
Message(Version, byte[], int, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class biz.onixs.fix.parser.Message
Deprecated.
Message(Version, FlatMessage, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class biz.onixs.fix.parser.Message
Deprecated.
Message.StringFormat - Enum in biz.onixs.fix.parser
Collection of flags which affect the way FIX message is converted to string representation.
MESSAGE_RESENDING_PORTION_MAXIMUM_SIZE_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
MESSAGE_RESENDING_PORTION_MAXIMUM_SIZE_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
MessageDefinition - Class in biz.onixs.fix.dictionary
FIX message low-level structure definition.
MessageDefinition(String, List<FieldDefinition>) - Constructor for class biz.onixs.fix.dictionary.MessageDefinition
Constructor.
MessageDiff - Class in biz.onixs.fix.parser
 
MessageDiff(Message, Message) - Constructor for class biz.onixs.fix.parser.MessageDiff
 
MessageDiffListener - Interface in biz.onixs.fix.diff
 
MessageDirection - Class in biz.onixs.fix.engine.storage
 
MessageEventArgs(Message) - Constructor for class biz.onixs.fix.engine.Session.MessageEventArgs
Creates message-related event data.
MessageFactory - Interface in biz.onixs.fix.engine
Message factory interface.
MessageFilter - Interface in biz.onixs.fix.filter
FIX message filter.
MessageMode - Enum in biz.onixs.fix.engine
Message modes are available for processing/parsing raw messages internally.
MessageResendingArgs() - Constructor for class biz.onixs.fix.engine.Session.MessageResendingArgs
 
MessageResendingArgs(FixMessage) - Constructor for class biz.onixs.fix.engine.Session.MessageResendingArgs
Creates event data.
MessageSendingArgs() - Constructor for class biz.onixs.fix.engine.Session.MessageSendingArgs
 
MessageSendingArgs(ByteBuffer) - Constructor for class biz.onixs.fix.engine.Session.MessageSendingArgs
Creates event data.
MessageValidationFlags - Class in biz.onixs.fix.parser
Message validation flags.
MessageValidationFlags() - Constructor for class biz.onixs.fix.parser.MessageValidationFlags
 
MIN_CAPACITY - Static variable in class biz.onixs.util.ByteBuffer
 
MSG_SEQ_NUM_TOO_LOW - Static variable in class biz.onixs.fix.engine.Session.ErrorReason
The incoming message has a sequence number less than expected and the PossDupFlag is not set, it indicates a serious error.
MulticastFastThreadReceiver - Class in biz.onixs.util.network
According to Serge Matskov requirements, there is a "fast" version of MulticastThreadReceiver.
MulticastFastThreadReceiver() - Constructor for class biz.onixs.util.network.MulticastFastThreadReceiver
 
MulticastGroup - Class in biz.onixs.util.network
 
MulticastListener - Interface in biz.onixs.util.network
User classes must implement this interface to receive data from MulticastReceiver.
MulticastReceiver - Class in biz.onixs.util.network
 
MulticastReceiver() - Constructor for class biz.onixs.util.network.MulticastReceiver
 
MulticastThreadReceiver - Class in biz.onixs.util.network
 
MulticastThreadReceiver() - Constructor for class biz.onixs.util.network.MulticastThreadReceiver
Constructor.
MultiDayLengthSchedule - Class in biz.onixs.fix.scheduler
Session schedule with one activity period.
MultiDayLengthSchedule() - Constructor for class biz.onixs.fix.scheduler.MultiDayLengthSchedule
Constructor.
MultiDayLengthSchedule(DayOfWeek, LocalTime, DayOfWeek, LocalTime, SequenceNumberResetPolicy) - Constructor for class biz.onixs.fix.scheduler.MultiDayLengthSchedule
Constructor.
MultiDayLengthSchedule(DayOfWeek, LocalTime, ZoneId, DayOfWeek, LocalTime, ZoneId, SequenceNumberResetPolicy) - Constructor for class biz.onixs.fix.scheduler.MultiDayLengthSchedule
Constructor.

N

N - Static variable in class biz.onixs.fix.engine.storage.PossDupFlag
 
N - Static variable in class biz.onixs.util.ValuePtr
Value pointer to a byte array encoded from string "N".
NA - Static variable in class biz.onixs.fix.engine.Session.ErrorReason
 
NA - Static variable in class biz.onixs.fix.engine.Session.WarningReason
 
NetworkFactory - Class in biz.onixs.util.network
A factory class for creating network-related objects such as acceptors, socket connectors, and TCP connections.
NetworkFactory(int, long, boolean) - Constructor for class biz.onixs.util.network.NetworkFactory
Creates a new NetworkFactory with the specified number of threads, spinning timeout, and daemon thread flag for the services network-related object use.
next() - Method in class biz.onixs.fix.parser.FlatGroupReader
Moves the accessor to the next entry.
NO_DIFF - Static variable in class biz.onixs.fix.parser.MessageDiff
 
NO_DIFF_LOGICALLY - Static variable in class biz.onixs.fix.parser.MessageDiff
 
None - Static variable in class biz.onixs.fix.parser.MessageValidationFlags
No validation.
normalize() - Method in class biz.onixs.util.ScaledDecimal
Removes non-significant zeros from the scaled decimal.
normalize(int) - Method in class biz.onixs.util.ScaledDecimal
Normalize mantissa to the specified exponent.
normalizeId(String) - Static method in class biz.onixs.fix.engine.storage.SessionStorageType
 
NotEnoughInputDataException - Exception in biz.onixs.fix.fast
 
NotEnoughInputDataException(FastErrorCode, String) - Constructor for exception biz.onixs.fix.fast.NotEnoughInputDataException
 
NotEnoughInputDataException(FastErrorCode, String, Throwable) - Constructor for exception biz.onixs.fix.fast.NotEnoughInputDataException
 
NULL_DYNAMIC_ACCEPTOR_LISTENER - Static variable in class biz.onixs.fix.engine.Engine
Deprecated.
will be removed soon as not necessary
NULL_ERROR_LISTENER - Static variable in class biz.onixs.fix.engine.Engine
 
NULL_ERROR_LISTENER - Static variable in class biz.onixs.fix.engine.Session
 
NULL_INBOUND_APPLICATION_FLATMESSAGE_LISTENER - Static variable in class biz.onixs.fix.engine.Session
 
NULL_INBOUND_APPLICATION_MESSAGE_LISTENER - Static variable in class biz.onixs.fix.engine.Session
 
NULL_INBOUND_SESSION_FLATMESSAGE_LISTENER - Static variable in class biz.onixs.fix.engine.Session
 
NULL_INBOUND_SESSION_MESSAGE_LISTENER - Static variable in class biz.onixs.fix.engine.Session
 
NULL_INITIATOR_CONNECTION_LISTENER - Static variable in class biz.onixs.fix.scheduler.InitiatorConnection
 
NULL_LISTENER - Static variable in interface biz.onixs.util.network.Acceptor
This field represents a null implementation of the Acceptor.Listener interface.
NULL_LISTENER - Static variable in interface biz.onixs.util.network.SocketConnector
This field represents a dummy implementation of the SocketConnector.Listener interface.
NULL_LISTENER - Static variable in interface biz.onixs.util.network.TcpConnection
This field represents a dummy implementation of the TcpConnection.Listener interface.
NULL_MESSAGE_RESENDING_LISTENER - Static variable in class biz.onixs.fix.engine.Session
 
NULL_MESSAGE_SENDING_LISTENER - Static variable in class biz.onixs.fix.engine.Session
 
NULL_OUTBOUND_APPLICATION_FLATMESSAGE_LISTENER - Static variable in class biz.onixs.fix.engine.Session
 
NULL_OUTBOUND_APPLICATION_MESSAGE_LISTENER - Static variable in class biz.onixs.fix.engine.Session
 
NULL_OUTBOUND_SESSION_MESSAGE_LISTENER - Static variable in class biz.onixs.fix.engine.Session
 
NULL_RECEIVED_BYTES_LISTENER - Static variable in class biz.onixs.fix.engine.Session
 
NULL_STATE_CHANGED_LISTENER - Static variable in class biz.onixs.fix.engine.Engine
 
NULL_WARNING_LISTENER - Static variable in class biz.onixs.fix.engine.Engine
 
NULL_WARNING_LISTENER - Static variable in class biz.onixs.fix.engine.Session
 
NullMessageFilter - Class in biz.onixs.fix.filter
FIX message filter to filter nothing.
NullResourceLoader - Class in biz.onixs.util.url
 
NullResourceLoader() - Constructor for class biz.onixs.util.url.NullResourceLoader
 
NullSessionStorage - Class in biz.onixs.fix.engine.storage
 
NullSessionStorage() - Constructor for class biz.onixs.fix.engine.storage.NullSessionStorage
 
NullStorage - Static variable in class biz.onixs.fix.engine.storage.SessionStorageType
 
NullStorageRepository - Class in biz.onixs.fix.engine.storage
 
NullStorageRepository() - Constructor for class biz.onixs.fix.engine.storage.NullStorageRepository
 

O

ObjectPool<T> - Interface in biz.onixs.util.pool
 
OLD_LICENSE_FILE - Static variable in class biz.onixs.fix.engine.EngineSettings
 
onAccept(Socket, Object) - Method in interface biz.onixs.util.network.Acceptor.Listener
This method is called when a new connection is accepted.
onBeginMessage(String, int) - Method in interface biz.onixs.fix.fast.TemplateUpdateNotifications
New message begun.
onBeginPlainGroup(String) - Method in interface biz.onixs.fix.fast.TemplateUpdateNotifications
New in-place group begun.
onBeginSequence(String, int) - Method in interface biz.onixs.fix.fast.TemplateUpdateNotifications
New sequence analyze begun.
onClose(MulticastGroup) - Method in interface biz.onixs.util.network.MulticastListener
onClose event happens when feed is closed, whatever it
onConnected(Socket) - Method in interface biz.onixs.util.network.SocketConnector.Listener
Called when a connection is successfully established.
onConnecting(InitiatorConnectingArgs) - Method in interface biz.onixs.fix.scheduler.InitiatorConnectionListener
Invoked before initiator will try to connect to specified address.
onDynamicAcceptor(Object, Engine.DynamicAcceptorArgs) - Method in interface biz.onixs.fix.engine.Engine.DynamicAcceptorListener
This method is called when an incoming FIX connection detected but there is no pre-created FIX session found.
ONE - Static variable in class biz.onixs.util.ValuePtr
Value pointer to a byte array encoded from string "1".
onEndMessage() - Method in interface biz.onixs.fix.fast.TemplateUpdateNotifications
The message handling ended.
onEndPlainGroup() - Method in interface biz.onixs.fix.fast.TemplateUpdateNotifications
In-place group ended.
onEndSequence() - Method in interface biz.onixs.fix.fast.TemplateUpdateNotifications
Sequence ended.
onError(Engine.ErrorArgs) - Method in interface biz.onixs.fix.engine.Engine.ErrorListener
This method is called when the engine error occurs.
onError(Object, Session.ErrorArgs) - Method in interface biz.onixs.fix.engine.Session.ErrorListener
This method is called when an error event occurs.
onError(ErrorListener.ErrorArgs) - Method in interface biz.onixs.fix.scheduler.ErrorListener
General session error event callback.
onError(String) - Method in interface biz.onixs.util.network.Acceptor.Listener
This method is called when an error occurs while accepting another connection.
onError(SocketConnector.ErrorReason, Exception) - Method in interface biz.onixs.util.network.SocketConnector.Listener
Called when there is an error during the connection attempt.
onException(MulticastGroup, Exception) - Method in interface biz.onixs.util.network.MulticastListener
Is called in case of exception
onInboundApplicationFlatMessage(Object, Session.InboundApplicationFlatMessageArgs) - Method in interface biz.onixs.fix.engine.Session.InboundApplicationFlatMessageListener
This method is called when an application-level message is received from the counterparty.
onInboundApplicationMessage(Object, Session.InboundApplicationMessageArgs) - Method in interface biz.onixs.fix.engine.Session.InboundApplicationMessageListener
This method is called when an application-level message is received from the counterparty.
onInboundSessionFlatMessage(Object, Session.InboundSessionFlatMessageArgs) - Method in interface biz.onixs.fix.engine.Session.InboundSessionFlatMessageListener
This method is called when an session-level message is received from the counterparty.
onInboundSessionMessage(Object, Session.InboundSessionMessageArgs) - Method in interface biz.onixs.fix.engine.Session.InboundSessionMessageListener
This method is called when an session-level message is received from the counterparty.
onLogonError(ErrorListener.LogonErrorArgs) - Method in interface biz.onixs.fix.scheduler.ErrorListener
Logon error event callback.
onLogoutNotification(LogoutNotification) - Method in interface biz.onixs.fix.scheduler.LogoutNotificationListener
 
onMessageResending(Object, Session.MessageResendingArgs) - Method in interface biz.onixs.fix.engine.Session.MessageResendingListener
This method is called when the sent application-level message is about to be re-sent to the counterparty in reply to the ResendRequest(2) message.
onMessageResendingFinished(Object, long, long) - Method in interface biz.onixs.fix.engine.Session.MessageResendingListener
This method is called when the resending process is completed.
onMessageResendingStarted(Object, long, long) - Method in interface biz.onixs.fix.engine.Session.MessageResendingListener
This method is called when the ResendRequest(2) message is received and the session is about to start to resend messages.
onMessageSending(Object, Session.MessageSendingArgs) - Method in interface biz.onixs.fix.engine.Session.MessageSendingListener
This method is called right before the bytes is sent to the wire.
onMissedFieldInfo(String, int) - Method in interface biz.onixs.fix.fast.TemplateUpdateNotifications
Unable to restore FIX field information.
onOutboundApplicationFlatMessage(Object, Session.OutboundApplicationFlatMessageArgs) - Method in interface biz.onixs.fix.engine.Session.OutboundApplicationFlatMessageListener
This method is called right before an application-level message is queued for sending.
onOutboundApplicationMessage(Object, Session.OutboundApplicationMessageArgs) - Method in interface biz.onixs.fix.engine.Session.OutboundApplicationMessageListener
This method is called right before an application-level message is queued for sending.
onOutboundSessionMessage(Object, Session.OutboundSessionMessageArgs) - Method in interface biz.onixs.fix.engine.Session.OutboundSessionMessageListener
This method is called right before a session-level message is queued for sending.
onReceive(byte[], int) - Method in class biz.onixs.util.network.MulticastGroup
Internal use only.
onReceive(MulticastGroup, byte[], int, int) - Method in interface biz.onixs.util.network.MulticastListener
is called on every received package
onReceived(ByteBuffer) - Method in interface biz.onixs.util.network.TcpConnection.Listener
This method is called when data is received.
onReceivedBytes(Object, Session.ReceivedBytesArgs) - Method in interface biz.onixs.fix.engine.Session.ReceivedBytesListener
This method is called as soon as bytes are received from the wire.
onReceiverStarted(Thread) - Method in interface biz.onixs.util.network.TcpConnection.Listener
This method is called when the receiver thread is started.
onReceiverStopping(TcpConnectionStopReason, String) - Method in interface biz.onixs.util.network.TcpConnection.Listener
This method is called when the receiving data is stopping.
onReceivingTimeout(long) - Method in interface biz.onixs.util.network.TcpConnection.Listener
This method is called when a receiving timeout occurs.
onSenderStarted(Thread) - Method in interface biz.onixs.util.network.TcpConnection.Listener
This method is called when the sender thread is started.
onSendingTimeout(long) - Method in interface biz.onixs.util.network.TcpConnection.Listener
This method is called when a sending timeout occurs.
onStateChange(Object, Session.StateChangeArgs) - Method in interface biz.onixs.fix.engine.Session.StateChangeListener
This method is called when a session state is changed.
onStateChanged(Engine.StateChangedArgs) - Method in interface biz.onixs.fix.engine.Engine.StateChangedListener
This method is called when the engine state is changed.
onThreadCreated(Thread, ThreadRole) - Method in interface biz.onixs.fix.engine.ThreadStartedListener
This method is called when a thread is started.
onUpdateFieldInfo(String, int, String, int) - Method in interface biz.onixs.fix.fast.TemplateUpdateNotifications
Field information updated.
onWarning(Engine.WarningArgs) - Method in interface biz.onixs.fix.engine.Engine.WarningListener
This method is called when the engine warning occurs.
onWarning(Object, Session.WarningArgs) - Method in interface biz.onixs.fix.engine.Session.WarningListener
This method is called when a warning event occurs.
open(String, String) - Method in class biz.onixs.util.File
 
open() - Method in class biz.onixs.util.log.LatencyLogger
 
order() - Method in class biz.onixs.util.DynamicByteBuffer
 
order(ByteOrder) - Method in class biz.onixs.util.DynamicByteBuffer
 
OUT - Static variable in class biz.onixs.fix.engine.storage.MessageDirection
 
OutboundApplicationFlatMessageArgs() - Constructor for class biz.onixs.fix.engine.Session.OutboundApplicationFlatMessageArgs
 
OutboundApplicationFlatMessageArgs(FlatMessage) - Constructor for class biz.onixs.fix.engine.Session.OutboundApplicationFlatMessageArgs
Creates event data.
OutboundApplicationMessageArgs() - Constructor for class biz.onixs.fix.engine.Session.OutboundApplicationMessageArgs
 
OutboundApplicationMessageArgs(Message) - Constructor for class biz.onixs.fix.engine.Session.OutboundApplicationMessageArgs
Creates event data.
OutboundSessionMessageArgs() - Constructor for class biz.onixs.fix.engine.Session.OutboundSessionMessageArgs
 
OutboundSessionMessageArgs(Message) - Constructor for class biz.onixs.fix.engine.Session.OutboundSessionMessageArgs
Creates event data.
overwrite(ByteBuffer) - Method in class biz.onixs.util.ByteBuffer
Overwrites data.
overwrite(byte[], int) - Method in class biz.onixs.util.ByteBuffer
Overwrites data.
overwrite(int, byte[], int) - Method in class biz.onixs.util.ByteBuffer
Overwrites data.
overwrite(int, byte[], int, int) - Method in class biz.onixs.util.ByteBuffer
Overwrites data.

P

PACKET_MAXSIZE - Static variable in class biz.onixs.util.network.MulticastReceiver
 
parse(byte[], int, int, TimestampFormat) - Method in class biz.onixs.util.HighResolutionTimestamp
Parses timestamp from byte array.
parseList(String) - Method in class biz.onixs.fix.dictionary.dialect.Parser
Parses XML files containing FIX Dialects.
Parser - Class in biz.onixs.fix.dictionary.dialect
FIX Dialect XML parser.
Parser() - Constructor for class biz.onixs.fix.dictionary.dialect.Parser
Constructor.
ParserException - Exception in biz.onixs.fix.parser
Parser exception.
ParserException(String) - Constructor for exception biz.onixs.fix.parser.ParserException
 
ParserException(String, int, ParserException.RejectReason, byte[], int) - Constructor for exception biz.onixs.fix.parser.ParserException
 
ParserException(String, int, ParserException.RejectReason, Message) - Constructor for exception biz.onixs.fix.parser.ParserException
 
ParserException(String, int, int, int, ParserException.RejectReason, Message) - Constructor for exception biz.onixs.fix.parser.ParserException
 
ParserException.RejectReason - Enum in biz.onixs.fix.parser
 
passivateObject(T) - Method in interface biz.onixs.util.pool.PoolableObjectFactory
 
path() - Method in class biz.onixs.util.File
 
Pool<T> - Class in biz.onixs.util.pool
 
Pool(PoolableObjectFactory<T>) - Constructor for class biz.onixs.util.pool.Pool
 
PoolableObjectFactory<T> - Interface in biz.onixs.util.pool
 
PortRange - Class in biz.onixs.util.network
An immutable range of port numbers, represented from first to last port numbers.
PortRange() - Constructor for class biz.onixs.util.network.PortRange
Constructs range of ports, where first and last port numbers are equal to 0.
PortRange(int) - Constructor for class biz.onixs.util.network.PortRange
Constructs range of ports with a single element, where first and last port numbers are equal to specified number.
PortRange(int, int) - Constructor for class biz.onixs.util.network.PortRange
Constructs range of ports with specified first and last port numbers.
position() - Method in class biz.onixs.util.DynamicByteBuffer
 
position(int) - Method in class biz.onixs.util.DynamicByteBuffer
 
PossDupFlag - Class in biz.onixs.fix.engine.storage
 
PrecisionTimer - Class in biz.onixs.util
PrecisionTimer for measuring small time periods to estimate performance.
PrecisionTimer() - Constructor for class biz.onixs.util.PrecisionTimer
 
PROCESS_DELIVER_TO_COMP_ID_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
PROCESS_DELIVER_TO_COMP_ID_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
PROCESS_LOGON_NEXT_EXPECTED_MSG_SEQ_NUM_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
PROCESS_LOGON_NEXT_EXPECTED_MSG_SEQ_NUM_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
ProductInfo - Class in biz.onixs.util
 
ProductInfo() - Constructor for class biz.onixs.util.ProductInfo
 
PropertyBasedSettings - Class in biz.onixs.util.settings
The Settings implementation backed with the Properties class.
PropertyBasedSettings() - Constructor for class biz.onixs.util.settings.PropertyBasedSettings
Constructor.
PropertyBasedSettings(Properties) - Constructor for class biz.onixs.util.settings.PropertyBasedSettings
Constructor.
PropertyBasedSettings(String...) - Constructor for class biz.onixs.util.settings.PropertyBasedSettings
Constructor.
PropertyBasedSettings(String) - Constructor for class biz.onixs.util.settings.PropertyBasedSettings
Constructor.
PropertyBasedSettings(String, boolean) - Constructor for class biz.onixs.util.settings.PropertyBasedSettings
Constructor.
ProxySettings - Class in biz.onixs.util.network
This class represents the settings for a proxy server, including the host, port, username, and password.
ProxySettings(ProxySettings.Type, String, int, String, String) - Constructor for class biz.onixs.util.network.ProxySettings
Constructs a ProxySettings object with the specified proxy host, port, username, and password.
ProxySettings.Type - Enum in biz.onixs.util.network
Enumeration representing proxy types: HTTP and SOCKS.
put(byte) - Method in class biz.onixs.util.DynamicByteBuffer
 
put(byte[]) - Method in class biz.onixs.util.DynamicByteBuffer
 
put(byte[], int, int) - Method in class biz.onixs.util.DynamicByteBuffer
 
put(ByteBuffer) - Method in class biz.onixs.util.DynamicByteBuffer
 
put(DynamicByteBuffer) - Method in class biz.onixs.util.DynamicByteBuffer
 
put(int, byte) - Method in class biz.onixs.util.DynamicByteBuffer
 
putChar(char) - Method in class biz.onixs.util.DynamicByteBuffer
 
putChar(int, char) - Method in class biz.onixs.util.DynamicByteBuffer
 
putCheckSum(int) - Method in class biz.onixs.util.DynamicByteBuffer
 
putDouble(double) - Method in class biz.onixs.util.DynamicByteBuffer
 
putDouble(int, double) - Method in class biz.onixs.util.DynamicByteBuffer
 
putFloat(float) - Method in class biz.onixs.util.DynamicByteBuffer
 
putFloat(int, float) - Method in class biz.onixs.util.DynamicByteBuffer
 
putInt(int) - Method in class biz.onixs.util.DynamicByteBuffer
 
putInt(int, int) - Method in class biz.onixs.util.DynamicByteBuffer
 
putLong(int, long) - Method in class biz.onixs.util.DynamicByteBuffer
 
putLong(long) - Method in class biz.onixs.util.DynamicByteBuffer
 
putShort(int, short) - Method in class biz.onixs.util.DynamicByteBuffer
 
putShort(short) - Method in class biz.onixs.util.DynamicByteBuffer
 

Q

QUARTZ_CONFIG_FILE_DEFAULT - Static variable in class biz.onixs.fix.scheduler.SessionScheduler
Default Quartz configuration file.

R

read(byte[], int) - Method in class biz.onixs.util.File
 
read(ByteBuffer) - Method in interface biz.onixs.util.network.Socket
Reads a sequence of bytes into the given buffer.
readFixMessage(String) - Static method in class biz.onixs.fix.fixml.Utils
Reads the content of a FIX message from the specified FIX file.
readFixmlMessage(String) - Static method in class biz.onixs.fix.fixml.Utils
Reads the content of a FIXML message from the specified FIXML file.
REASONABLE_TRANSMISSION_TIME_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
REASONABLE_TRANSMISSION_TIME_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
ReceivedBytesArgs() - Constructor for class biz.onixs.fix.engine.Session.ReceivedBytesArgs
 
ReceivedBytesArgs(ByteBuffer) - Constructor for class biz.onixs.fix.engine.Session.ReceivedBytesArgs
Creates event data.
RECONNECT_ATTEMPT_FAILED - Static variable in class biz.onixs.fix.engine.Session.WarningReason
Reconnect attempt is failed.
RECONNECTING - Static variable in class biz.onixs.fix.engine.SessionState
Session-initiator is trying to restore the telecommunication link.
register(String, StorageRepository) - Method in class biz.onixs.fix.engine.storage.SimpleStorageRepositoryManager
 
register(String, StorageRepository) - Method in interface biz.onixs.fix.engine.storage.StorageRepositoryManager
 
register(Session, SchedulerSettings, String) - Method in class biz.onixs.fix.scheduler.SessionScheduler
Registers acceptor session.
register(Session, SchedulerSettings, String, String) - Method in class biz.onixs.fix.scheduler.SessionScheduler
Registers session.
register(Session, SessionSchedule, SchedulerSettings, String) - Method in class biz.onixs.fix.scheduler.SessionScheduler
Registers session.
register(Session, SchedulerSettings, String, SessionConnection) - Method in class biz.onixs.fix.scheduler.SessionScheduler
Registers session.
register(Session, SessionSchedule, SessionConnection) - Method in class biz.onixs.fix.scheduler.SessionScheduler
Registers session.
registerAcceptor(Session, SessionSchedule) - Method in class biz.onixs.fix.scheduler.SessionScheduler
Registers acceptor session.
release() - Method in class biz.onixs.fix.engine.util.Semaphore
Release the Semaphore.
release() - Method in class biz.onixs.util.concurrent.LightweightSemaphore
 
remaining() - Method in class biz.onixs.util.DynamicByteBuffer
 
remove(int) - Method in interface biz.onixs.fix.parser.FixBlock
Removes the field with the specified tag number.
remove() - Method in class biz.onixs.fix.parser.FlatMessage
Removes the last field.
remove(int) - Method in class biz.onixs.fix.parser.FlatMessage
Removes the field corresponding to the given tag.
remove(int, int) - Method in class biz.onixs.fix.parser.Group
Removes the field with the specified tag number.
remove(int) - Method in class biz.onixs.fix.parser.Message
 
remove(String) - Static method in class biz.onixs.util.File
 
removeAllLogoutNotification() - Method in class biz.onixs.fix.scheduler.SessionScheduler
Removes all session logout notification intervals.
removeByIndex(int) - Method in class biz.onixs.fix.parser.FlatMessage
Removes the field at the given field index.
removeDynamicAcceptorListener(Engine.DynamicAcceptorListener) - Method in class biz.onixs.fix.engine.Engine
Removes dynamic acceptor event listener.
removeEntries() - Method in class biz.onixs.fix.parser.Group
Removes all the entries from the group including leading tag from parent.
removeEntry(int) - Method in class biz.onixs.fix.parser.Group
Removes the mentioned entry from the group.
removeErrorListener(ErrorListener) - Method in interface biz.onixs.fix.scheduler.ListenerManager
Removes error event listener.
removeListeningPort(int) - Method in class biz.onixs.fix.engine.Engine
Removes listen port for incoming FIX connections from the engine (SSL ports as well).
removeListeningPort(int) - Method in interface biz.onixs.util.network.Acceptor
Removes the server-socket corresponding to the port number.
removeListenPort(int) - Method in class biz.onixs.fix.engine.EngineSettings
Removes listen port for incoming FIX connections.
removeLogoutNotification(int) - Method in class biz.onixs.fix.scheduler.SessionScheduler
Removes session logout notification interval.
removeLogoutNotificationListener(LogoutNotificationListener) - Method in interface biz.onixs.fix.scheduler.ListenerManager
Removes session logout notification listener.
removeStateChangeListener(Session.StateChangeListener) - Method in class biz.onixs.fix.engine.Session
Removes state change listener.
removeThreadStartedListener(ThreadStartedListener) - Method in class biz.onixs.fix.engine.Engine
Removes thread started listener.
rename(String, String) - Static method in class biz.onixs.util.File
 
reportNewMessagesWhileWaitingForMissedMessages() - Method in class biz.onixs.fix.engine.Session
Returns whether to report new messages even when the message gap is detected and the reply on the "Resend Request" message is expected.
RequiredTagMissingException - Exception in biz.onixs.fix.parser
 
RequiredTagMissingException(int) - Constructor for exception biz.onixs.fix.parser.RequiredTagMissingException
 
RequiredTagMissingException(int, byte[], int) - Constructor for exception biz.onixs.fix.parser.RequiredTagMissingException
 
RequiredTagMissingException(int, Message) - Constructor for exception biz.onixs.fix.parser.RequiredTagMissingException
 
RequiredTagMissingException(int, int, int, Message) - Constructor for exception biz.onixs.fix.parser.RequiredTagMissingException
 
RESEND_REQUEST_INTERRUPTED - Static variable in class biz.onixs.fix.engine.Session.WarningReason
Resend Request (2) handling is interrupted.
RESEND_REQUEST_MANUALLY - Static variable in class biz.onixs.fix.engine.Session.WarningReason
Resend Request (2) message was sent by the sendResendRequest session method.
RESEND_REQUEST_MAXIMUM_RANGE_NO_LIMIT - Static variable in class biz.onixs.fix.engine.Session
 
RESEND_REQUEST_REJECT_CONSIDERED_AS_GAP_FILL - Static variable in class biz.onixs.fix.engine.Session.WarningReason
Reject(3) message on Resend Request(2) is considered as Gap Fill.
RESENDING_QUEUE_SIZE_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
RESENDING_QUEUE_SIZE_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
ResendRequestLogic - Enum in biz.onixs.fix.engine
Resend request logic.
reserve(int) - Method in class biz.onixs.util.ByteBuffer
Ensures the specified capacity is reserved.
reserveSpace(int) - Method in class biz.onixs.util.ByteBuffer
Reserves additional space in the storage.
reset() - Method in class biz.onixs.fix.fast.Coder
Resets the state of the previous values dictionaries (sets the state of the previous values to undefined).
reset() - Method in class biz.onixs.fix.fast.DecodeResult
 
reset(byte[], int) - Method in class biz.onixs.fix.parser.FixFlatMessage
 
reset(byte[], int) - Method in interface biz.onixs.fix.parser.FixMessage
Resets the fix message with the given raw FIX message, allows to re-use internal data structures.
reset(byte[], int) - Method in class biz.onixs.fix.parser.FixStructuredMessage
 
reset() - Method in class biz.onixs.fix.parser.FlatGroupReader
Resets the accessor to the state "before zeroth element" of the group.
reset() - Method in class biz.onixs.fix.parser.FlatMessage
Resets the flat message.
reset(byte[], int) - Method in class biz.onixs.fix.parser.FlatMessage
Resets the flat message with the given raw FIX message, allows to re-use internal data structures.
reset(FlatMessage) - Method in class biz.onixs.fix.parser.FlatMessage
Resets the flat message with the given one, allows to re-use internal data structures.
reset() - Method in class biz.onixs.fix.parser.Message
Resets to the clean, non-initialized state.
reset() - Method in class biz.onixs.util.DynamicByteBuffer
 
reset() - Method in class biz.onixs.util.PrecisionTimer
 
reset(int, long) - Method in class biz.onixs.util.Throttler
Resets the throttler.
reset() - Method in class biz.onixs.util.Throttler
Deactivates the throttler.
reset() - Method in class biz.onixs.util.ValuePtr
Resets value pointer to the undefined state.
resetLocalSequenceNumbers() - Method in class biz.onixs.fix.engine.Session
Resets the local sequence numbers to 1 and backups the current log files.
resetSeqNumViaLogonExchange() - Method in class biz.onixs.fix.engine.Session
Sends a Logon message with the ResetSeqNumFlag set.
resize(int) - Method in class biz.onixs.util.ByteBuffer
Resizes data size in byte buffer.
ResourceLoader - Interface in biz.onixs.util.url
Resource loader.
ResourceLoaderUtil - Class in biz.onixs.util.url
 
returnObject(T) - Method in interface biz.onixs.util.pool.ObjectPool
 
returnObject(T) - Method in class biz.onixs.util.pool.Pool
 
returnObjects(Collection<T>) - Method in interface biz.onixs.util.pool.ObjectPool
 
returnObjects(Collection<T>) - Method in class biz.onixs.util.pool.Pool
 
reverse() - Method in class biz.onixs.util.ByteBuffer
Reverses data in the byte buffer.
reverse(int) - Method in class biz.onixs.util.ByteBuffer
Reverses data in byte buffer from the specified start index.
reverse(int, int) - Method in class biz.onixs.util.ByteBuffer
Reverses the specified range of data in byte buffer.
rewind() - Method in class biz.onixs.util.DynamicByteBuffer
 
run() - Method in class biz.onixs.util.network.ExternalService
 

S

S1001 - Static variable in class biz.onixs.fix.fast.StaticErrorException.Code
It is a static error if templates encoded in the concrete XML syntax are in fact not well-formed, do not follow the rules of XML namespaces or are invalid with respect to the schema in Appendix 1.
S1002 - Static variable in class biz.onixs.fix.fast.StaticErrorException.Code
An operator is specified for a field of a type to which the operator is not applicable.
S1004 - Static variable in class biz.onixs.fix.fast.StaticErrorException.Code
No initial value is specified for a constant operator.
S1005 - Static variable in class biz.onixs.fix.fast.StaticErrorException.Code
No initial value is specified for a default operator on a mandatory field.
S1100 - Static variable in class biz.onixs.fix.fast.StaticErrorException.Code
Unable to resolve a custom type name.
S1101 - Static variable in class biz.onixs.fix.fast.StaticErrorException.Code
Type definition cannot be generated by the given template node.
S1102 - Static variable in class biz.onixs.fix.fast.StaticErrorException.Code
A mandatory attribute have been missed in the given template node.
S1103 - Static variable in class biz.onixs.fix.fast.StaticErrorException.Code
Field declaration must have the given attribute.
S1104 - Static variable in class biz.onixs.fix.fast.StaticErrorException.Code
A field has type reference, but has no type name.
S1105 - Static variable in class biz.onixs.fix.fast.StaticErrorException.Code
A field has no type definition.
S1106 - Static variable in class biz.onixs.fix.fast.StaticErrorException.Code
Type aliasing for the field disallowed.
S1107 - Static variable in class biz.onixs.fix.fast.StaticErrorException.Code
Type definition node has no of the type itself.
S1108 - Static variable in class biz.onixs.fix.fast.StaticErrorException.Code
The given node cannot be used as a field definition.
S1109 - Static variable in class biz.onixs.fix.fast.StaticErrorException.Code
Duplicated element name.
S1110 - Static variable in class biz.onixs.fix.fast.StaticErrorException.Code
The 'presence' attribute has an invalid value.
S1111 - Static variable in class biz.onixs.fix.fast.StaticErrorException.Code
An incorrect 'charset' value.
S1112 - Static variable in class biz.onixs.fix.fast.StaticErrorException.Code
Unknown template referred by 'templateRef' instruction.
S1113 - Static variable in class biz.onixs.fix.fast.StaticErrorException.Code
Error of bit group declaration: a bit group can not be optional.
S1114 - Static variable in class biz.onixs.fix.fast.StaticErrorException.Code
 
S1115 - Static variable in class biz.onixs.fix.fast.StaticErrorException.Code
The length field must be added to the template in proper order.
S1116 - Static variable in class biz.onixs.fix.fast.StaticErrorException.Code
Unrecognizable epoch string.
S1117 - Static variable in class biz.onixs.fix.fast.StaticErrorException.Code
Unrecognizable time unit string.
S1118 - Static variable in class biz.onixs.fix.fast.StaticErrorException.Code
Wrong member of bitGroup.
S1200 - Static variable in class biz.onixs.fix.fast.StaticErrorException.Code
FAST 1.2 support is temporarily disabled.
ScaledDecimal - Class in biz.onixs.util
Decimal number as an exponent and a mantissa.
ScaledDecimal(long, int) - Constructor for class biz.onixs.util.ScaledDecimal
Constructor.
ScaledDecimal(String) - Constructor for class biz.onixs.util.ScaledDecimal
Constructor.
ScaledDecimal(BigDecimal) - Constructor for class biz.onixs.util.ScaledDecimal
Constructor.
ScaledDecimal(byte[], int, int) - Constructor for class biz.onixs.util.ScaledDecimal
Constructor.
ScaledDecimal() - Constructor for class biz.onixs.util.ScaledDecimal
Constructor.
SchedulerSettings - Class in biz.onixs.fix.scheduler
 
SchedulerSettings() - Constructor for class biz.onixs.fix.scheduler.SchedulerSettings
 
SchedulerSettingsLoader - Class in biz.onixs.fix.scheduler
Session scheduler settings loader.
SchedulerSettingsLoader() - Constructor for class biz.onixs.fix.scheduler.SchedulerSettingsLoader
 
SchedulerSettingsLoaderException - Exception in biz.onixs.fix.scheduler
Session scheduler settings loader exception.
SchedulerSettingsLoaderException() - Constructor for exception biz.onixs.fix.scheduler.SchedulerSettingsLoaderException
 
SchedulerSettingsLoaderException(String) - Constructor for exception biz.onixs.fix.scheduler.SchedulerSettingsLoaderException
 
SchedulerSettingsLoaderException(String, Throwable) - Constructor for exception biz.onixs.fix.scheduler.SchedulerSettingsLoaderException
 
SchedulerSettingsLoaderException(Throwable) - Constructor for exception biz.onixs.fix.scheduler.SchedulerSettingsLoaderException
 
ScheduleValidationException - Exception in biz.onixs.fix.scheduler
Session schedule validation exception.
ScheduleValidationException() - Constructor for exception biz.onixs.fix.scheduler.ScheduleValidationException
 
ScheduleValidationException(String) - Constructor for exception biz.onixs.fix.scheduler.ScheduleValidationException
 
ScheduleValidationException(String, Throwable) - Constructor for exception biz.onixs.fix.scheduler.ScheduleValidationException
 
ScheduleValidationException(Throwable) - Constructor for exception biz.onixs.fix.scheduler.ScheduleValidationException
 
SCRAMBLED_VALUE - Static variable in class biz.onixs.fix.engine.Session
 
seek(long) - Method in class biz.onixs.util.File
 
seek(long, int) - Method in class biz.onixs.util.File
 
SEEK_CUR - Static variable in class biz.onixs.util.File
 
SEEK_END - Static variable in class biz.onixs.util.File
 
SEEK_SET - Static variable in class biz.onixs.util.File
 
Semaphore - Class in biz.onixs.fix.engine.util
Implementation of Dijkstra's counting semaphore in java.
Semaphore(int) - Constructor for class biz.onixs.fix.engine.util.Semaphore
Create a Semaphore.
send(Message) - Method in class biz.onixs.fix.engine.Session
Sends the structured message to the counterparty.
send(FlatMessage) - Method in class biz.onixs.fix.engine.Session
Sends the flat message to the counterparty.
send(List<Message>) - Method in class biz.onixs.fix.engine.Session
Sends the structured messages to the counterparty.
send(ByteBuffer) - Method in interface biz.onixs.util.network.TcpConnection
Sends the given ByteBuffer through the connection.
sendResendRequest(long) - Method in class biz.onixs.fix.engine.Session
Sends the Resend Request (MsgType 2) message.
sendTestRequest(String, long) - Method in class biz.onixs.fix.engine.Session
Sends the Test Request (1) message.
SequenceNumberResetPolicy - Enum in biz.onixs.fix.scheduler
Session sequence number reset policy.
Session - Class in biz.onixs.fix.engine
A FIX Session.
Session(String, String, Version) - Constructor for class biz.onixs.fix.engine.Session
Creates the FIX session.
Session(String, String, Version, boolean) - Constructor for class biz.onixs.fix.engine.Session
Creates the FIX session.
Session(String, String, Version, String) - Constructor for class biz.onixs.fix.engine.Session
Creates the FIX session.
Session(String, String, Version, boolean, String) - Constructor for class biz.onixs.fix.engine.Session
Creates the FIX session.
Session(String, String, Version, boolean, String, boolean) - Constructor for class biz.onixs.fix.engine.Session
Creates the FIX Session.
Session(String, String, Version, SessionStorageType) - Constructor for class biz.onixs.fix.engine.Session
Creates the FIX Session.
Session(String, String, Version, boolean, SessionStorageType) - Constructor for class biz.onixs.fix.engine.Session
Creates the FIX Session.
Session(SessionReactor, String, String, Version) - Constructor for class biz.onixs.fix.engine.Session
Creates the FIX session.
Session(SessionReactor, String, String, Version, boolean, String, boolean, SessionStorageType) - Constructor for class biz.onixs.fix.engine.Session
Creates the FIX Session.
Session(String, String, Version, boolean, String, SessionStorageType) - Constructor for class biz.onixs.fix.engine.Session
Creates the FIX Session.
Session(SessionId) - Constructor for class biz.onixs.fix.engine.Session
Creates the FIX Session.
Session(SessionId, SessionStorageType) - Constructor for class biz.onixs.fix.engine.Session
Creates the FIX Session.
Session(SessionId, boolean, SessionStorageType) - Constructor for class biz.onixs.fix.engine.Session
Creates the FIX Session.
Session.ErrorArgs - Class in biz.onixs.fix.engine
Error event data.
Session.ErrorListener - Interface in biz.onixs.fix.engine
Error event listener.
Session.ErrorReason - Class in biz.onixs.fix.engine
Error reason.
Session.FlatMessageEventArgs - Class in biz.onixs.fix.engine
Flat message related event data.
Session.InboundApplicationFlatMessageArgs - Class in biz.onixs.fix.engine
Inbound application-level message received from the counterparty event data.
Session.InboundApplicationFlatMessageListener - Interface in biz.onixs.fix.engine
Inbound application-level message received from the counterparty event listener.
Session.InboundApplicationMessageArgs - Class in biz.onixs.fix.engine
Inbound application-level message received from the counterparty event data.
Session.InboundApplicationMessageListener - Interface in biz.onixs.fix.engine
Inbound application-level message received from the counterparty event listener.
Session.InboundSessionFlatMessageArgs - Class in biz.onixs.fix.engine
Inbound session-level message received from the counterparty event data.
Session.InboundSessionFlatMessageListener - Interface in biz.onixs.fix.engine
Inbound session-level message received from the counterparty event listener.
Session.InboundSessionMessageArgs - Class in biz.onixs.fix.engine
Inbound session-level message received from the counterparty event data.
Session.InboundSessionMessageListener - Interface in biz.onixs.fix.engine
Inbound session-level message received from the counterparty event listener.
Session.MessageEventArgs - Class in biz.onixs.fix.engine
Message related event data.
Session.MessageResendingArgs - Class in biz.onixs.fix.engine
Message resend request received from the counterparty event data.
Session.MessageResendingListener - Interface in biz.onixs.fix.engine
Message resend request received from the counterparty event listener.
Session.MessageSendingArgs - Class in biz.onixs.fix.engine
Bytes is about to be sent to the wire event data.
Session.MessageSendingListener - Interface in biz.onixs.fix.engine
Bytes is about to be sent to the wire event listener.
Session.OutboundApplicationFlatMessageArgs - Class in biz.onixs.fix.engine
Outbound application-level flat message queued for sending event data.
Session.OutboundApplicationFlatMessageListener - Interface in biz.onixs.fix.engine
Outbound application-level flat message queued for sending event listener.
Session.OutboundApplicationMessageArgs - Class in biz.onixs.fix.engine
Outbound application-level message queued for sending event data.
Session.OutboundApplicationMessageListener - Interface in biz.onixs.fix.engine
Outbound application-level message queued for sending event listener.
Session.OutboundSessionMessageArgs - Class in biz.onixs.fix.engine
Outbound session-level message queued for sending event data.
Session.OutboundSessionMessageListener - Interface in biz.onixs.fix.engine
Outbound session-level message queued for sending event listener.
Session.ReceivedBytesArgs - Class in biz.onixs.fix.engine
Bytes are received from the wire event data.
Session.ReceivedBytesListener - Interface in biz.onixs.fix.engine
Bytes are received from the wire event listener.
Session.StateChangeArgs - Class in biz.onixs.fix.engine
Session state changed event data.
Session.StateChangeListener - Interface in biz.onixs.fix.engine
Session state changed event listener.
Session.WarningArgs - Class in biz.onixs.fix.engine
Warning event data.
Session.WarningListener - Interface in biz.onixs.fix.engine
Warning event listener.
Session.WarningReason - Class in biz.onixs.fix.engine
Warning reason.
SESSION_EVENT_ARG_REUSE_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
SESSION_EVENT_ARG_REUSE_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
SESSION_INBOUND_MESSAGE_REUSE_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
SESSION_INBOUND_MESSAGE_REUSE_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
SESSION_LISTENER_DELAY_WARNING_THRESHOLD_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
SESSION_LISTENER_DELAY_WARNING_THRESHOLD_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
SESSION_LOGON_CONFIRMATION_TIMEOUT_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
SESSION_LOGON_CONFIRMATION_TIMEOUT_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
SESSION_LOGOUT_CONFIRMATION_TIMEOUT_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
SESSION_LOGOUT_CONFIRMATION_TIMEOUT_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
SESSION_MESSAGE_MODE_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
SESSION_MESSAGE_MODE_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
SESSION_RESEND_REQUEST_LOGIC_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
SESSION_RESEND_REQUEST_LOGIC_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
SESSION_RESEND_REQUEST_MAXIMUM_RANGE_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
SESSION_RESEND_REQUEST_MAXIMUM_RANGE_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
SESSION_SEND_LOGOUT_ON_EXCEPTION_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
SESSION_SEND_LOGOUT_ON_EXCEPTION_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
SESSION_SPECIFY_LAST_MSG_SEQ_NUM_PROCESSED_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
SESSION_SPECIFY_LAST_MSG_SEQ_NUM_PROCESSED_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
SESSION_UPDATE_HEADER_FIELDS_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
SESSION_UPDATE_HEADER_FIELDS_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
SESSION_UPDATE_SENDING_TIME_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
SESSION_UPDATE_SENDING_TIME_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
SessionConnection - Interface in biz.onixs.fix.scheduler
Session connection settings.
SessionId - Class in biz.onixs.fix.engine
 
SessionId(String, String, Version) - Constructor for class biz.onixs.fix.engine.SessionId
 
SessionId(String, String, Version, String) - Constructor for class biz.onixs.fix.engine.SessionId
 
SessionReactor - Interface in biz.onixs.fix.engine
 
SessionReactor.ReactorType - Enum in biz.onixs.fix.engine
 
SessionRole - Enum in biz.onixs.fix.engine
Session internal role.
SessionSchedule - Interface in biz.onixs.fix.scheduler
Session schedule.
SessionScheduler - Class in biz.onixs.fix.scheduler
Session scheduler.
SessionScheduler() - Constructor for class biz.onixs.fix.scheduler.SessionScheduler
Initializes scheduler service with default configuration.
SessionSchedulerException - Exception in biz.onixs.fix.scheduler
Session scheduler exception.
SessionSchedulerException() - Constructor for exception biz.onixs.fix.scheduler.SessionSchedulerException
 
SessionSchedulerException(String) - Constructor for exception biz.onixs.fix.scheduler.SessionSchedulerException
 
SessionSchedulerException(String, Throwable) - Constructor for exception biz.onixs.fix.scheduler.SessionSchedulerException
 
SessionSchedulerException(Throwable) - Constructor for exception biz.onixs.fix.scheduler.SessionSchedulerException
 
SessionState - Class in biz.onixs.fix.engine
Session state.
SessionStorage - Interface in biz.onixs.fix.engine.storage
 
SessionStorageType - Class in biz.onixs.fix.engine.storage
Session storage type.
set(int, char) - Method in interface biz.onixs.fix.parser.FixBlock
Sets the field value as character.
set(int, int) - Method in interface biz.onixs.fix.parser.FixBlock
Sets the field value as integer.
set(int, long) - Method in interface biz.onixs.fix.parser.FixBlock
Sets the long field value.
set(int, double) - Method in interface biz.onixs.fix.parser.FixBlock
Sets the double field value.
set(int, double, int) - Method in interface biz.onixs.fix.parser.FixBlock
Sets the field value as double.
set(int, BigDecimal) - Method in interface biz.onixs.fix.parser.FixBlock
Sets the field value as BigDecimal using provided value object instance.
set(int, ScaledDecimal) - Method in interface biz.onixs.fix.parser.FixBlock
Sets ScaledDecimal field value.
set(int, Calendar) - Method in interface biz.onixs.fix.parser.FixBlock
Deprecated.
set(int, LocalDateTime) - Method in interface biz.onixs.fix.parser.FixBlock
Sets the field value as LocalDateTime formatting it to timestamp.
set(int, HighResolutionTimestamp, TimestampFormat) - Method in interface biz.onixs.fix.parser.FixBlock
Sets the field value as HighResolutionTimestamp formatting it using specified TimestampFormat format.
set(int, CharSequence) - Method in interface biz.onixs.fix.parser.FixBlock
Sets the field value as string.
set(int, ValuePtr) - Method in interface biz.onixs.fix.parser.FixBlock
Sets ValuePtr field value.
set(int, ByteBuffer) - Method in interface biz.onixs.fix.parser.FixBlock
Sets ByteBuffer field value.
set(int, byte[]) - Method in interface biz.onixs.fix.parser.FixBlock
Sets the field value.
set(int, byte[], int) - Method in interface biz.onixs.fix.parser.FixBlock
Sets the field value.
set(int, byte[], int, int) - Method in interface biz.onixs.fix.parser.FixBlock
Sets the field value.
set(int, char) - Method in class biz.onixs.fix.parser.FlatMessage
Sets new value for the given tag.
set(int, int) - Method in class biz.onixs.fix.parser.FlatMessage
Sets new value for the given tag.
set(int, long) - Method in class biz.onixs.fix.parser.FlatMessage
Sets new value for the given tag.
set(int, double, int) - Method in class biz.onixs.fix.parser.FlatMessage
Sets new value for the given tag.
set(int, BigDecimal) - Method in class biz.onixs.fix.parser.FlatMessage
Sets new value for the given tag.
set(int, ScaledDecimal) - Method in class biz.onixs.fix.parser.FlatMessage
Sets new value for the given tag.
set(int, Calendar) - Method in class biz.onixs.fix.parser.FlatMessage
Deprecated.
set(int, LocalDateTime) - Method in class biz.onixs.fix.parser.FlatMessage
Sets new value for the given tag.
set(int, HighResolutionTimestamp, TimestampFormat) - Method in class biz.onixs.fix.parser.FlatMessage
Sets new value for the given tag.
set(int, CharSequence) - Method in class biz.onixs.fix.parser.FlatMessage
Sets new value for the given tag.
set(int, ValuePtr) - Method in class biz.onixs.fix.parser.FlatMessage
Sets new value for the given tag.
set(int, byte[]) - Method in class biz.onixs.fix.parser.FlatMessage
Sets new value for the given tag.
set(int, byte[], int, int) - Method in class biz.onixs.fix.parser.FlatMessage
Sets new value for the given tag.
set(int, ByteBuffer) - Method in class biz.onixs.fix.parser.FlatMessage
Sets new value at the given field index.
set(int, int, char) - Method in class biz.onixs.fix.parser.Group
Sets the field value as character.
set(int, int, int) - Method in class biz.onixs.fix.parser.Group
Sets the field value as integer.
set(int, int, long) - Method in class biz.onixs.fix.parser.Group
Sets the long field value.
set(int, int, double) - Method in class biz.onixs.fix.parser.Group
Sets the double field value.
set(int, int, double, int) - Method in class biz.onixs.fix.parser.Group
Sets the field value as double.
set(int, int, BigDecimal) - Method in class biz.onixs.fix.parser.Group
Sets the field value as BigDecimal using provided value object instance.
set(int, int, ScaledDecimal) - Method in class biz.onixs.fix.parser.Group
Sets ScaledDecimal field value.
set(int, int, Calendar) - Method in class biz.onixs.fix.parser.Group
Deprecated.
set(int, int, LocalDateTime) - Method in class biz.onixs.fix.parser.Group
Sets the field value as LocalDateTime formatting it to timestamp.
set(int, int, HighResolutionTimestamp, TimestampFormat) - Method in class biz.onixs.fix.parser.Group
Sets the field value as HighResolutionTimestamp formatting it using specified TimestampFormat format.
set(int, int, CharSequence) - Method in class biz.onixs.fix.parser.Group
Sets the field value as string.
set(int, int, ValuePtr) - Method in class biz.onixs.fix.parser.Group
Sets ValuePtr field value.
set(int, int, ByteBuffer) - Method in class biz.onixs.fix.parser.Group
Sets ByteBuffer field value.
set(int, int, byte[]) - Method in class biz.onixs.fix.parser.Group
Sets the field value.
set(int, int, byte[], int) - Method in class biz.onixs.fix.parser.Group
Sets the field value.
set(int, int, byte[], int, int) - Method in class biz.onixs.fix.parser.Group
Sets the field value.
set(int, CharSequence) - Method in class biz.onixs.fix.parser.Message
 
set(int, byte[], int, int) - Method in class biz.onixs.fix.parser.Message
 
set(BigDecimal) - Method in class biz.onixs.util.ScaledDecimal
Sets from big decimal representation.
set(String) - Method in class biz.onixs.util.ScaledDecimal
Sets from string representation.
set(byte[], int, int) - Method in class biz.onixs.util.ScaledDecimal
Sets from byte array.
set(byte[], int, int) - Method in class biz.onixs.util.ValuePtr
Sets value pointer.
setAcceptorSendLogoutOnInvalidLogon(boolean) - Method in class biz.onixs.fix.engine.EngineSettings
Sets option to send a logout message, before dropping the telecommunication link in reply on an invalid logon attempt.
setAffinity(int[]) - Static method in class biz.onixs.util.system.ThreadAffinity
Sets the thread affinity for the current thread.
setArchiveStorage(boolean) - Method in class biz.onixs.fix.engine.storage.FileBasedSessionStorage
Sets whether to archive terminated storage.
setArchiveStorage(boolean) - Method in class biz.onixs.fix.engine.storage.FileBasedStorageRepository
Sets whether to archive terminated storage.
setAsyncFileStorageQueueSize(int) - Method in class biz.onixs.fix.engine.EngineSettings
Sets async file session storage queue size.
setAsyncFileStorageWriteErrorRetriesNumber(int) - Method in class biz.onixs.fix.engine.EngineSettings
Sets async file session storage write error retries number.
setAsyncQueueSize(int) - Method in class biz.onixs.fix.engine.storage.AsyncFileStorageRepository
Sets asynchronous operations queue size.
setBacklog(int) - Method in interface biz.onixs.util.network.Acceptor
Sets the maximum number of pending connections on listen ports.
setBaseName(String) - Method in class biz.onixs.util.log.LatencyLogger
 
setBlocking(boolean) - Method in interface biz.onixs.util.network.Socket
Sets whether every I/O operation on this channel will block until it completes.
setBoolean(String, boolean) - Method in class biz.onixs.util.settings.Settings
Sets the value corresponding to the given key.
setBoolean(String, boolean, boolean) - Method in class biz.onixs.util.settings.Settings
Sets the value corresponding to the given key.
setByIndex(int, char) - Method in class biz.onixs.fix.parser.FlatMessage
Sets new value at the given field index.
setByIndex(int, int) - Method in class biz.onixs.fix.parser.FlatMessage
Sets new value at the given field index.
setByIndex(int, long) - Method in class biz.onixs.fix.parser.FlatMessage
Sets new value at the given field index.
setByIndex(int, double, int) - Method in class biz.onixs.fix.parser.FlatMessage
Sets new value at the given field index.
setByIndex(int, BigDecimal) - Method in class biz.onixs.fix.parser.FlatMessage
Sets new value at the given field index.
setByIndex(int, ScaledDecimal) - Method in class biz.onixs.fix.parser.FlatMessage
Sets new value at the given field index.
setByIndex(int, Calendar) - Method in class biz.onixs.fix.parser.FlatMessage
Deprecated.
setByIndex(int, LocalDateTime) - Method in class biz.onixs.fix.parser.FlatMessage
Sets new value at the given field index.
setByIndex(int, HighResolutionTimestamp, TimestampFormat) - Method in class biz.onixs.fix.parser.FlatMessage
Sets new value at the given field index.
setByIndex(int, CharSequence) - Method in class biz.onixs.fix.parser.FlatMessage
Sets new value at the given field index.
setByIndex(int, ValuePtr) - Method in class biz.onixs.fix.parser.FlatMessage
Sets new value at the given field index.
setByIndex(int, byte[]) - Method in class biz.onixs.fix.parser.FlatMessage
Sets new value at the given field index.
setByIndex(int, byte[], int, int) - Method in class biz.onixs.fix.parser.FlatMessage
Sets new value at the given field index.
setByIndex(int, ByteBuffer) - Method in class biz.onixs.fix.parser.FlatMessage
Sets new value at the given field index.
setBytes(ByteBuffer) - Method in class biz.onixs.fix.engine.Session.MessageSendingArgs
 
setBytes(ByteBuffer) - Method in class biz.onixs.fix.engine.Session.ReceivedBytesArgs
 
setBytesUsed(int) - Method in class biz.onixs.fix.fast.DecodeResult
 
setCalendar(Calendar) - Method in class biz.onixs.util.HighResolutionTimestamp
Sets timestamp without high resolution component of the high resolution timestamp.
setCheckCompIdsMatch(boolean) - Method in class biz.onixs.fix.engine.EngineSettings
Sets whether SenderCompId and TargetCompId must match session values in every inbound FIX message.
setCleanUpOldLogs(int) - Method in class biz.onixs.fix.engine.storage.FileBasedStorageRepository
Sets the number of days back older storage files will be deleted.
setConnectionMode(String) - Method in class biz.onixs.fix.engine.EngineSettings
Sets session connection mode.
setConnectionMode(ConnectionMode) - Method in class biz.onixs.fix.engine.EngineSettings
Sets session connection mode.
setConnectionMode(ConnectionMode) - Method in class biz.onixs.fix.engine.Session
Sets session connection mode.
setConnectionOutputQueueMaxSize(int) - Method in class biz.onixs.fix.engine.EngineSettings
Sets the maximum size of the internal output queue allocated for a FIX connection, in bytes.
setConnectionOutStreamDelayWarningThreshold(int) - Method in class biz.onixs.fix.engine.EngineSettings
Sets the output stream write delay threshold after which the warning is logged.
setConnectionPerfPreferenceBandwidth(int) - Method in class biz.onixs.fix.engine.EngineSettings
Sets socket performance preference for bandwidth.
setConnectionPerfPreferenceConnectionTime(int) - Method in class biz.onixs.fix.engine.EngineSettings
Sets socket performance preference for connection time.
setConnectionPerfPreferenceLatency(int) - Method in class biz.onixs.fix.engine.EngineSettings
Sets socket performance preference for latency.
setConnectionReceiveSpinningTimeout(long) - Method in class biz.onixs.fix.engine.EngineSettings
Sets the non-blocking receive spinning timeout (in nanoseconds) before the receiving thread enters into the blocking wait mode.
setConnectionRetriesInterval(int) - Method in class biz.onixs.fix.engine.EngineSettings
Sets the reconnection interval in milliseconds.
setConnectionRetriesInterval(int) - Method in class biz.onixs.fix.scheduler.SessionScheduler
Sets the time interval between the logon attempts in case of a logon failure in milliseconds.
setConnectionRetriesNumber(int) - Method in class biz.onixs.fix.engine.EngineSettings
Sets reconnection attempts number.
setConnectionRetriesNumber(int) - Method in class biz.onixs.fix.scheduler.SessionScheduler
Sets the number of logon attempts in case of a logon failure.
setConnectionSendSpinningTimeout(long) - Method in class biz.onixs.fix.engine.EngineSettings
Sets the send spinning timeout (in nanoseconds) of the Session.send(Message) method to wait for the socket sending buffer availability in the spin loop mode before placing the message to the outgoing queue (to be sent later by the sending thread).
setConnectionTcpNoDelay(boolean) - Method in class biz.onixs.fix.engine.EngineSettings
Sets TCP socket TCP_NODELAY parameter (disable/enable Nagle's algorithm).
setConnectionTcpReceiveBufferSize(int) - Method in class biz.onixs.fix.engine.EngineSettings
Sets TCP socket receive buffer size allocated to FIX connection, in bytes.
setConnectionTcpSendBufferSize(int) - Method in class biz.onixs.fix.engine.EngineSettings
Sets TCP socket send buffer size allocated to FIX connection, in bytes.
setConsiderRejectOnResendRequestAsGapFill(boolean) - Method in class biz.onixs.fix.engine.Session
Sets whether to consider Reject(3) on Resend Request(2) as Gap Fill.
setController(SessionController) - Method in class biz.onixs.fix.scheduler.ControllerJob
 
setCreatedSession(Session) - Method in class biz.onixs.fix.engine.Engine.DynamicAcceptorArgs
 
setCustomLogonMessage(String) - Method in class biz.onixs.fix.scheduler.InitiatorConnection
Sets custom logon message.
setCustomLogonMessageFieldDelimiter(String) - Method in class biz.onixs.fix.scheduler.InitiatorConnection
Sets custom logon message field delimiter.
setCustomLogonMessageFile(String) - Method in class biz.onixs.fix.scheduler.InitiatorConnection
Sets custom logon message file.
setCustomLogonMessageObj(Message) - Method in class biz.onixs.fix.scheduler.InitiatorConnection
Sets custom logon message.
setDaemonAcceptorThread(boolean) - Method in class biz.onixs.fix.engine.EngineSettings
Sets whether acceptor thread is daemon.
setDefaultHeartbeatInterval(int) - Method in class biz.onixs.fix.engine.EngineSettings
Sets the default heartbeat interval in seconds.
setDescription(String) - Method in class biz.onixs.fix.engine.Session.ErrorArgs
 
setDescription(String) - Method in class biz.onixs.fix.engine.Session.WarningArgs
 
setDialects(String) - Method in class biz.onixs.fix.engine.EngineSettings
Sets the location of one or several files with the FIX dialects definition.
setDiffListener(MessageDiffListener) - Method in class biz.onixs.fix.parser.MessageDiff
 
setDirectory(String) - Method in class biz.onixs.util.log.LatencyLogger
 
setDynamicAcceptorListener(Engine.DynamicAcceptorListener) - Method in class biz.onixs.fix.engine.Engine
setEnabled(boolean) - Method in class biz.onixs.util.log.LatencyLogger
 
setEngineShutdownHook(boolean) - Method in class biz.onixs.fix.engine.EngineSettings
Sets to shutdown engine automatically on JVM shutdown.
setErrorListener(Engine.ErrorListener) - Static method in class biz.onixs.fix.engine.Engine
Sets error listener.
setErrorListener(Session.ErrorListener) - Method in class biz.onixs.fix.engine.Session
Sets error listener.
setEventArgReuse(boolean) - Method in class biz.onixs.fix.engine.Session
Sets whether to re-use event argument objects.
setExpandFactor(int) - Method in class biz.onixs.util.DynamicByteBuffer
 
setExponent(int) - Method in class biz.onixs.util.ScaledDecimal
Method that sets the value of the exponent part of the scaled decimal.
setFirstDay(DayOfWeek) - Method in class biz.onixs.fix.scheduler.SimpleWeeklySchedule
Sets first day.
setFixMessage(Message) - Method in class biz.onixs.fix.fast.DecodeResult
 
setFixMessageFactory(FixMessageFactory) - Method in class biz.onixs.fix.fast.Decoder
Sets message factory to use for creating decoded FIX message instance.
setFlag(int, boolean) - Method in interface biz.onixs.fix.parser.FixBlock
Sets the flag tag value - "Y" or "N".
setFlag(int, boolean) - Method in class biz.onixs.fix.parser.FlatMessage
Sets new value for the given tag.
setFlag(int, int, boolean) - Method in class biz.onixs.fix.parser.Group
Sets the flag tag value - "Y" or "N".
setFlagByIndex(int, boolean) - Method in class biz.onixs.fix.parser.FlatMessage
Sets new value at the given field index.
setGroup(int, int) - Method in interface biz.onixs.fix.parser.FixBlock
Creates a new repeating group or changes the number of instances in the existing repeating group.
setGroup(Group) - Method in interface biz.onixs.fix.parser.FixBlock
Copies an entire repeating group from one fix block to another.
setGroup(int, int, int) - Method in class biz.onixs.fix.parser.Group
Creates a new repeating group or changes the number of instances in the existing repeating group.
setGroup(Group, int) - Method in class biz.onixs.fix.parser.Group
Copies an entire repeating group from one fix block to another.
setGroupDefinition(GroupDefinition) - Method in class biz.onixs.fix.dictionary.FieldDefinition
Sets the FIX repeating group low-level definition so the FIX field will define the repeating group.
setHeartbeatInterval(int) - Method in class biz.onixs.fix.scheduler.InitiatorConnection
Sets heartbeat interval.
setHeartbeatInterval(String) - Method in class biz.onixs.fix.scheduler.InitiatorConnection
Sets heartbeat interval.
setIgnoreFileBasedStorageIntegrityErrors(boolean) - Method in class biz.onixs.fix.engine.EngineSettings
Sets whether to ignore file based storage integrity errors.
setInboundApplicationFlatMessageFactory(FlatMessageFactory) - Method in class biz.onixs.fix.engine.Session
Sets flat message factory to use for creating inbound application flat message instance.
setInboundApplicationFlatMessageListener(Session.InboundApplicationFlatMessageListener) - Method in class biz.onixs.fix.engine.Session
Sets inbound application flat message listener.
setInboundApplicationMessageFactory(MessageFactory) - Method in class biz.onixs.fix.engine.Session
Sets message factory to use for creating inbound application message instance.
setInboundApplicationMessageListener(Session.InboundApplicationMessageListener) - Method in class biz.onixs.fix.engine.Session
Sets inbound application message listener.
setInboundMessageLogFilter(MessageFilter) - Method in class biz.onixs.fix.engine.EngineSettings
Sets session inbound message log filter.
setInboundMessageLogFilter(MessageFilter) - Method in class biz.onixs.fix.engine.Session
Sets MessageFilter object used to filter out inbound messages from the logs.
setInboundMessageReuse(boolean) - Method in class biz.onixs.fix.engine.Session
Sets whether to use the same FixMessage object for the incoming messages.
setInboundSessionFlatMessageFactory(FlatMessageFactory) - Method in class biz.onixs.fix.engine.Session
Sets flat message factory to use for creating inbound session flat message instance.
setInboundSessionFlatMessageListener(Session.InboundSessionFlatMessageListener) - Method in class biz.onixs.fix.engine.Session
Sets inbound session flat message listener.
setInboundSessionMessageFactory(MessageFactory) - Method in class biz.onixs.fix.engine.Session
Sets message factory to use for creating inbound session message instance.
setInboundSessionMessageListener(Session.InboundSessionMessageListener) - Method in class biz.onixs.fix.engine.Session
Sets inbound session message listener.
setIncomingMessageGapQueueMaximumSize(int) - Method in class biz.onixs.fix.engine.Session
If RequestOnlyMissedMessages feature is enabled and the sequence number of an incoming FIX message greater than expected then the resend functionality is run and this incoming message is stored in the incoming message gap queue for further processing.
setInitiatorConnectionListener(InitiatorConnectionListener) - Method in class biz.onixs.fix.scheduler.InitiatorConnection
Sets initiator connection listener.
setInSeqNum(long) - Method in class biz.onixs.fix.engine.Session
Sets the expected sequence number of the next incoming message.
setInSeqNum(long) - Method in class biz.onixs.fix.engine.storage.AsyncFileSessionStorage
 
setInSeqNum(long) - Method in class biz.onixs.fix.engine.storage.FileBasedSessionStorage
 
setInSeqNum(long) - Method in class biz.onixs.fix.engine.storage.MemoryBasedSessionStorage
 
setInSeqNum(long) - Method in class biz.onixs.fix.engine.storage.NullSessionStorage
 
setInSeqNum(long) - Method in interface biz.onixs.fix.engine.storage.SessionStorage
Sets last inbound message sequence number
setInSeqNum(long) - Method in class biz.onixs.fix.engine.storage.TimingSessionStorage
 
setInteger(String, int) - Method in class biz.onixs.util.settings.Settings
Sets the value corresponding to the given key.
setInteger(String, int, boolean) - Method in class biz.onixs.util.settings.Settings
Sets the value corresponding to the given key.
setInterval(int) - Method in class biz.onixs.fix.scheduler.LogoutNotificationJob
 
setLastDay(DayOfWeek) - Method in class biz.onixs.fix.scheduler.SimpleWeeklySchedule
Sets last day.
setLicense(String) - Method in class biz.onixs.fix.engine.EngineSettings
Sets the content of the license file.
setLicenseAlertingDaysBeforeExpiration(int) - Method in class biz.onixs.fix.engine.EngineSettings
Sets the number of days to alert before the license expiration.
setLicenseFile(String) - Method in class biz.onixs.fix.engine.EngineSettings
Sets the name of the license file resource.
setListener(Acceptor.Listener) - Method in interface biz.onixs.util.network.Acceptor
Sets the listener which will be called in case there is a new connection accepted on a listening port.
setListener(SocketConnector.Listener) - Method in interface biz.onixs.util.network.SocketConnector
Sets the listener for this socket connector.
setListener(TcpConnection.Listener) - Method in interface biz.onixs.util.network.TcpConnection
Sets the listener to listen for events.
setListenPort(int) - Method in class biz.onixs.fix.engine.Session
Sets the port to listen on for incoming FIX Connections in Acceptor mode.
setListenPorts(String) - Method in class biz.onixs.fix.engine.EngineSettings
Sets listen port(s) for incoming FIX connections.
setListenPortsBacklog(int) - Method in class biz.onixs.fix.engine.EngineSettings
Sets the maximum number of pending connections on listen ports.
setLocalPortRange(PortRange) - Method in class biz.onixs.fix.engine.Session
Sets the local port range, the first available port from this range will be used to send and receive data.
setLogBeforeSending(boolean) - Method in class biz.onixs.fix.engine.EngineSettings
Sets whether outbound messages are logged before sending.
setLogBeforeSending(boolean) - Method in class biz.onixs.fix.engine.Session
Sets whether outbound messages are logged before sending.
setLogInboundMessages(boolean) - Method in class biz.onixs.fix.engine.EngineSettings
Sets whether to store inbound messages in the session storage.
setLogInboundMessages(boolean) - Method in class biz.onixs.fix.engine.Session
Sets whether to store inbound messages in the session storage.
setLogonConfirmationTimeout(int) - Method in class biz.onixs.fix.engine.Session
Sets number of seconds to wait for a logon response before disconnecting.
setLogonDay(DayOfWeek) - Method in class biz.onixs.fix.scheduler.WeeklyInterval
Sets logon day.
setLogonTime(LocalTime) - Method in class biz.onixs.fix.scheduler.SimpleWeeklySchedule
Sets logon time.
setLogonTime(LocalTime) - Method in class biz.onixs.fix.scheduler.WeeklyInterval
Sets logon time.
setLogonTimeZone(ZoneId) - Method in class biz.onixs.fix.scheduler.SimpleWeeklySchedule
Sets logon timezone.
setLogonTimeZone(ZoneId) - Method in class biz.onixs.fix.scheduler.WeeklyInterval
Sets logon time zone.
setLogOutboundMessages(boolean) - Method in class biz.onixs.fix.engine.EngineSettings
Sets whether to store outbound messages in the session storage.
setLogOutboundMessages(boolean) - Method in class biz.onixs.fix.engine.Session
Sets whether to store outbound messages in the session storage.
setLogoutConfirmationTimeout(int) - Method in class biz.onixs.fix.engine.Session
Sets number of seconds to wait for a logout response before disconnecting.
setLogoutDay(DayOfWeek) - Method in class biz.onixs.fix.scheduler.WeeklyInterval
Sets logout day.
setLogoutMessage(Message) - Method in class biz.onixs.fix.engine.Session
Sets logout message.
setLogoutTime(LocalTime) - Method in class biz.onixs.fix.scheduler.SimpleWeeklySchedule
Sets logout time.
setLogoutTime(LocalTime) - Method in class biz.onixs.fix.scheduler.WeeklyInterval
Sets logout time.
setLogoutTimeZone(ZoneId) - Method in class biz.onixs.fix.scheduler.SimpleWeeklySchedule
Sets logout timezone.
setLogoutTimeZone(ZoneId) - Method in class biz.onixs.fix.scheduler.WeeklyInterval
Sets logout time zone.
setLong(String, long, boolean) - Method in class biz.onixs.util.settings.FileBasedSettings
 
setLong(String, long) - Method in class biz.onixs.util.settings.Settings
Sets the value corresponding to the given key.
setLong(String, long, boolean) - Method in class biz.onixs.util.settings.Settings
Sets the value corresponding to the given key.
setMantissa(long) - Method in class biz.onixs.util.ScaledDecimal
Method that sets the value of the mantissa part of the scaled decimal.
setMaximumNumberOfRepeatingGroupEntries(int) - Method in class biz.onixs.fix.fast.Decoder
Sets maximum allowed number of repeating group entries.
setMaxStorageSize(int) - Method in class biz.onixs.fix.engine.Session
Sets the maximum size of the storage in messages.
setMaxStorageSize(int) - Method in class biz.onixs.fix.engine.storage.AbstractSessionStorage
 
setMaxStorageSize(int) - Method in class biz.onixs.fix.engine.storage.AbstractStorageRepository
 
setMaxStorageSize(int) - Method in class biz.onixs.fix.engine.storage.AsyncFileSessionStorage
 
setMaxStorageSize(int) - Method in class biz.onixs.fix.engine.storage.FileBasedSessionStorage
 
setMaxStorageSize(int) - Method in class biz.onixs.fix.engine.storage.MemoryBasedSessionStorage
 
setMaxStorageSize(int) - Method in interface biz.onixs.fix.engine.storage.SessionStorage
Sets the maximum size of the message storage.
setMaxStorageSize(int) - Method in interface biz.onixs.fix.engine.storage.StorageRepository
Sets the maximum size of the storage in messages.
setMaxStorageSize(int) - Method in class biz.onixs.fix.engine.storage.TimingSessionStorage
 
setMaxStorageSize(int) - Method in class biz.onixs.fix.engine.storage.TimingStorageRepository
 
setMessageMode(MessageMode) - Method in class biz.onixs.fix.engine.Session
Sets message mode used for processing/parsing raw messages internally.
setMessageResendingListener(Session.MessageResendingListener) - Method in class biz.onixs.fix.engine.Session
Sets message resending listener.
setMessageResendingPortionMaximumSize(int) - Method in class biz.onixs.fix.engine.EngineSettings
Sets the maximum size of the portion by which the message resending will be handled.
setMessageSendingListener(Session.MessageSendingListener) - Method in class biz.onixs.fix.engine.Session
Sets message sending listener.
setMsg(FlatMessage) - Method in class biz.onixs.fix.engine.Session.FlatMessageEventArgs
 
setMsg(Message) - Method in class biz.onixs.fix.engine.Session.MessageEventArgs
 
setMsg(FixMessage) - Method in class biz.onixs.fix.engine.Session.MessageResendingArgs
 
setName(String) - Method in class biz.onixs.fix.dictionary.FieldDefinition
Sets name of the FIX field.
setNetworkInterface(InetSocketAddress) - Static method in class biz.onixs.fix.engine.Engine
Sets the network interface bind address for establishing acceptor sessions.
setNetworkInterface(SocketAddress) - Method in class biz.onixs.fix.engine.Session
Sets the network interface bind address for establishing initiator session.
setNewOffset(int) - Method in class biz.onixs.fix.fast.DecodeResult
 
setNewState(SessionState) - Method in class biz.onixs.fix.engine.Session.StateChangeArgs
Sets new session state.
setOffset(int) - Method in class biz.onixs.fix.fast.DecodedValue
Sets offset after decoding.
setOption(SocketOption<T>, T) - Method in interface biz.onixs.util.network.Socket
Sets the value of the socket option (e.g.
setOutboundApplicationFlatMessageListener(Session.OutboundApplicationFlatMessageListener) - Method in class biz.onixs.fix.engine.Session
Sets outbound application flat message listener.
setOutboundApplicationMessageListener(Session.OutboundApplicationMessageListener) - Method in class biz.onixs.fix.engine.Session
Sets outbound application message listener.
setOutboundSessionMessageListener(Session.OutboundSessionMessageListener) - Method in class biz.onixs.fix.engine.Session
Sets outbound session message listener.
setOutSeqNum(long) - Method in class biz.onixs.fix.engine.Session
Sets the sequence number of the next outgoing message.
setOutSeqNum(long) - Method in class biz.onixs.fix.engine.storage.AsyncFileSessionStorage
 
setOutSeqNum(long) - Method in class biz.onixs.fix.engine.storage.FileBasedSessionStorage
 
setOutSeqNum(long) - Method in class biz.onixs.fix.engine.storage.MemoryBasedSessionStorage
 
setOutSeqNum(long) - Method in class biz.onixs.fix.engine.storage.NullSessionStorage
 
setOutSeqNum(long) - Method in interface biz.onixs.fix.engine.storage.SessionStorage
Sets last outbound message sequence number.
setOutSeqNum(long) - Method in class biz.onixs.fix.engine.storage.TimingSessionStorage
 
setOverflow(int) - Method in class biz.onixs.fix.fast.DecodedValue
Sets overflow during decoding integer.
setPerformancePreferences(int, int, int) - Method in interface biz.onixs.util.network.Socket
Sets the performance preferences for this socket.
setPicoSecond(long) - Method in class biz.onixs.util.HighResolutionTimestamp
Sets picosecond component of the high resolution timestamp.
setPrevState(SessionState) - Method in class biz.onixs.fix.engine.Session.StateChangeArgs
Sets previous session state.
setProcessDeliverToCompId(boolean) - Method in class biz.onixs.fix.engine.EngineSettings
Sets whether to process the DeliverToCompID (tag 128) flag.
setProcessLogonNextExpectedMsgSeqNum(boolean) - Method in class biz.onixs.fix.engine.EngineSettings
Sets whether to process NextExpectedMsgSeqNum(789) field in Logon(A).
setProcessLogonNextExpectedMsgSeqNum(boolean) - Method in class biz.onixs.fix.engine.Session
Sets whether to process NextExpectedMsgSeqNum(789) field in Logon(A).
setProxySettings(ProxySettings) - Method in class biz.onixs.fix.engine.Session
Sets proxy settings for the session see ProxySettings.
setQuartzConfigFile(String) - Method in class biz.onixs.fix.scheduler.SessionScheduler
Sets Quartz configuration file.
setReason(Session.ErrorReason) - Method in class biz.onixs.fix.engine.Session.ErrorArgs
 
setReason(Session.WarningReason) - Method in class biz.onixs.fix.engine.Session.WarningArgs
 
setReasonableTransmissionTime(int) - Method in class biz.onixs.fix.engine.EngineSettings
Sets reasonable transmission time as % from heartbeat interval value.
setReasonableTransmissionTime(int) - Method in class biz.onixs.fix.engine.Session
Sets reasonable transmission time as % from heartbeat interval value.
setReceiveBufferSize(int) - Method in class biz.onixs.fix.engine.Session
Sets the size of the TCP socket buffer allocated for receiving data, in bytes.
setReceivedBytesListener(Session.ReceivedBytesListener) - Method in class biz.onixs.fix.engine.Session
Sets received bytes listener.
setReceiverSpinningTimeout(long, TimeUnit) - Method in interface biz.onixs.util.network.TcpConnection
Sets the receiving data spinning timeout.
setReceiverThreadName(String) - Method in interface biz.onixs.util.network.TcpConnection
Sets the name for the receiver thread if the connection use ConnectionMode.DEDICATED_THREADS mode.
setReceiverTimeout(long, TimeUnit) - Method in interface biz.onixs.util.network.TcpConnection
Sets the timeout for the receiving data.
setReceiveSpinningTimeout(long) - Method in class biz.onixs.fix.engine.Session
Sets the non-blocking receive spinning timeout (in nanoseconds) before the receiving thread enters into the blocking wait mode.
setReceivingThreadAffinity(int[]) - Method in class biz.onixs.fix.engine.Session
Sets the receiving thread affinity.
setRejectReason(String) - Method in class biz.onixs.fix.engine.Engine.DynamicAcceptorArgs
 
setReportNewMessagesWhileWaitingForMissedMessages(boolean) - Method in class biz.onixs.fix.engine.Session
When the message gap is detected the "Resend Request" FIX Message is sent and Session state is changed to WAIT_FOR_RETRANSMISSION.
setRequestOnlyMissedMessages(boolean) - Method in class biz.onixs.fix.engine.Session
By default, the "Resend Request" message requests all messages begin from the first missed one.
setRequired(boolean) - Method in class biz.onixs.fix.dictionary.FieldDefinition
Sets whether the FIX field is required.
setResendingQueueSize(int) - Method in class biz.onixs.fix.engine.EngineSettings
Sets the number of sent messages that are available for resending on counterparty's Resend Request(2) message.
setResendingQueueSize(int) - Method in class biz.onixs.fix.engine.Session
Sets the number of sent messages that are available for resending on counterparty's Resend Request(2) message.
setResendRequestLogic(ResendRequestLogic) - Method in class biz.onixs.fix.engine.Session
Sets resend request logic.
setResendRequestMaximumRange(int) - Method in class biz.onixs.fix.engine.Session
Sets the maximum number of messages to be requested in one Resend Request (MsgType=2) message.
setResetOnLogout(boolean) - Method in class biz.onixs.fix.scheduler.WeeklyInterval
Sets whether to reset session after logout.
setResetPolicy(SequenceNumberResetPolicy) - Method in class biz.onixs.fix.scheduler.SimpleWeeklySchedule
Sets sequence numbers reset policy
setRotateStorageSize(long) - Method in class biz.onixs.fix.engine.storage.AsyncFileSessionStorage
Sets the size at which the storage file is rotated.
setRotateStorageSize(long) - Method in class biz.onixs.fix.engine.storage.FileBasedSessionStorage
Sets the size at which the storage file is rotated.
setRotateStorageSize(long) - Method in class biz.onixs.fix.engine.storage.FileBasedStorageRepository
Sets the size at which the storage file is rotated.
setScrambleLogonFields(Collection<Integer>) - Method in class biz.onixs.fix.engine.Session
Sets scrambled fields in the Logon(A) message, in the session storage, for security reasons.
setSendBufferSize(int) - Method in class biz.onixs.fix.engine.Session
Sets the size of the TCP socket buffer allocated for sending data, in bytes.
setSenderCompID(CharSequence) - Method in class biz.onixs.fix.parser.Message
Sets assigned value used to identify firm sending message (the SenderCompID (tag=49) field value).
setSenderLocationID(String) - Method in class biz.onixs.fix.engine.Session
Sets the value of SenderLocationID (142) field that will be set in all outgoing messages.
setSenderSpinningTimeout(long, TimeUnit) - Method in interface biz.onixs.util.network.TcpConnection
Sets the sending data spinning timeout.
setSenderSubID(String) - Method in class biz.onixs.fix.engine.Session
Sets the value of SenderSubID (50) field that will be set in all outgoing messages.
setSenderTimeout(long, TimeUnit) - Method in interface biz.onixs.util.network.TcpConnection
Sets the timeout for the sending data.
setSendingThreadAffinity(int[]) - Method in class biz.onixs.fix.engine.Session
Sets the sending thread affinity.
setSendingTimeFormat(TimestampFormat) - Method in class biz.onixs.fix.engine.Session
Sets the time format of SendingTime of every sent message as Timestamp.
setSendQueueMaxSize(int) - Method in interface biz.onixs.util.network.TcpConnection
Sets the maximum size for the send queue.
setSendSpinningTimeout(long) - Method in class biz.onixs.fix.engine.Session
Sets the send spinning timeout (in nanoseconds) of the Session.send(Message) method to wait for the socket sending buffer availability in the spin loop mode before placing the message to the outgoing queue (to be sent later by the sending thread).
setSeqNum(long) - Method in class biz.onixs.fix.parser.Message
Sets message sequence number (the MsgSeqNum (tag=34) field value).
setSessionEventArgReuse(boolean) - Method in class biz.onixs.fix.engine.EngineSettings
Sets whether to re-use session event argument objects in each session.
setSessionId(String) - Method in class biz.onixs.fix.scheduler.ControllerJob
 
setSessionInboundMessageReuse(boolean) - Method in class biz.onixs.fix.engine.EngineSettings
Sets whether to use the same FixMessage object for the incoming messages.
setSessionListenerDelayWarningThreshold(int) - Method in class biz.onixs.fix.engine.EngineSettings
Sets the limit of time to spend in the session listener code.
setSessionLogonConfirmationTimeout(int) - Method in class biz.onixs.fix.engine.EngineSettings
Sets number of seconds to wait for a logon response before disconnecting.
setSessionLogoutConfirmationTimeout(int) - Method in class biz.onixs.fix.engine.EngineSettings
Sets number of seconds to wait for a logout response before disconnecting.
setSessionMessageMode(String) - Method in class biz.onixs.fix.engine.EngineSettings
Sets session message mode.
setSessionMessageMode(MessageMode) - Method in class biz.onixs.fix.engine.EngineSettings
Sets session message mode.
setSessionResendRequestLogic(String) - Method in class biz.onixs.fix.engine.EngineSettings
Sets session resend request logic.
setSessionResendRequestLogic(ResendRequestLogic) - Method in class biz.onixs.fix.engine.EngineSettings
Sets session resend request logic.
setSessionResendRequestMaximumRange(int) - Method in class biz.onixs.fix.engine.EngineSettings
Sets the maximum number of messages to be requested in one Resend Request(2) message.
setSessionSendLogoutOnException(boolean) - Method in class biz.onixs.fix.engine.EngineSettings
Sets option to send the Logout message before dropping the telecommunication link in case of Exception during the processing of incoming FIX message.
setSessionSpecifyLastMsgSeqNumProcessed(boolean) - Method in class biz.onixs.fix.engine.EngineSettings
Sets the option to specify the LastMsgSeqNumProcessed(369) field on every message sent.
setSessionUpdateHeaderFields(boolean) - Method in class biz.onixs.fix.engine.EngineSettings
If this option set to true then common header fields in the outgoing messages are always updated.
setSessionUpdateSendingTime(boolean) - Method in class biz.onixs.fix.engine.EngineSettings
Sets whether to update SendingTime(52) field in the outgoing message if it is already set.
setSetResetSeqNumbers(boolean) - Method in class biz.onixs.fix.scheduler.InitiatorConnection
Sets whether flag to reset sequence numbers should be set in logon.
setSetResetSeqNumbers(String) - Method in class biz.onixs.fix.scheduler.InitiatorConnection
Sets whether flag to reset sequence numbers should be set in logon.
setSpecifyApplIdField(boolean) - Method in class biz.onixs.fix.engine.Session
Sets whether to specify ApplVerID(1128) tag in all FIX messages when a FIX protocol version FIX 5.0 and above is used.
setSpecifyApplVerIdField(boolean) - Method in class biz.onixs.fix.engine.EngineSettings
Sets whether to specify ApplVerID(1128) tag in all FIX messages when a FIX protocol version FIX 5.0 and above is used.
setSpecifyLastMsgSeqNumProcessed(boolean) - Method in class biz.onixs.fix.engine.Session
Sets the option to specify the LastMsgSeqNumProcessed (tag # 369) field on every message sent.
setSSLContext(SSLContext) - Static method in class biz.onixs.fix.engine.Engine
Sets the SSL context for establishing secure acceptor sessions.
setSSLContext(SSLContext) - Method in class biz.onixs.fix.engine.Session
Sets the SSL context for establishing secure initiator session.
setSslNeedClientAuth(boolean) - Method in class biz.onixs.fix.engine.EngineSettings
Sets whether client authentication should be required.
setStateChangedListener(Engine.StateChangedListener) - Static method in class biz.onixs.fix.engine.Engine
Sets state changed listener.
setStorageFolder(String) - Method in class biz.onixs.fix.engine.EngineSettings
Sets file-based session storage folder.
setStorageFolder(String) - Method in class biz.onixs.fix.engine.storage.FileBasedSessionStorage
Sets the storage folder.
setStorageFolder(String) - Method in class biz.onixs.fix.engine.storage.FileBasedStorageRepository
Sets the storage folder.
setString(String, String) - Method in class biz.onixs.util.settings.Settings
Sets the value corresponding to the given key.
setString(String, String, boolean) - Method in class biz.onixs.util.settings.Settings
Sets the value corresponding to the given key.
setSuffix(String) - Method in class biz.onixs.util.log.LatencyLogger
 
setTargetCompID(CharSequence) - Method in class biz.onixs.fix.parser.Message
Sets assigned value used to identify receiving firm (the TargetCompID (tag=56) field value).
setTargetLocationID(String) - Method in class biz.onixs.fix.engine.Session
Sets the value of TargetLocationID (143) field that will be set in all outgoing messages.
setTargetSubID(String) - Method in class biz.onixs.fix.engine.Session
Sets the value of TargetSubID (57) field that will be set in all outgoing messages.
setTcpNoDelay(boolean) - Method in class biz.onixs.fix.engine.Session
Enable/disable TCP_NODELAY socket option (disable/enable Nagle's algorithm).
setTemplateId(int) - Method in class biz.onixs.fix.fast.DecodeResult
 
setTerminated(boolean) - Method in class biz.onixs.fix.engine.storage.AsyncFileSessionStorage
 
setTerminated(boolean) - Method in class biz.onixs.fix.engine.storage.FileBasedSessionStorage
 
setTerminated(boolean) - Method in class biz.onixs.fix.engine.storage.MemoryBasedSessionStorage
 
setTerminated(boolean) - Method in class biz.onixs.fix.engine.storage.NullSessionStorage
 
setTerminated(boolean) - Method in interface biz.onixs.fix.engine.storage.SessionStorage
Sets the flag whether this storage state should be kept or cleaned
setTerminated(boolean) - Method in class biz.onixs.fix.engine.storage.TimingSessionStorage
 
setTestRequestIdPattern(String) - Method in class biz.onixs.fix.engine.Session
Sets the pattern describing the date and time format which will be used as a TestReqID(112) field value.
setThreadPoolSize(int) - Method in class biz.onixs.fix.engine.EngineSettings
Sets the size of the shared thread pool that is used in the thread pool connection mode.
setThreadPoolSpinningTimeout(long) - Method in class biz.onixs.fix.engine.EngineSettings
Sets the thread pool spinning timeout (in nanoseconds) before a thread of thread pool enters into the blocking wait mode for an operation.
setThrottlingLimit(int, long, TimeUnit) - Method in class biz.onixs.fix.engine.Session
Sets throttling limit parameters.
setThrottlingLimit(int, long) - Method in class biz.onixs.fix.engine.Session
Sets the throttling limit parameters.
setTimestamp(int, long) - Method in interface biz.onixs.fix.parser.FixBlock
Sets the field value as timestamp.
setTimestamp(int, long) - Method in class biz.onixs.fix.parser.FlatMessage
Sets new value for the given tag as timestamp.
setTimestamp(int, int, long) - Method in class biz.onixs.fix.parser.Group
Sets the field value as timestamp.
setTimestampByIndex(int, long) - Method in class biz.onixs.fix.parser.FlatMessage
Sets new value at the given field index as timestamp.
setTimestampProvider(TimestampProvider) - Method in class biz.onixs.fix.engine.Session
Sets the timestamp provider which is used to provide timestamp for writing messages to log and for setting SendingTime tag.
setTimestampProvider(TimestampProvider) - Method in class biz.onixs.fix.engine.storage.AsyncFileSessionStorage
Sets the timestamp provider which is used to get timestamp when writing the logs.
setTimestampProvider(TimestampProvider) - Method in class biz.onixs.fix.engine.storage.FileBasedSessionStorage
Sets the timestamp provider which is used to get timestamp when writing the logs.
Settings - Class in biz.onixs.util.settings
Base easy-to-use settings implementation.
Settings() - Constructor for class biz.onixs.util.settings.Settings
 
setType(FieldValueType) - Method in class biz.onixs.fix.dictionary.FieldDetails
Sets field type.
setType(JobType) - Method in class biz.onixs.fix.scheduler.ControllerJob
 
setUnsignedInteger(int) - Method in class biz.onixs.fix.fast.UnsignedInteger
Set a new value for the unsigned integer
setUpdateSendingTime(boolean) - Method in class biz.onixs.fix.engine.Session
Sets whether to update SendingTime(52) field in the outgoing message if it is already set.
setUserSessionLevelMessageWarning(boolean) - Method in class biz.onixs.fix.engine.EngineSettings
Sets whether to warn if user sends session level message.
setUserSessionLevelMessageWarning(boolean) - Method in class biz.onixs.fix.engine.Session
Sets whether to warn if user sends session level message.
setValidateCheckSum(boolean) - Method in class biz.onixs.fix.engine.EngineSettings
Sets whether to validate the Checksum field value.
setValidateDuplicatedField(boolean) - Method in class biz.onixs.fix.engine.EngineSettings
Sets whether to validate the presence of fields which appears more than once.
setValidateEmptyFieldValues(boolean) - Method in class biz.onixs.fix.engine.EngineSettings
Sets whether to fail validation on empty field value.
setValidateFieldValues(boolean) - Method in class biz.onixs.fix.engine.EngineSettings
Sets whether to validate field values in accordance with the FIX protocol or its FIX Dialect.
setValidateInboundMessages(boolean) - Method in class biz.onixs.fix.engine.EngineSettings
Sets whether inbound messages are validated.
setValidateNumberOfRepeatingGroupInstances(boolean) - Method in class biz.onixs.fix.engine.EngineSettings
Sets whether to validate the declared number of repeating group instances is equal to the actual one.
setValidateOutboundMessages(boolean) - Method in class biz.onixs.fix.engine.EngineSettings
Sets whether outbound messages are validated.
setValidateRequiredFields(boolean) - Method in class biz.onixs.fix.engine.EngineSettings
Sets whether to validate the presence of the required fields.
setValidateSequenceNumbers(boolean) - Method in class biz.onixs.fix.engine.Session
Sets whether to validate incoming message sequence numbers.
setValidateUnknownFields(boolean) - Method in class biz.onixs.fix.engine.EngineSettings
Sets whether to fail validation on unknown fields.
setValidateUnknownMessage(boolean) - Method in class biz.onixs.fix.engine.EngineSettings
Sets whether to fail validation on unknown message.
setValue(T) - Method in class biz.onixs.fix.fast.DecodedValue
Sets decoded value.
setVersions(String) - Method in class biz.onixs.fix.engine.EngineSettings
Sets the FIX dictionaries to load during the engine initialization.
setWarningListener(Engine.WarningListener) - Static method in class biz.onixs.fix.engine.Engine
Sets warning listener.
setWarningListener(Session.WarningListener) - Method in class biz.onixs.fix.engine.Session
Sets warning listener.
setWriteErrorRetriesNumber(int) - Method in class biz.onixs.fix.engine.storage.AsyncFileStorageRepository
Sets write error retries number.
shutdown() - Method in class biz.onixs.fix.engine.Engine
Shut downs the engine.
signal() - Method in class biz.onixs.fix.engine.util.TimedWait
Notify any one thread waiting on the object_.
signal() - Method in class biz.onixs.util.concurrent.LightweightCondition
Wakes up one waiting thread.
SimpleStorageRepositoryManager - Class in biz.onixs.fix.engine.storage
 
SimpleStorageRepositoryManager() - Constructor for class biz.onixs.fix.engine.storage.SimpleStorageRepositoryManager
 
SimpleWeeklySchedule - Class in biz.onixs.fix.scheduler
Abstract simple weekly schedule.
SingleDayLengthSchedule - Class in biz.onixs.fix.scheduler
Session schedule with every day activity period.
SingleDayLengthSchedule() - Constructor for class biz.onixs.fix.scheduler.SingleDayLengthSchedule
Constructor.
SingleDayLengthSchedule(DayOfWeek, LocalTime, DayOfWeek, LocalTime, SequenceNumberResetPolicy) - Constructor for class biz.onixs.fix.scheduler.SingleDayLengthSchedule
Constructor.
SingleDayLengthSchedule(DayOfWeek, LocalTime, ZoneId, DayOfWeek, LocalTime, ZoneId, SequenceNumberResetPolicy) - Constructor for class biz.onixs.fix.scheduler.SingleDayLengthSchedule
Constructor.
size() - Method in class biz.onixs.util.ByteBuffer
Returns size of data in the byte buffer.
slice() - Method in class biz.onixs.util.DynamicByteBuffer
 
Socket - Interface in biz.onixs.util.network
The interface provides methods for configuring sockets and performing IO operations.
SocketConnector - Interface in biz.onixs.util.network
The interface provides methods for creating socket connections.
SocketConnector.ErrorReason - Enum in biz.onixs.util.network
An enum that defines reasons for socket connecting errors.
SocketConnector.Listener - Interface in biz.onixs.util.network
The interface represents a listener for handling connect events.
SPECIFY_APPL_VER_ID_FIELD_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
SPECIFY_APPL_VER_ID_FIELD_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
SSL_NEED_CLIENT_AUTH_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
SSL_NEED_CLIENT_AUTH_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
SslContextFactory - Class in biz.onixs.fix.engine
 
SslContextFactory() - Constructor for class biz.onixs.fix.engine.SslContextFactory
 
start() - Method in class biz.onixs.fix.scheduler.SessionScheduler
Starts scheduler service.
start(boolean) - Method in class biz.onixs.util.network.ExternalService
 
start() - Method in class biz.onixs.util.network.MulticastThreadReceiver
Starts aux thread.
start() - Method in class biz.onixs.util.PrecisionTimer
 
start(long) - Method in class biz.onixs.util.PrecisionTimer
 
startReceiver() - Method in interface biz.onixs.util.network.TcpConnection
Starts the receiving data.
startSender() - Method in interface biz.onixs.util.network.TcpConnection
Starts the sending data.
StateChangeArgs() - Constructor for class biz.onixs.fix.engine.Session.StateChangeArgs
 
StateChangeArgs(SessionState, SessionState) - Constructor for class biz.onixs.fix.engine.Session.StateChangeArgs
 
StateChangedArgs(Engine.State, Engine.State) - Constructor for class biz.onixs.fix.engine.Engine.StateChangedArgs
 
StaticErrorException - Exception in biz.onixs.fix.fast
Static errors from the FAST specification.
StaticErrorException(FastErrorCode, String) - Constructor for exception biz.onixs.fix.fast.StaticErrorException
Constructor.
StaticErrorException(FastErrorCode, String, Throwable) - Constructor for exception biz.onixs.fix.fast.StaticErrorException
Constructor.
StaticErrorException.Code - Class in biz.onixs.fix.fast
The valid error codes
step() - Method in interface biz.onixs.util.network.IMulticastReceiver
process one step of receiving.
step() - Method in class biz.onixs.util.network.MulticastFastThreadReceiver
 
step() - Method in class biz.onixs.util.network.MulticastReceiver
process one step of receiving.
stop() - Method in class biz.onixs.fix.scheduler.SessionScheduler
Stops scheduler service.
stop() - Method in class biz.onixs.util.PrecisionTimer
 
stopConnectAfterInterval() - Method in interface biz.onixs.util.network.SocketConnector
Stops a previously scheduled connection attempt via SocketConnector.connectAfterInterval(long, TimeUnit).
STORAGE_FOLDER_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
STORAGE_FOLDER_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
StorageException - Exception in biz.onixs.fix.engine.storage
 
StorageException() - Constructor for exception biz.onixs.fix.engine.storage.StorageException
 
StorageException(String) - Constructor for exception biz.onixs.fix.engine.storage.StorageException
 
StorageException(String, Throwable) - Constructor for exception biz.onixs.fix.engine.storage.StorageException
 
StorageException(Throwable) - Constructor for exception biz.onixs.fix.engine.storage.StorageException
 
StorageRepository - Interface in biz.onixs.fix.engine.storage
 
StorageRepositoryManager - Interface in biz.onixs.fix.engine.storage
Storage repository manager.
storeInboundMessage(ByteBuffer, long, boolean) - Method in class biz.onixs.fix.engine.storage.AsyncFileSessionStorage
 
storeInboundMessage(ByteBuffer, long, boolean) - Method in class biz.onixs.fix.engine.storage.FileBasedSessionStorage
 
storeInboundMessage(ByteBuffer, long, boolean) - Method in class biz.onixs.fix.engine.storage.MemoryBasedSessionStorage
 
storeInboundMessage(ByteBuffer, long, boolean) - Method in class biz.onixs.fix.engine.storage.NullSessionStorage
 
storeInboundMessage(ByteBuffer, long, boolean) - Method in interface biz.onixs.fix.engine.storage.SessionStorage
Stores inbound message.
storeInboundMessage(ByteBuffer, long, boolean) - Method in class biz.onixs.fix.engine.storage.TimingSessionStorage
 
storeOutboundMessage(ByteBuffer, long, boolean, boolean) - Method in class biz.onixs.fix.engine.storage.AsyncFileSessionStorage
 
storeOutboundMessage(ByteBuffer, long, boolean, boolean) - Method in class biz.onixs.fix.engine.storage.FileBasedSessionStorage
 
storeOutboundMessage(ByteBuffer, long, boolean, boolean) - Method in class biz.onixs.fix.engine.storage.MemoryBasedSessionStorage
 
storeOutboundMessage(ByteBuffer, long, boolean, boolean) - Method in class biz.onixs.fix.engine.storage.NullSessionStorage
 
storeOutboundMessage(ByteBuffer, long, boolean, boolean) - Method in interface biz.onixs.fix.engine.storage.SessionStorage
Stores outbound message.
storeOutboundMessage(ByteBuffer, long, boolean, boolean) - Method in class biz.onixs.fix.engine.storage.TimingSessionStorage
 
str2double(byte[], int, int, boolean) - Static method in class biz.onixs.util.Converter
Converts string in the byte buffer to double.
str2double(String, boolean) - Static method in class biz.onixs.util.Converter
Converts string to double.
str2int(byte[], int, int, boolean) - Static method in class biz.onixs.util.Converter
Converts string in the byte buffer to int.
str2int(String, boolean) - Static method in class biz.onixs.util.Converter
Converts string to int.
str2long(byte[], int, int, boolean) - Static method in class biz.onixs.util.Converter
Converts string in the byte buffer to long.
str2long(String, boolean) - Static method in class biz.onixs.util.Converter
Converts string to long.
Strict - Static variable in class biz.onixs.fix.parser.MessageValidationFlags
Do all validation.
subArray(byte[], int) - Static method in class biz.onixs.util.Utils
 
subArray(byte[], int, int) - Static method in class biz.onixs.util.Utils
 
subBuffer(int) - Method in class biz.onixs.util.ByteBuffer
Creates a new byte buffer from the specified offset.
subBuffer(int, int) - Method in class biz.onixs.util.ByteBuffer
Creates a new byte buffer from the specified offset and with the specified length.
systemProperties2String() - Static method in class biz.onixs.util.Utils
 

T

t(Logger, Object, String, Object...) - Static method in class biz.onixs.util.log.Log
 
TagNotDefinedForThisMessageTypeException - Exception in biz.onixs.fix.parser
 
TagNotDefinedForThisMessageTypeException(int, Message) - Constructor for exception biz.onixs.fix.parser.TagNotDefinedForThisMessageTypeException
 
TagNotFoundException - Exception in biz.onixs.fix.parser
 
TagSpecifiedOutOfRequiredOrderException - Exception in biz.onixs.fix.parser
 
TagSpecifiedOutOfRequiredOrderException(String, int, byte[], int) - Constructor for exception biz.onixs.fix.parser.TagSpecifiedOutOfRequiredOrderException
 
TagSpecifiedWithoutValueException - Exception in biz.onixs.fix.parser
 
TagSpecifiedWithoutValueException(int, byte[], int) - Constructor for exception biz.onixs.fix.parser.TagSpecifiedWithoutValueException
 
TagSpecifiedWithoutValueException(int, Message) - Constructor for exception biz.onixs.fix.parser.TagSpecifiedWithoutValueException
 
TcpConnection - Interface in biz.onixs.util.network
The interface provides methods for sending and receiving data via TCP connection.
TcpConnection.Listener - Interface in biz.onixs.util.network
The interface represents a listener for the TCP connection events
TcpConnectionStopReason - Enum in biz.onixs.util.network
An enum that defines the reasons why a TCP connection was stopped.
TCPStandardStack - Class in biz.onixs.fix.engine
 
TCPStandardStack() - Constructor for class biz.onixs.fix.engine.TCPStandardStack
 
tell() - Method in class biz.onixs.util.File
 
TemplateUpdateNotifications - Interface in biz.onixs.fix.fast
Notifications issued while the FAST template updated.
TERMINATION_STATUS - Static variable in class biz.onixs.fix.engine.storage.FileBasedSessionStorage
 
THREAD_POOL_SIZE_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
THREAD_POOL_SIZE_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
THREAD_POOL_SPINNING_TIMEOUT_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
THREAD_POOL_SPINNING_TIMEOUT_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
ThreadAffinity - Class in biz.onixs.util.system
OS-depended thread wrapper implemented based on JNA.
ThreadAffinity() - Constructor for class biz.onixs.util.system.ThreadAffinity
 
ThreadAffinity.cpu_set_t - Class in biz.onixs.util.system
 
ThreadRole - Enum in biz.onixs.fix.engine
The thread role.
ThreadStartedListener - Interface in biz.onixs.fix.engine
Thread started event listener.
throttle() - Method in class biz.onixs.fix.engine.Session
Performs throttling of a session.
Throttler - Class in biz.onixs.util
Limits an event rate using the event time marks.
Throttler() - Constructor for class biz.onixs.util.Throttler
Creates the inactive throttler.
Throttler(int, long) - Constructor for class biz.onixs.util.Throttler
Creates the active throttler.
TimedWait - Class in biz.onixs.fix.engine.util
An abstract class for waiting until the condition becomes true.
TimedWait() - Constructor for class biz.onixs.fix.engine.util.TimedWait
Default Constructor.
TimedWait(Object) - Constructor for class biz.onixs.fix.engine.util.TimedWait
Constructor.
timedWait() - Method in class biz.onixs.fix.engine.util.TimedWait
Wait until condition becomes true.
timedWait(long) - Method in class biz.onixs.fix.engine.util.TimedWait
Template Method that implements the actual timed wait.
TimedWaitSAdapter - Class in biz.onixs.fix.engine.util
 
TIMEOUT_IS_DETECTED - Static variable in class biz.onixs.fix.engine.Session.WarningReason
Timeout is detected.
TimeoutException - Exception in biz.onixs.fix.engine
After sending the initial Logon message the acknowledgment Logon message has not been received during timeout period.
TimeoutException(String, int) - Constructor for exception biz.onixs.fix.engine.TimeoutException
Constructor.
TimeoutException - Exception in biz.onixs.fix.engine.util
 
TimeoutException() - Constructor for exception biz.onixs.fix.engine.util.TimeoutException
Default Constructor.
TimeoutException(long, String) - Constructor for exception biz.onixs.fix.engine.util.TimeoutException
Constructor.
Timestamp - Class in biz.onixs.util
UTC timestamp.
Timestamp(TimeZone) - Constructor for class biz.onixs.util.Timestamp
 
Timestamp() - Constructor for class biz.onixs.util.Timestamp
 
TIMESTAMP_LENGTH - Static variable in class biz.onixs.fix.engine.TimestampDateProvider
 
TIMESTAMP_LENGTH - Static variable in class biz.onixs.fix.engine.TimestampMicrosProvider
 
TIMESTAMP_LENGTH - Static variable in class biz.onixs.fix.engine.TimestampMillisProvider
 
TIMESTAMP_LENGTH - Static variable in class biz.onixs.fix.engine.TimestampNanosProvider
 
TIMESTAMP_LENGTH - Static variable in class biz.onixs.fix.engine.TimestampPicosProvider
 
TIMESTAMP_LENGTH - Static variable in class biz.onixs.fix.engine.TimestampSecondProvider
 
TIMESTAMP_LENGTH_NO_MS - Static variable in class biz.onixs.util.Timestamp
 
TIMESTAMP_LENGTH_WITH_MS - Static variable in class biz.onixs.util.Timestamp
 
TimestampDateProvider - Class in biz.onixs.fix.engine
Timestamp provider with date precision (YYYYMMDD).
TimestampDateProvider() - Constructor for class biz.onixs.fix.engine.TimestampDateProvider
 
TimestampFormat - Enum in biz.onixs.util
 
TimestampMicrosProvider - Class in biz.onixs.fix.engine
Timestamp provider with microsecond precision.
TimestampMicrosProvider() - Constructor for class biz.onixs.fix.engine.TimestampMicrosProvider
 
TimestampMillisProvider - Class in biz.onixs.fix.engine
Timestamp provider with millisecond precision.
TimestampMillisProvider() - Constructor for class biz.onixs.fix.engine.TimestampMillisProvider
 
TimestampNanosProvider - Class in biz.onixs.fix.engine
Timestamp provider with nanosecond precision.
TimestampNanosProvider() - Constructor for class biz.onixs.fix.engine.TimestampNanosProvider
 
TimestampPicosProvider - Class in biz.onixs.fix.engine
Timestamp provider with nanosecond precision prepended with zeros till picosecond precision.
TimestampPicosProvider() - Constructor for class biz.onixs.fix.engine.TimestampPicosProvider
 
TimestampProvider - Interface in biz.onixs.fix.engine
Timestamp provider interface.
TimestampSecondProvider - Class in biz.onixs.fix.engine
Timestamp provider with second precision.
TimestampSecondProvider() - Constructor for class biz.onixs.fix.engine.TimestampSecondProvider
 
TimingSessionStorage - Class in biz.onixs.fix.engine.storage
 
TimingSessionStorage(SessionStorage) - Constructor for class biz.onixs.fix.engine.storage.TimingSessionStorage
 
TimingStorageRepository - Class in biz.onixs.fix.engine.storage
 
TimingStorageRepository(StorageRepository) - Constructor for class biz.onixs.fix.engine.storage.TimingStorageRepository
 
toBigDecimal() - Method in class biz.onixs.util.ScaledDecimal
Converts to BigDecimal representation.
toByteArray(byte[], int) - Method in class biz.onixs.util.ScaledDecimal
Converts to byte array.
toChar() - Method in class biz.onixs.fix.engine.storage.PossDupFlag
 
toFixString() - Method in interface biz.onixs.fix.parser.FixBlock
Returns string representation of the message.
toInt() - Method in class biz.onixs.util.ValuePtr
Converts pointed value into integer.
toJson() - Method in interface biz.onixs.fix.parser.FixBlock
Returns string representation of the message in JSON format.
toJson() - Method in class biz.onixs.fix.parser.Message
 
toLong() - Method in class biz.onixs.util.ValuePtr
Converts pointed value into long.
toShortBytes() - Method in class biz.onixs.fix.engine.storage.MessageDirection
 
toShortString() - Method in class biz.onixs.fix.engine.storage.MessageDirection
 
toString() - Method in class biz.onixs.fix.dictionary.dialect.Dialect
 
toString() - Method in class biz.onixs.fix.dictionary.dialect.DialectSet
 
toString() - Method in class biz.onixs.fix.dictionary.FieldDetails
 
toString() - Method in class biz.onixs.fix.dictionary.FieldValidValue
 
toString() - Method in enum biz.onixs.fix.dictionary.FieldValueType
 
toString() - Method in class biz.onixs.fix.dictionary.Version
 
toString() - Method in exception biz.onixs.fix.dictionary.VersionNotUsable
 
toString() - Method in class biz.onixs.fix.engine.Engine
 
toString() - Method in class biz.onixs.fix.engine.EngineSettings
 
toString() - Method in class biz.onixs.fix.engine.License.Customer
 
toString() - Method in class biz.onixs.fix.engine.License.Product
 
toString() - Method in class biz.onixs.fix.engine.License
 
toString() - Method in class biz.onixs.fix.engine.Session.ErrorArgs
 
toString() - Method in class biz.onixs.fix.engine.Session.ErrorReason
 
toString() - Method in class biz.onixs.fix.engine.Session.FlatMessageEventArgs
 
toString() - Method in class biz.onixs.fix.engine.Session.InboundApplicationFlatMessageArgs
 
toString() - Method in class biz.onixs.fix.engine.Session.InboundApplicationMessageArgs
 
toString() - Method in class biz.onixs.fix.engine.Session.InboundSessionFlatMessageArgs
 
toString() - Method in class biz.onixs.fix.engine.Session.InboundSessionMessageArgs
 
toString() - Method in class biz.onixs.fix.engine.Session.MessageEventArgs
 
toString() - Method in class biz.onixs.fix.engine.Session.MessageResendingArgs
 
toString() - Method in class biz.onixs.fix.engine.Session.MessageSendingArgs
 
toString() - Method in class biz.onixs.fix.engine.Session.OutboundApplicationFlatMessageArgs
 
toString() - Method in class biz.onixs.fix.engine.Session.OutboundApplicationMessageArgs
 
toString() - Method in class biz.onixs.fix.engine.Session.OutboundSessionMessageArgs
 
toString() - Method in class biz.onixs.fix.engine.Session.ReceivedBytesArgs
 
toString() - Method in class biz.onixs.fix.engine.Session.StateChangeArgs
 
toString() - Method in class biz.onixs.fix.engine.Session
Returns a string that represents the current session.
toString() - Method in class biz.onixs.fix.engine.Session.WarningArgs
 
toString() - Method in class biz.onixs.fix.engine.Session.WarningReason
 
toString() - Method in class biz.onixs.fix.engine.SessionId
 
toString() - Method in class biz.onixs.fix.engine.SessionState
 
toString() - Method in class biz.onixs.fix.engine.storage.AsyncFileStorageRepository
 
toString() - Method in class biz.onixs.fix.engine.storage.FileBasedSessionStorage
 
toString() - Method in class biz.onixs.fix.engine.storage.FileBasedStorageRepository
 
toString() - Method in class biz.onixs.fix.engine.storage.MemoryBasedSessionStorage
 
toString() - Method in class biz.onixs.fix.engine.storage.MessageDirection
 
toString() - Method in class biz.onixs.fix.engine.storage.NullSessionStorage
 
toString() - Method in class biz.onixs.fix.engine.storage.PossDupFlag
 
toString() - Method in class biz.onixs.fix.engine.storage.SessionStorageType
 
toString() - Method in class biz.onixs.fix.fast.DecodedValue
 
toString() - Method in class biz.onixs.fix.fast.DecodeResult
 
toString() - Method in class biz.onixs.fix.fast.FastErrorCode
 
toString() - Method in exception biz.onixs.fix.fast.FastException
 
toString() - Method in class biz.onixs.fix.fast.UnsignedInteger
Returns the string value of the unsigned integer.
toString() - Method in class biz.onixs.fix.parser.Field
 
toString(char) - Method in interface biz.onixs.fix.parser.FixBlock
Returns string representation of the message using specified delimiter.
toString(Message.StringFormat) - Method in interface biz.onixs.fix.parser.FixBlock
Returns string representation of the message using specified format.
toString(char, Message.StringFormat) - Method in interface biz.onixs.fix.parser.FixBlock
Returns string representation of the message using specified delimiter and format.
toString() - Method in class biz.onixs.fix.parser.FixFlatMessage
 
toString() - Method in class biz.onixs.fix.parser.FixStructuredMessage
 
toString(StringBuilder) - Method in class biz.onixs.fix.parser.FlatMessage
Fills StringBuilder with the string representation of the object.
toString() - Method in class biz.onixs.fix.parser.FlatMessage
 
toString() - Method in class biz.onixs.fix.parser.Group
Returns string representation of the group.
toString(char) - Method in class biz.onixs.fix.parser.Group
Returns string representation of the group using specified delimiter.
toString(Message.StringFormat) - Method in class biz.onixs.fix.parser.Group
Returns string representation of the group using specified format.
toString(char, Message.StringFormat) - Method in class biz.onixs.fix.parser.Group
Returns string representation of the group using specified delimiter and format.
toString() - Method in class biz.onixs.fix.parser.MessageDiff
 
toString() - Method in class biz.onixs.fix.scheduler.ErrorListener.ErrorArgs
 
toString() - Method in class biz.onixs.fix.scheduler.ErrorListener.LogonErrorArgs
 
toString() - Method in class biz.onixs.fix.scheduler.SessionScheduler
 
toString() - Method in class biz.onixs.fix.scheduler.WeeklyInterval
 
toString() - Method in class biz.onixs.util.ByteBuffer
 
toString() - Method in class biz.onixs.util.DynamicByteBuffer
 
toString() - Method in class biz.onixs.util.File
 
toString() - Method in class biz.onixs.util.HighResolutionTimestamp
 
toString() - Method in class biz.onixs.util.network.PortRange
 
toString() - Method in class biz.onixs.util.PrecisionTimer
 
toString() - Method in class biz.onixs.util.ProductInfo
 
toString() - Method in class biz.onixs.util.ScaledDecimal
 
toString() - Method in class biz.onixs.util.Throttler
String representation of the throttler.
toString() - Method in class biz.onixs.util.url.AbsolutePathResourceLoader
 
toString() - Method in class biz.onixs.util.url.ChainedResourceLoader
 
toString() - Method in class biz.onixs.util.url.ClassPathResourceLoader
 
toString() - Method in class biz.onixs.util.url.DirResourceLoader
 
toString() - Method in class biz.onixs.util.url.NullResourceLoader
 
toString() - Method in class biz.onixs.util.UtcTimestamp
 
toString() - Method in class biz.onixs.util.ValuePtr
 
toStringDetailed() - Method in class biz.onixs.fix.engine.Session
 
toXml() - Method in interface biz.onixs.fix.parser.FixBlock
Returns string representation of the message in pretty XML format.
toXml() - Method in class biz.onixs.fix.parser.Message
 
trace(Object, String, Logger) - Static method in class biz.onixs.util.log.Log
 
trace(Object, String, Object, Logger) - Static method in class biz.onixs.util.log.Log
 
trace(Object, String, Object, Object, Logger) - Static method in class biz.onixs.util.log.Log
 
trace(Object, String, Object[], Logger) - Static method in class biz.onixs.util.log.Log
 
trace(Logger, Object, String, Object...) - Static method in class biz.onixs.util.log.Log
 
trimWhiteSpace(String) - Static method in class biz.onixs.util.Utils
 
tryAcquire(long) - Method in class biz.onixs.fix.engine.util.Semaphore
Acquire the Semaphore.
tryAcquire() - Method in class biz.onixs.util.concurrent.LightweightSemaphore
 
tryAcquire(long) - Method in class biz.onixs.util.concurrent.LightweightSemaphore
 
tryAdd(long) - Method in class biz.onixs.util.Throttler
Tries to put new time mark into internal storage of the throttler.
tryLock() - Method in class biz.onixs.util.File
 
tryParse(byte[], int, int, TimestampFormat) - Method in class biz.onixs.util.HighResolutionTimestamp
Tries to parse timestamp from byte array.
TypeMessageFilter - Class in biz.onixs.fix.filter
FIX message filter.
TypeMessageFilter(String) - Constructor for class biz.onixs.fix.filter.TypeMessageFilter
Constructor.

U

UnexpectedSequenceNumberException - Exception in biz.onixs.fix.engine
The first received message is a Logon message with wrong sequence number.
UnexpectedSequenceNumberException(String, long, long) - Constructor for exception biz.onixs.fix.engine.UnexpectedSequenceNumberException
Constructor.
UNI_LOADER - Static variable in class biz.onixs.util.url.ResourceLoaderUtil
Classpath, absolute path, current directory loading sequence.
UNKNOWN - Static variable in class biz.onixs.fix.dictionary.Version
Unknown FIX version.
UNKNOWN_ERROR - Static variable in class biz.onixs.fix.parser.MessageDiff
 
unregister(Session) - Method in class biz.onixs.fix.scheduler.SessionScheduler
Un-registers session.
UnsignedInteger - Class in biz.onixs.fix.fast
Unsigned integer.
UnsignedInteger(int) - Constructor for class biz.onixs.fix.fast.UnsignedInteger
Constructor.
UnsignedInteger(String) - Constructor for class biz.onixs.fix.fast.UnsignedInteger
Constructor.
UnsupportedOperationException - Exception in biz.onixs.fix.fast
 
UnsupportedOperationException() - Constructor for exception biz.onixs.fix.fast.UnsupportedOperationException
 
UnsupportedOperationException(String) - Constructor for exception biz.onixs.fix.fast.UnsupportedOperationException
 
UnsupportedOperationException(String, Throwable) - Constructor for exception biz.onixs.fix.fast.UnsupportedOperationException
 
UnsupportedOperationException(Throwable) - Constructor for exception biz.onixs.fix.fast.UnsupportedOperationException
 
unwrap() - Method in class biz.onixs.fix.parser.FlatGroupReader
Detaches the reader from message or another reader.
update() - Method in class biz.onixs.util.PrecisionTimer
 
updateChecksum() - Method in class biz.onixs.fix.parser.Message
Calculates and updates the CheckSum(10) field value.
updateMissedIdentifiers(TemplateUpdateNotifications) - Method in class biz.onixs.fix.fast.Coder
Restore identifiers that were missed in the FAST template.
USER_CODE_THREW_EXCEPTION - Static variable in class biz.onixs.fix.engine.Session.ErrorReason
User code threw exception.
USER_SESSION_LEVEL_MESSAGE_WARNING_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
USER_SESSION_LEVEL_MESSAGE_WARNING_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
UtcTimestamp - Class in biz.onixs.util
UTC timestamp.
UtcTimestamp(boolean) - Constructor for class biz.onixs.util.UtcTimestamp
 
Utils - Class in biz.onixs.fix.fixml
Utility class containing methods for reading FIX and FIXML messages.
Utils - Class in biz.onixs.util
 

V

validate(int) - Method in class biz.onixs.fix.parser.FixFlatMessage
 
validate(int) - Method in interface biz.onixs.fix.parser.FixMessage
Validates the fix message according to the given validation flags.
validate(int) - Method in class biz.onixs.fix.parser.FixStructuredMessage
 
validate() - Method in class biz.onixs.fix.parser.Message
Deprecated.
validate(boolean) - Method in class biz.onixs.fix.parser.Message
Deprecated.
validate(int) - Method in class biz.onixs.fix.parser.Message
Validates the message.
validate() - Method in class biz.onixs.fix.scheduler.GenericWeeklySchedule
 
validate() - Method in interface biz.onixs.fix.scheduler.SessionSchedule
Validates scheduled intervals.
validate() - Method in class biz.onixs.fix.scheduler.SimpleWeeklySchedule
 
validate() - Method in class biz.onixs.fix.scheduler.SingleDayLengthSchedule
 
validate() - Method in class biz.onixs.fix.scheduler.WeeklyIntervalList
 
VALIDATE_CHECKSUM_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
VALIDATE_CHECKSUM_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
VALIDATE_DUPLICATED_FIELD_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
VALIDATE_DUPLICATED_FIELD_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
VALIDATE_EMPTY_FIELD_VALUES_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
VALIDATE_EMPTY_FIELD_VALUES_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
VALIDATE_FIELD_VALUES_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
VALIDATE_FIELD_VALUES_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
VALIDATE_INBOUND_MESSAGES_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
VALIDATE_INBOUND_MESSAGES_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
VALIDATE_NUMBER_OF_REPEATING_GROUP_INSTANCES_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
VALIDATE_NUMBER_OF_REPEATING_GROUP_INSTANCES_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
VALIDATE_OUTBOUND_MESSAGES_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
VALIDATE_OUTBOUND_MESSAGES_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
VALIDATE_REQUIRED_FIELDS_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
VALIDATE_REQUIRED_FIELDS_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
VALIDATE_UNKNOWN_FIELDS_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
VALIDATE_UNKNOWN_FIELDS_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
VALIDATE_UNKNOWN_MESSAGE_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
VALIDATE_UNKNOWN_MESSAGE_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 
ValidateBodyLength - Static variable in class biz.onixs.fix.parser.MessageValidationFlags
Validate the BodyLength (9) value.
ValidateCheckSum - Static variable in class biz.onixs.fix.parser.MessageValidationFlags
Validate the CheckSum (10) value.
ValidateDuplicatedFields - Static variable in class biz.onixs.fix.parser.MessageValidationFlags
Validate the presence of duplicated fields.
ValidateEmptyFieldValues - Static variable in class biz.onixs.fix.parser.MessageValidationFlags
Validate empty field values.
ValidateFieldValues - Static variable in class biz.onixs.fix.parser.MessageValidationFlags
Validate field values.
ValidateNumberOfRepeatingGroupInstances - Static variable in class biz.onixs.fix.parser.MessageValidationFlags
Validate the repeating group entries count.
ValidateRepeatingGroupLeadingField - Static variable in class biz.onixs.fix.parser.MessageValidationFlags
Validate that repeating group instances start with the correct leading fields.
ValidateRequiredFields - Static variable in class biz.onixs.fix.parser.MessageValidationFlags
Validate the presence of required fields.
ValidateUnknownFields - Static variable in class biz.onixs.fix.parser.MessageValidationFlags
Validate the presence of unknown fields.
ValidateUnknownMessages - Static variable in class biz.onixs.fix.parser.MessageValidationFlags
Validate the presence of unknown messages.
ValueIsIncorrectException - Exception in biz.onixs.fix.parser
 
ValueIsIncorrectException(String, int, CharSequence) - Constructor for exception biz.onixs.fix.parser.ValueIsIncorrectException
 
ValueIsIncorrectException(String, Throwable, int, CharSequence) - Constructor for exception biz.onixs.fix.parser.ValueIsIncorrectException
 
valueOf(String) - Static method in enum biz.onixs.fix.dictionary.ApplVerId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.fix.dictionary.FieldValueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.fix.engine.ConnectionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.fix.engine.Engine.ErrorReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.fix.engine.Engine.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.fix.engine.Engine.WarningReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.fix.engine.License.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.fix.engine.MessageMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.fix.engine.ResendRequestLogic
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.fix.engine.SessionReactor.ReactorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.fix.engine.SessionRole
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class biz.onixs.fix.engine.storage.MessageDirection
 
valueOf(byte[], int, int) - Static method in class biz.onixs.fix.engine.storage.MessageDirection
 
valueOf(boolean) - Static method in class biz.onixs.fix.engine.storage.PossDupFlag
 
valueOf(String) - Static method in class biz.onixs.fix.engine.storage.PossDupFlag
 
valueOf(byte[], int, int) - Static method in class biz.onixs.fix.engine.storage.PossDupFlag
 
valueOf(String) - Static method in enum biz.onixs.fix.engine.ThreadRole
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.fix.fast.FastVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.fix.parser.Message.StringFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.fix.parser.ParserException.RejectReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.fix.scheduler.SequenceNumberResetPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.util.network.ConnectionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.util.network.ProxySettings.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.util.network.SocketConnector.ErrorReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.util.network.TcpConnectionStopReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.util.TimestampFormat
Returns the enum constant of this type with the specified name.
ValuePtr - Class in biz.onixs.util
Value pointer as a region in a byte array.
ValuePtr() - Constructor for class biz.onixs.util.ValuePtr
Creates undefined value pointer.
ValuePtr(byte[], int, int) - Constructor for class biz.onixs.util.ValuePtr
Creates the value pointer.
ValuePtr(byte[], int) - Constructor for class biz.onixs.util.ValuePtr
Creates the value pointer.
ValuePtr(byte[]) - Constructor for class biz.onixs.util.ValuePtr
Creates the value pointer.
ValuePtr(String) - Constructor for class biz.onixs.util.ValuePtr
Creates the value pointer on whole byte array encoded from string.
values() - Static method in enum biz.onixs.fix.dictionary.ApplVerId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.fix.dictionary.FieldValueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.fix.engine.ConnectionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.fix.engine.Engine.ErrorReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.fix.engine.Engine.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.fix.engine.Engine.WarningReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.fix.engine.License.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.fix.engine.MessageMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.fix.engine.ResendRequestLogic
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.fix.engine.SessionReactor.ReactorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.fix.engine.SessionRole
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.fix.engine.ThreadRole
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.fix.fast.FastVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.fix.parser.Message.StringFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.fix.parser.ParserException.RejectReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.fix.scheduler.SequenceNumberResetPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.util.network.ConnectionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.util.network.ProxySettings.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.util.network.SocketConnector.ErrorReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.util.network.TcpConnectionStopReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.util.TimestampFormat
Returns an array containing the constants of this enum type, in the order they are declared.
verifyEngineInited() - Static method in class biz.onixs.fix.engine.Engine
Verifies that Engine inited
verifyEngineNotInited() - Static method in class biz.onixs.fix.engine.Engine
Verifies that Engine is not inited
Version - Class in biz.onixs.fix.dictionary
Financial Information eXchange (FIX) protocol version.
VersionNotUsable - Exception in biz.onixs.fix.dictionary
Version can not be used or not inited.
VersionNotUsable(Version) - Constructor for exception biz.onixs.fix.dictionary.VersionNotUsable
Constructor.
VERSIONS_DEFAULT - Static variable in class biz.onixs.fix.engine.EngineSettings
 
VERSIONS_PROP - Static variable in class biz.onixs.fix.engine.EngineSettings
 

W

w(Logger, Object, String, Object...) - Static method in class biz.onixs.util.log.Log
 
WAIT_FOR_RETRANSMISSION - Static variable in class biz.onixs.fix.engine.SessionState
Session is waiting for the message retransmission from the counterparty.
waitForEnter() - Static method in class biz.onixs.util.Utils
 
waitForEnter(String) - Static method in class biz.onixs.util.Utils
 
waitForEnterToTerminateApp() - Static method in class biz.onixs.util.Utils
 
waitRead(long, TimeUnit) - Method in interface biz.onixs.util.network.Socket
Waits for read I/O operation to be ready.
waitWrite(long, TimeUnit) - Method in interface biz.onixs.util.network.Socket
Waits for write I/O operation to be ready.
wakeupRead() - Method in interface biz.onixs.util.network.Socket
Causes the Socket.waitRead(long, TimeUnit) operation that has not yet returned to return immediately.
wakeupWrite() - Method in interface biz.onixs.util.network.Socket
Causes the Socket.waitWrite(long, TimeUnit) operation that has not yet returned to return immediately.
warmUp(Message) - Method in class biz.onixs.fix.engine.Session
Warms up the sending path.
warn(Object, String, Logger) - Static method in class biz.onixs.util.log.Log
 
warn(Object, String, Object, Logger) - Static method in class biz.onixs.util.log.Log
 
warn(Object, String, Object, Object, Logger) - Static method in class biz.onixs.util.log.Log
 
warn(Object, String, Object[], Logger) - Static method in class biz.onixs.util.log.Log
 
warn(Logger, Object, String, Object...) - Static method in class biz.onixs.util.log.Log
 
WarningArgs(Engine.WarningReason, String) - Constructor for class biz.onixs.fix.engine.Engine.WarningArgs
 
WarningArgs() - Constructor for class biz.onixs.fix.engine.Session.WarningArgs
 
WarningArgs(Session.WarningReason, String) - Constructor for class biz.onixs.fix.engine.Session.WarningArgs
Creates event data.
WeeklyInterval - Class in biz.onixs.fix.scheduler
Weekly activity interval.
WeeklyInterval() - Constructor for class biz.onixs.fix.scheduler.WeeklyInterval
 
WeeklyIntervalList - Class in biz.onixs.fix.scheduler
Weekly interval list.
WeeklyIntervalList() - Constructor for class biz.onixs.fix.scheduler.WeeklyIntervalList
 
WHITE_SPACE - Static variable in class biz.onixs.util.Utils
 
wrap(FlatMessage) - Method in class biz.onixs.fix.parser.FlatGroupReader
Attaches reader to the message as top-level group.
wrap(FlatGroupReader) - Method in class biz.onixs.fix.parser.FlatGroupReader
Attaches the accessor as nested group.
write(OutputStream) - Method in class biz.onixs.util.ByteBuffer
Writes the data from the byte buffer into specified output stream.
write(byte) - Method in class biz.onixs.util.File
 
write(byte[]) - Method in class biz.onixs.util.File
 
write(ByteBuffer) - Method in class biz.onixs.util.File
 
write(String) - Method in class biz.onixs.util.File
 
write(byte[], int, int) - Method in class biz.onixs.util.File
 
write(ByteBuffer) - Method in interface biz.onixs.util.network.Socket
Writes a sequence of bytes from the given buffer.
write(OutputStream) - Method in class biz.onixs.util.ValuePtr
Writes pointed value into output stream.

X

XmlUtils - Class in biz.onixs.util
 

Y

Y - Static variable in class biz.onixs.fix.engine.storage.PossDupFlag
 
Y - Static variable in class biz.onixs.util.ValuePtr
Value pointer to a byte array encoded from string "Y".

Z

ZERO - Static variable in class biz.onixs.util.ValuePtr
Value pointer to a byte array encoded from string "0".
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links

Copyright © 2005–2024 Onix Solutions. All rights reserved.