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.InnerDepthKey | innerDepthKey
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 depth data source. |
com.apama.marketdata.InnerDepthKey |
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 depth data source. |
string |
getMarket()
This action returns the market for this depth data source. |
string |
getService()
This action returns the service for this depth data source. |
string |
getSymbol()
This action returns the symbol for this depth data source. |
boolean |
matches(com.apama.marketdata.Depth depth)
This action tests a depth event to establish whether it came from the source the key represents. |
boolean |
matchesKey(com.apama.marketdata.DepthKey otherKey)
Tests whether two depth data keys are the same. |
boolean |
matchesSub(com.apama.marketdata.SubscribeDepth sub)
This action tests if a subscription is for the source this key represents. |
boolean |
matchesUnsub(com.apama.marketdata.UnsubscribeDepth 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 depth data key by specifying each field explicitly. |
void |
setFromDepth(com.apama.marketdata.Depth d)
This constructor is used to set a depth data key from a depth event by extracting the extra parameters from it. |
void |
setFromMDKey(com.apama.marketdata.MarketDataKey key)
This constructor is used to create a depth data key from a market data key. |
void |
setFromSub(com.apama.marketdata.SubscribeDepth sub)
This constructor is used to set a depth data key from a subscription event. |
void |
setFromUnsub(com.apama.marketdata.UnsubscribeDepth unsub)
This constructor is used to set a depth data key from an unsubscription event. |
Member detail |
---|
com.apama.marketdata.InnerDepthKey innerDepthKeyThe 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 depth data source.
com.apama.marketdata.InnerDepthKey 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 depth data source.
string getMarket()This action returns the market for this depth data source.
string getService()This action returns the service for this depth data source.
string getSymbol()This action returns the symbol for this depth data source.
boolean matches(com.apama.marketdata.Depth depth)This action tests a depth event to establish whether it came from the source the key represents.
boolean matchesKey(com.apama.marketdata.DepthKey otherKey)Tests whether two depth data keys are the same.
boolean matchesSub(com.apama.marketdata.SubscribeDepth sub)This action tests if a subscription is for the source this key represents.
boolean matchesUnsub(com.apama.marketdata.UnsubscribeDepth 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 depth data key by specifying each field explicitly.
void setFromDepth(com.apama.marketdata.Depth d)This constructor is used to set a depth data key from a depth event by extracting the extra parameters from it.
void setFromMDKey(com.apama.marketdata.MarketDataKey key)This constructor is used to create a depth data key from a market data key.
void setFromSub(com.apama.marketdata.SubscribeDepth sub)This constructor is used to set a depth data key from a subscription event.
void setFromUnsub(com.apama.marketdata.UnsubscribeDepth unsub)This constructor is used to set a depth data key from an unsubscription event.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |