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) |
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 |
SessionSettings.getString(SessionID sessionID,
String key)
Get a settings string.
|
String |
SessionSettings.getString(String key)
Gets a string from the default section of the settings.
|
String |
Dictionary.getString(String key) |
String |
Dictionary.getString(String key,
boolean capitalize) |
Constructor and Description |
---|
SessionSchedule(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 boolean |
BooleanConverter.convert(String value)
Converts a String value to a boolean.
|
Constructor and Description |
---|
NetworkingOptions(Properties properties) |
Copyright © 2016. All rights reserved.