Package | Description |
---|---|
quickfix |
Core QuickFIX/J classes.
|
quickfix.field.converter |
FIX message field data converters.
|
quickfix.mina |
MINA-related networking code.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SessionSettings.getBool(SessionID sessionID,
String key)
Get a settings value as a boolean value.
|
boolean |
SessionSettings.getBool(String key)
Gets a boolean value from the default section of the settings.
|
boolean |
Dictionary.getBool(String key) |
int |
Dictionary.getDay(String key) |
double |
SessionSettings.getDouble(SessionID sessionID,
String key)
Get a settings value as a double number.
|
double |
SessionSettings.getDouble(String key)
Gets a double value from the default section of the settings.
|
double |
Dictionary.getDouble(String key) |
int |
SessionSettings.getInt(SessionID sessionID,
String key)
Get a settings value as an integer.
|
int |
SessionSettings.getInt(String key)
Gets an int from the default section of settings.
|
long |
SessionSettings.getLong(SessionID sessionID,
String key)
Get a settings value as a long integer.
|
long |
SessionSettings.getLong(String key)
Gets a long from the default section of settings.
|
long |
Dictionary.getLong(String key) |
String |
Dictionary.getString(String key) |
String |
Dictionary.getString(String key,
boolean capitalize) |
Constructor and Description |
---|
DefaultSessionSchedule(SessionSettings settings,
SessionID sessionID) |
Modifier and Type | Method and Description |
---|---|
static Date |
UtcTimestampConverter.convert(String value)
Convert a timestamp string into a Date.
|
static Date |
UtcTimeOnlyConverter.convert(String value)
Convert between a String and a time
|
static Date |
UtcDateOnlyConverter.convert(String value)
Convert between a String and a date
|
static int |
IntConverter.convert(String value)
Convert a String to an integer.
|
static double |
DoubleConverter.convert(String value)
Convert a String value to a double.
|
static BigDecimal |
DecimalConverter.convert(String value)
Convert a String value to a decimal.
|
static char |
CharConverter.convert(String value)
Convert a String value to a character.
|
static char[] |
CharArrayConverter.convert(String value) |
static boolean |
BooleanConverter.convert(String value)
Converts a String value to a boolean.
|
static LocalDate |
UtcDateOnlyConverter.convertToLocalDate(String value) |
static LocalDateTime |
UtcTimestampConverter.convertToLocalDateTime(String value)
Convert a timestamp string into a LocalDateTime object.
|
static LocalTime |
UtcTimeOnlyConverter.convertToLocalTime(String value) |
Constructor and Description |
---|
NetworkingOptions(Properties properties) |
Copyright © 2021. All rights reserved.