|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dxfeed.event.market.MarketEvent
com.dxfeed.event.market.Profile
public final class Profile
Profile information snapshot that contains security instrument description. It represents the most recent information that is available about the traded security in the market at any given moment of time.
Profile
.
Constructor Summary | |
---|---|
Profile()
Creates new profile with default values. |
|
Profile(String eventSymbol)
Creates new profile with the specified event symbol. |
Method Summary | |
---|---|
String |
getDescription()
Returns description of the security instrument. |
long |
getHaltEndTime()
Returns ending time of the trading halt interval. |
long |
getHaltStartTime()
Returns starting time of the trading halt interval. |
String |
getStatusReason()
Returns description of the reason that trading was halted. |
boolean |
isTradingHalted()
Returns true if trading of this security instrument is halted. |
void |
setDescription(String description)
Changes description of the security instrument. |
void |
setHaltEndTime(long haltEndTime)
Changes ending time of the trading halt interval. |
void |
setHaltStartTime(long haltStartTime)
Changes starting time of the trading halt interval. |
void |
setStatusReason(String statusReason)
Changes description of the reason that trading was halted. |
void |
setTradingHalted(boolean isTradingHalted)
Changes trading halt status of this security instrument. |
String |
toString()
Returns string representation of this profile event. |
Methods inherited from class com.dxfeed.event.market.MarketEvent |
---|
getEventSymbol, setEventSymbol |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Profile()
public Profile(String eventSymbol)
eventSymbol
- event symbol.Method Detail |
---|
public String getDescription()
public void setDescription(String description)
description
- description of the security instrument.public boolean isTradingHalted()
true
if trading of this security instrument is halted.
true
if trading of this security instrument is halted.public void setTradingHalted(boolean isTradingHalted)
isTradingHalted
- true
if trading of this security instrument is halted.public String getStatusReason()
public void setStatusReason(String statusReason)
statusReason
- description of the reason that trading was halted.public long getHaltStartTime()
public void setHaltStartTime(long haltStartTime)
haltStartTime
- starting time of the trading halt interval.public long getHaltEndTime()
public void setHaltEndTime(long haltEndTime)
haltEndTime
- ending time of the trading halt interval.public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |