|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Application
Method Summary | |
---|---|
void |
resolveInstrumentBySecID(long secID,
SecurityDefinitionListener listener)
Subscribes to instrument replay by security ID |
void |
resolveInstrumentBySecurityDescription(java.lang.String secDesc,
SecurityDefinitionListener listener)
Subscribes to instrument replay by security description |
void |
resolveInstrumentBySecurityGroup(java.lang.String securityGroup,
SecurityDefinitionListener listener)
Subscribes to instrument replay by security group |
void |
resolveInstrumentBySymbol(java.lang.String symbol,
SecurityDefinitionListener listener)
Subscribes to instrument replay by symbol |
boolean |
resolveInstrumentsByChannelID(java.lang.String channelID,
SecurityDefinitionListener listener)
Subscribes to instrument replay by channel ID |
void |
start()
Deprecated. |
void |
stop()
Stops application. |
void |
stopChannelListener(java.lang.String channelID,
SecurityDefinitionListener listener)
Unsubscribe from instrument replay by channel |
void |
stopSecGroupListener(java.lang.String securityGroup,
SecurityDefinitionListener listener)
Unsubscribe from instrument replay by security group |
void |
stopSecIDListener(long secID,
SecurityDefinitionListener listener)
Unsubscribe from instrument replay by security ID |
void |
stopSecurityDescriptionListener(java.lang.String secDesc,
SecurityDefinitionListener listener)
Unsubscribe from instrument replay by security description |
void |
stopSymbolListener(java.lang.String symbol,
SecurityDefinitionListener listener)
Unsubscribe from instrument replay by String |
void |
subscribe(java.lang.String symbol,
InstrumentListener listener,
RecoveryOptions recovery)
|
boolean |
subscribeAll(InstrumentListener listener,
RecoveryOptions recoveryOptions)
Subscribes to the market data for all instruments on market |
void |
subscribeAll(RecoveryOptions recoveryOptions)
Deprecated. |
boolean |
subscribeByChannelID(java.lang.String channelID,
InstrumentListener listener,
RecoveryOptions recoveryOptions)
Subscribes to market data for instrument by security ID and channel info |
void |
subscribeBySecurityDesc(java.lang.String secDesc,
InstrumentListener listener,
RecoveryOptions recoveryOptions)
Subscribes to market data for instrument by security description |
boolean |
subscribeBySecurityID(long secID,
java.lang.String secDesc,
java.lang.String channelID,
InstrumentListener listener,
RecoveryOptions recoveryOptions)
Subscribes to market data for instrument by security ID and channel info |
void |
unsubscribe(java.lang.String symbol)
|
void |
unsubscribeAll()
Unsubscribe from all instruments |
void |
unsubscribeByChannelID(java.lang.String channelID,
InstrumentListener listener)
Unsubscribes from market data on channel. |
void |
unsubscribeBySecDesc(java.lang.String secDesc)
Unsubscribes from instrument by security description |
void |
unsubscribeBySecurityID(long secID)
Unsubscribes from instrument by security ID |
Method Detail |
---|
@Deprecated void start()
void subscribe(java.lang.String symbol, InstrumentListener listener, RecoveryOptions recovery)
void unsubscribe(java.lang.String symbol)
void subscribeBySecurityDesc(java.lang.String secDesc, InstrumentListener listener, RecoveryOptions recoveryOptions)
secDesc
- listener
- recoveryOptions
- void unsubscribeBySecDesc(java.lang.String secDesc)
secDesc
- void unsubscribeBySecurityID(long secID)
secID
- boolean subscribeBySecurityID(long secID, java.lang.String secDesc, java.lang.String channelID, InstrumentListener listener, RecoveryOptions recoveryOptions)
secID
- secDesc
- channelID
- listener
- recoveryOptions
- boolean subscribeByChannelID(java.lang.String channelID, InstrumentListener listener, RecoveryOptions recoveryOptions)
channelID
- listener
- recoveryOptions
- void unsubscribeByChannelID(java.lang.String channelID, InstrumentListener listener)
channelID
- subscribeByChannelID(String, InstrumentListener, RecoveryOptions)
void resolveInstrumentBySymbol(java.lang.String symbol, SecurityDefinitionListener listener)
symbol
- listener
- void resolveInstrumentBySecurityDescription(java.lang.String secDesc, SecurityDefinitionListener listener)
secDesc
- listener
- void resolveInstrumentBySecID(long secID, SecurityDefinitionListener listener)
secID
- listener
- void resolveInstrumentBySecurityGroup(java.lang.String securityGroup, SecurityDefinitionListener listener)
securityGroup
- listener
- boolean resolveInstrumentsByChannelID(java.lang.String channelID, SecurityDefinitionListener listener)
channelID
- listener
- void stopSymbolListener(java.lang.String symbol, SecurityDefinitionListener listener)
symbol
- listener
- void stopSecurityDescriptionListener(java.lang.String secDesc, SecurityDefinitionListener listener)
secDesc
- listener
- void stopSecIDListener(long secID, SecurityDefinitionListener listener)
secID
- listener
- void stopSecGroupListener(java.lang.String securityGroup, SecurityDefinitionListener listener)
securityGroup
- listener
- void stopChannelListener(java.lang.String channelID, SecurityDefinitionListener listener)
channelID
- listener
- boolean subscribeAll(InstrumentListener listener, RecoveryOptions recoveryOptions)
recoveryOptions
- @Deprecated void subscribeAll(RecoveryOptions recoveryOptions)
void unsubscribeAll()
void stop()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |