|
||||||||||
| PREV CLASS NEXT CLASS | All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.teraspaces.qwfix.FIXTZTimestamp
public class FIXTZTimestamp
Represents a TZTimestamp data type defined in FIX 5.0+.
| Constructor Summary | |
|---|---|
FIXTZTimestamp(DateTime time)
Instantiates a new FIXTZTimestamp. |
|
FIXTZTimestamp(DateTime time,
TimeSpan offset)
Instantiates a new FIXTZTimestamp. |
|
| Method Summary | |
|---|---|
TimeSpan |
getOffset()
|
TZOffsetOption |
getOffsetOptions()
Gets the offset options. |
DateTime |
getTime()
Gets the time. |
static FIXTZTimestamp |
parse(String value)
Creates an instance of FIXTZTimestamp from the string representation. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FIXTZTimestamp(DateTime time)
time - the time
public FIXTZTimestamp(DateTime time,
TimeSpan offset)
time - the timeoffset - the offset| Method Detail |
|---|
public TZOffsetOption getOffsetOptions()
public DateTime getTime()
public TimeSpan getOffset()
public String toString()
toString in class Objectpublic static FIXTZTimestamp parse(String value)
value - the value
|
||||||||||
| PREV CLASS NEXT CLASS | All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||