|
||||||||||
| PREV CLASS NEXT CLASS | All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.teraspaces.qwfix.FIXTZTimeOnly
public final class FIXTZTimeOnly
Represents a TZTimeOnly data type defined in FIX 5.0+.
| Constructor Summary | |
|---|---|
FIXTZTimeOnly(TimeSpan time)
Instantiates a new FIXTZTimeOnly. |
|
FIXTZTimeOnly(TimeSpan time,
DateTimeKind kind)
Instantiates a new FIXTZTimeOnly. |
|
FIXTZTimeOnly(TimeSpan time,
TimeSpan offset)
Instantiates a new FIXTZTimeOnly. |
|
| Method Summary | |
|---|---|
DateTimeKind |
getKind()
Gets the kind. |
TimeSpan |
getOffset()
|
TZOffsetOption |
getOffsetOptions()
Gets the offset options. |
TimeSpan |
getTime()
Gets the time. |
static FIXTZTimeOnly |
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 FIXTZTimeOnly(TimeSpan time)
time - the time
public FIXTZTimeOnly(TimeSpan time,
DateTimeKind kind)
time - the timekind - the kind
public FIXTZTimeOnly(TimeSpan time,
TimeSpan offset)
time - the timeoffset - the offset| Method Detail |
|---|
public DateTimeKind getKind()
public TZOffsetOption getOffsetOptions()
public TimeSpan getTime()
public TimeSpan getOffset()
public String toString()
toString in class Objectpublic static FIXTZTimeOnly parse(String value)
value - the value
|
||||||||||
| PREV CLASS NEXT CLASS | All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||