com.apama.position.tracker.generic
Event SliceKey


This event defines a set of strings that are used as a key to identify a specific slice. The slices generated are dependent on the configuration information provided when a Position Tracker was created.
Member summary
 stringsymbol

The symbol used by this slice. An empty string indicates a wildcard that all symbols are matched.
 stringservice

The serviceId used by this slice. An empty string indicates a wildcard that all serviceIds are matched.
 stringmarket

The marketId used by this slice. An empty string indicates a wildcard that all marketIds are matched.
 stringexchange

The exchangeId used by this slice. An empty string indicates a wildcard that all exchangeIds are matched.
 stringtrader

The trader used by this slice. An empty string indicates a wildcard that all traders are matched.
 
Member detail

exchange

string exchange
The exchangeId used by this slice. An empty string indicates a wildcard that all exchangeIds are matched.

market

string market
The marketId used by this slice. An empty string indicates a wildcard that all marketIds are matched.

service

string service
The serviceId used by this slice. An empty string indicates a wildcard that all serviceIds are matched.

symbol

string symbol
The symbol used by this slice. An empty string indicates a wildcard that all symbols are matched.

trader

string trader
The trader used by this slice. An empty string indicates a wildcard that all traders are matched.