FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member Summary | |
---|---|
com.apama.marketdata.MarketDataKey | MDKey
The market data key. |
com.apama.marketdata.InnerTickKey | innerTickKey
The symbol, service, exchange and market for this source of market data. |
Action Summary | |
---|---|
string |
_toString()
This action returns a string representation of this key that is shorter than the standard toString action. |
string |
getExchange()
This action returns the exchange for this tick data source. |
com.apama.marketdata.InnerTickKey |
getInnerKey()
This action returns the inner key, which does not contain key extra parameters. This is useful e.g. for using as a key in a dictionary. |
dictionary<string, string > |
getKeyExtraParams()
This action returns any key extra parameters for this tick data source. |
string |
getMarket()
This action returns the market for this tick data source. |
string |
getService()
This action returns the service for this tick data source. |
string |
getSymbol()
This action returns the symbol for this tick data source. |
boolean |
matches(com.apama.marketdata.Tick tick)
This action tests a tick event to establish whether it came from the source the key represents. |
boolean |
matchesKey(com.apama.marketdata.TickKey otherKey)
Tests whether two tick data keys are the same. |
boolean |
matchesSub(com.apama.marketdata.SubscribeTick sub)
This action tests if a subscription is for the source this key represents. |
boolean |
matchesUnsub(com.apama.marketdata.UnsubscribeTick unsub)
This action tests if an unsubscription is for the source this key represents. |
void |
set(string symbol, string service, string exchange, string market, dictionary<string, string > keyExtraParams)
This constructor is used to set a tick data key by specifying each field explicitly. |
void |
setFromMDKey(com.apama.marketdata.MarketDataKey key)
This constructor is used to create a tick data key from a market data key. |
void |
setFromSub(com.apama.marketdata.SubscribeTick sub)
This constructor is used to set a tick data key from a subscription event. |
void |
setFromTick(com.apama.marketdata.Tick tick)
This constructor is used to set a tick data key from a tick event by extracting the extra parameters from it. |
void |
setFromUnsub(com.apama.marketdata.UnsubscribeTick unsub)
This constructor is used to set a tick data key from an unsubscription event. |
Member Detail |
---|
com.apama.marketdata.InnerTickKey innerTickKeyThe symbol, service, exchange and market for this source of market data.
com.apama.marketdata.MarketDataKey MDKeyThe market data key.
Action Detail |
---|
string _toString()This action returns a string representation of this key that is shorter than the standard toString action.
string getExchange()This action returns the exchange for this tick data source.
com.apama.marketdata.InnerTickKey getInnerKey()This action returns the inner key, which does not contain key extra parameters. This is useful e.g. for using as a key in a dictionary.
dictionary<string, string > getKeyExtraParams()This action returns any key extra parameters for this tick data source.
string getMarket()This action returns the market for this tick data source.
string getService()This action returns the service for this tick data source.
string getSymbol()This action returns the symbol for this tick data source.
boolean matches(com.apama.marketdata.Tick tick)This action tests a tick event to establish whether it came from the source the key represents.
boolean matchesKey(com.apama.marketdata.TickKey otherKey)Tests whether two tick data keys are the same.
boolean matchesSub(com.apama.marketdata.SubscribeTick sub)This action tests if a subscription is for the source this key represents.
boolean matchesUnsub(com.apama.marketdata.UnsubscribeTick unsub)This action tests if an unsubscription is for the source this key represents.
void set(string symbol, string service, string exchange, string market, dictionary<string, string > keyExtraParams)This constructor is used to set a tick data key by specifying each field explicitly.
void setFromMDKey(com.apama.marketdata.MarketDataKey key)This constructor is used to create a tick data key from a market data key.
void setFromSub(com.apama.marketdata.SubscribeTick sub)This constructor is used to set a tick data key from a subscription event.
void setFromTick(com.apama.marketdata.Tick tick)This constructor is used to set a tick data key from a tick event by extracting the extra parameters from it.
void setFromUnsub(com.apama.marketdata.UnsubscribeTick unsub)This constructor is used to set a tick data key from an unsubscription event.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |