|
||||||||||
| PREV CLASS NEXT CLASS | All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.teraspaces.qwfix.FIXDataType
public final class FIXDataType
Lists all FIX data types in FIX protocol versions from 4.0 to 5.0+.
| Field Summary | |
|---|---|
static String |
Amt
FIX Amt data type. |
static String |
Boolean
FIX Boolean data type. |
static String |
Char
FIX char data type. |
static String |
Country
FIX Country data type. |
static String |
Currency
FIX Currency data type. |
static String |
Data
FIX data data type. |
static String |
Date
FIX date data type. |
static String |
DayOfMonth
FIX day-of-month data type. |
static String |
Exchange
FIX Exchange data type. |
static String |
Float
FIX float data type. |
static String |
Int
FIX int data type. |
static String |
Length
FIX Length data type. |
static String |
LocalMktDate
FIX LocalMktDate data type. |
static String |
MonthYear
FIX month-year data type. |
static String |
MonthYear50
FIX month-year data type. |
static String |
MultipleCharValue
FIX string field containing one or more space delimited single character values. |
static String |
MultipleStringValue
FIX string field containing one or more space delimited multiple character values. |
static String |
MultipleValueString
FIX MultipleValueString data type. |
static String |
NumInGroup
FIX NumInGroup data type. |
static String |
Percentage
FIX Percentage data type. |
static String |
Price
FIX Price data type. |
static String |
PriceOffset
FIX PriceOffset data type. |
static String |
Qty
FIX Qty data type. |
static String |
SeqNum
FIX SeqNum data type. |
static String |
String
FIX String data type. |
static String |
TagNum
FIX TagNum data type. |
static String |
Time
FIX time data type. |
static String |
TZTimeOnly
FIX string field representing the time represented based on ISO 8601. |
static String |
TZTimestamp
FIX string field representing a time/date combination representing local time with an offset to UTC to allow identification of local time and timezone offset of that time. |
static String |
UtcDate
FIX UTCDate data type. |
static String |
UtcDateOnly
FIX UTCDateOnly data type. |
static String |
UtcTimeOnly
FIX UTCTimeOnly data type. |
static String |
UtcTimestamp
FIX UTCTimeOnly data type. |
static String |
XMLData
Contains an XML document raw data with no format or content restrictions. |
| Constructor Summary | |
|---|---|
FIXDataType()
|
|
| Method Summary | |
|---|---|
static String[] |
getAllTypes()
Gets the all types. |
static String[] |
getDataTypes(FIXVersion version)
Gets the supported FIX data types by specified version. |
static boolean |
isIntType(String type)
Checks whether a given type name is derived from integer type. |
static boolean |
isStringType(String type)
Checks whether a given type name is derived from string type. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String Int
public static final String Length
public static final String NumInGroup
public static final String SeqNum
public static final String TagNum
public static final String Amt
public static final String Percentage
public static final String Boolean
public static final String Char
public static final String Data
public static final String Float
public static final String LocalMktDate
public static final String MonthYear
public static final String Price
public static final String PriceOffset
public static final String Qty
public static final String String
public static final String Date
public static final String UtcDate
public static final String UtcDateOnly
public static final String Time
public static final String UtcTimeOnly
public static final String UtcTimestamp
public static final String MultipleValueString
public static final String Exchange
public static final String Currency
public static final String Country
public static final String DayOfMonth
public static final String TZTimeOnly
public static final String TZTimestamp
public static final String MultipleCharValue
public static final String MultipleStringValue
public static final String MonthYear50
public static final String XMLData
| Constructor Detail |
|---|
public FIXDataType()
| Method Detail |
|---|
public static String[] getAllTypes()
public static String[] getDataTypes(FIXVersion version)
The returned array is always a copy. Modifying the contents of the returned array doesn't affect our system, even though it absolutely does not make sense to do so.
version - the FIX version
public static boolean isIntType(String type)
type - the type name
public static boolean isStringType(String type)
type - the type name
|
||||||||||
| PREV CLASS NEXT CLASS | All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||