com.dxfeed.api.event
Class Profile
java.lang.Object
com.dxfeed.api.event.Event
com.dxfeed.api.event.Profile
public final class Profile
- extends Event
Security profile-related information that contains description.
Implementation details
This event is implemented on top of QDS record Profile
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Profile
public Profile()
Profile
public Profile(java.lang.String eventSymbol)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
isTradingHalted
public boolean isTradingHalted()
setTradingHalted
public void setTradingHalted(boolean isTradingHalted)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object