com.apama.marketdata
Event Tick



Member summary
 stringsymbol

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

The price that it was traded at.
 integerquantity

The amount executed.
 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. The key SERVICE_NAME may be used to provide the service that the tick comes from.
 
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. The key SERVICE_NAME may be used to provide the service that the tick comes from.

price

float price
The price that it was traded at.

quantity

integer quantity
The amount executed.

symbol

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