| Package | Description | 
|---|---|
| biz.onixs.fix.engine | |
| biz.onixs.fix.engine.storage | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TimestampDateProvider
Timestamp provider with date precision (YYYYMMDD). 
 | 
class  | 
TimestampMicrosProvider
Timestamp provider with microsecond precision. 
 | 
class  | 
TimestampMillisProvider
Timestamp provider with millisecond precision. 
 | 
class  | 
TimestampNanosProvider
Timestamp provider with nanosecond precision. 
 | 
class  | 
TimestampPicosProvider
Timestamp provider with nanosecond precision prepended with zeros till picosecond precision. 
 | 
class  | 
TimestampSecondProvider
Timestamp provider with second precision. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TimestampProvider | 
Session.getTimestampProvider()
Returns the timestamp provider which is used to provide timestamp for writing messages to log and for setting
 SendingTime tag. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Session | 
Session.setTimestampProvider(TimestampProvider timestampProvider)
Sets the timestamp provider which is used to provide timestamp for writing messages to log and for setting
 SendingTime tag. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TimestampProvider | 
FileBasedSessionStorage.getTimestampProvider()
Returns the current timestamp provider. 
 | 
TimestampProvider | 
AsyncFileSessionStorage.getTimestampProvider()
Returns the current timestamp provider. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FileBasedSessionStorage.setTimestampProvider(TimestampProvider timestampProvider)
Sets the timestamp provider which is used to get timestamp when writing the logs. 
 | 
void | 
AsyncFileSessionStorage.setTimestampProvider(TimestampProvider timestampProvider)
Sets the timestamp provider which is used to get timestamp when writing the logs. 
 | 
Copyright © 2005–2025 Onix Solutions. All rights reserved.