com.dxfeed.api.event
Class Profile

java.lang.Object
  extended by com.dxfeed.api.event.Event
      extended by 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.


Constructor Summary
Profile()
           
Profile(java.lang.String eventSymbol)
           
 
Method Summary
 java.lang.String getDescription()
           
 boolean isTradingHalted()
           
 void setDescription(java.lang.String description)
           
 void setTradingHalted(boolean isTradingHalted)
           
 java.lang.String toString()
           
 
Methods inherited from class com.dxfeed.api.event.Event
getEventSymbol, setEventSymbol
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Profile

public Profile()

Profile

public Profile(java.lang.String eventSymbol)
Method Detail

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