|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.otfeed.command.SnapshotCommand
public final class SnapshotCommand
Request for the quote snapshot. A snapshot is the latest event of the given type.
Generatesquote,
trade,
marker-maker quote, and
bbo events.
| Constructor Summary | |
|---|---|
SnapshotCommand()
Default construtor. |
|
SnapshotCommand(java.lang.String exchangeCode,
java.lang.String symbolCode)
Creates new snapshot command, initializing all its properties, except volumeStyle,
which defaults to COMPOUND, and delegates. |
|
SnapshotCommand(java.lang.String exchangeCode,
java.lang.String symbolCode,
VolumeStyleEnum volumeStyle)
Creates new snapshot command, initializing all its properties, except delegates. |
|
| Method Summary | |
|---|---|
IDataDelegate<OTBBO> |
getBboDelegate()
|
ICompletionDelegate |
getCompletionDelegate()
Option delegate to watch stream completion event. |
java.lang.String |
getExchangeCode()
Exchange code. |
IDataDelegate<OTMMQuote> |
getMmQuoteDelegate()
|
IDataDelegate<OTQuote> |
getQuoteDelegate()
|
java.lang.String |
getSymbolCode()
Symbol code. |
IDataDelegate<OTTrade> |
getTradeDelegate()
|
VolumeStyleEnum |
getVolumeStyle()
Specifies whether quote events will contain individual volume, or compound volume. |
void |
setBboDelegate(IDataDelegate<OTBBO> val)
|
void |
setCompletionDelegate(ICompletionDelegate val)
Sets completion delegate. |
void |
setExchangeCode(java.lang.String exchangeCode)
Sets the exchange code. |
void |
setMmQuoteDelegate(IDataDelegate<OTMMQuote> val)
|
void |
setQuoteDelegate(IDataDelegate<OTQuote> val)
|
void |
setSymbolCode(java.lang.String val)
Sets symbol code. |
void |
setTradeDelegate(IDataDelegate<OTTrade> val)
|
void |
setVolumeStyle(VolumeStyleEnum val)
Sets volume reporting style. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SnapshotCommand(java.lang.String exchangeCode,
java.lang.String symbolCode,
VolumeStyleEnum volumeStyle)
exchangeCode - exchange code.symbolCode - symbol code.volumeStyle - volume reporting style.public SnapshotCommand()
volumeStyle property to its default
value of COMPOUND.
Other properties must be set explicitly before using
this object.
public SnapshotCommand(java.lang.String exchangeCode,
java.lang.String symbolCode)
volumeStyle,
which defaults to COMPOUND, and delegates.
exchangeCode - exchange code.symbolCode - symbol code.| Method Detail |
|---|
public final void setVolumeStyle(VolumeStyleEnum val)
val - volume style.public IDataDelegate<OTQuote> getQuoteDelegate()
public void setQuoteDelegate(IDataDelegate<OTQuote> val)
public IDataDelegate<OTTrade> getTradeDelegate()
public void setTradeDelegate(IDataDelegate<OTTrade> val)
public IDataDelegate<OTMMQuote> getMmQuoteDelegate()
public void setMmQuoteDelegate(IDataDelegate<OTMMQuote> val)
public IDataDelegate<OTBBO> getBboDelegate()
public void setBboDelegate(IDataDelegate<OTBBO> val)
public final VolumeStyleEnum getVolumeStyle()
COMPOUND volume is requested.
public final java.lang.String getExchangeCode()
public final void setExchangeCode(java.lang.String exchangeCode)
exchangeCode - exchange code.public final java.lang.String getSymbolCode()
public final void setSymbolCode(java.lang.String val)
val - symbol code.public ICompletionDelegate getCompletionDelegate()
public void setCompletionDelegate(ICompletionDelegate val)
val - delegate.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||