com.devexperts.qd.tools
Class OptionPostCollector

java.lang.Object
  extended by com.devexperts.qd.tools.Option
      extended by com.devexperts.qd.tools.OptionString
          extended by com.devexperts.qd.tools.OptionEnum
              extended by com.devexperts.qd.tools.OptionPostCollector

public class OptionPostCollector
extends OptionEnum


Field Summary
static java.lang.String HISTORY
           
static java.lang.String RAW
           
static java.lang.String STREAM
           
static java.lang.String TICKER
           
 
Fields inherited from class com.devexperts.qd.tools.OptionEnum
default_value, values
 
Fields inherited from class com.devexperts.qd.tools.OptionString
value
 
Constructor Summary
OptionPostCollector(java.lang.String default_value)
           
 
Method Summary
 MessageType getMessageType()
           
 
Methods inherited from class com.devexperts.qd.tools.OptionEnum
getValueOrDefault, makeDescription
 
Methods inherited from class com.devexperts.qd.tools.OptionString
getValue, parse, toString
 
Methods inherited from class com.devexperts.qd.tools.Option
getDeprecated, getDescription, getFullName, getShortName, init, isSet, setDeprecated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TICKER

public static final java.lang.String TICKER
See Also:
Constant Field Values

STREAM

public static final java.lang.String STREAM
See Also:
Constant Field Values

HISTORY

public static final java.lang.String HISTORY
See Also:
Constant Field Values

RAW

public static final java.lang.String RAW
See Also:
Constant Field Values
Constructor Detail

OptionPostCollector

public OptionPostCollector(java.lang.String default_value)
Method Detail

getMessageType

public MessageType getMessageType()