com.apama.md.client
Event CurrentTradeInterface


Provides interface to read the current Trade status relating to a particular symbol's datastream.
Member summary
 action<> returns stringgetSymbol

Returns the ticker symbol.
 action<> returns com.apama.md.adapter.ConnectionKeygetConnectionKey

Returns the ConnectionKey associated with this event.
 action<> returns integergetQty

Returns the quantity for the trade.
 action<> returns floatgetPrice

Returns the price (as a float) for this trade.
 action<> returns stringgetTaker

Returns the Taker for the trade.
 action<> returns stringgetReceiver

Returns the Receiver for the trade.
 action<> returns stringgetCurrency

Returns the currency used for the trade.
 action<> returns com.apama.md.client.EPValuesInterfacegetEPValuesInterface

Returns the extra param values interface. Use in conjunction with the Schema returned in getEPSchemaInterface().
 action<> returns com.apama.md.client.EPSchemaInterfacegetEPSchemaInterface

Returns the current Extra Param schema interface for this Trade.
 action<> returns dictionary<integer, float>getTimestamp

Returns the timestamp associated with this event.
 action<> returns com.apama.md.TgetRawData

Returns the data as a com.apama.md.T event. Note that this is a potentially expensive operation since it involves cloning of the object.
 
Member detail

getConnectionKey

            action<> returns com.apama.md.adapter.ConnectionKey getConnectionKey
        
Returns the ConnectionKey associated with this event.

getCurrency

            action<> returns string getCurrency
        
Returns the currency used for the trade.

getEPSchemaInterface

            action<> returns com.apama.md.client.EPSchemaInterface getEPSchemaInterface
        
Returns the current Extra Param schema interface for this Trade.

getEPValuesInterface

            action<> returns com.apama.md.client.EPValuesInterface getEPValuesInterface
        
Returns the extra param values interface. Use in conjunction with the Schema returned in getEPSchemaInterface().
See Also:
getEPSchemaInterface - 

getPrice

            action<> returns float getPrice
        
Returns the price (as a float) for this trade.

getQty

            action<> returns integer getQty
        
Returns the quantity for the trade.

getRawData

            action<> returns com.apama.md.T getRawData
        
Returns the data as a com.apama.md.T event. Note that this is a potentially expensive operation since it involves cloning of the object.

getReceiver

            action<> returns string getReceiver
        
Returns the Receiver for the trade.

getSymbol

            action<> returns string getSymbol
        
Returns the ticker symbol.

getTaker

            action<> returns string getTaker
        
Returns the Taker for the trade.

getTimestamp

            action<> returns dictionary<integer, float> getTimestamp
        
Returns the timestamp associated with this event.