com.apama.marketdata
Event SubscribeTick



Member summary
 stringserviceId

Service ID - blank is shorthand for "any" (only recommended for example applications).
 stringmarketId

Identifier for the entity to receive the subscription. Exact meaning depends on adapter.
 stringsymbol

The symbol, stock code, bond or currency pair to trade.
 dictionary<string, string>extraParams

Extra parameters that do not map into any of the above. Convention is that keys are in TitleCase. e.g. "StopPrice", "Account", etc.
 
Member detail

extraParams

            dictionary<string, string> extraParams
        
Extra parameters that do not map into any of the above. Convention is that keys are in TitleCase. e.g. "StopPrice", "Account", etc.

marketId

            string marketId
        
Identifier for the entity to receive the subscription. Exact meaning depends on adapter.

serviceId

            string serviceId
        
Service ID - blank is shorthand for "any" (only recommended for example applications).

symbol

            string symbol
        
The symbol, stock code, bond or currency pair to trade.