FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member Summary | |
---|---|
action< > returns string | getSymbol
Returns the ticker symbol. |
action< > returns com.apama.md.adapter.ConnectionKey | getConnectionKey
Returns the ConnectionKey associated with this event. |
action< > returns integer | getQty
Returns the quantity for the trade. |
action< > returns float | getPrice
Returns the price (as a float) for this trade. |
action< > returns string | getTaker
Returns the Taker for the trade. |
action< > returns string | getReceiver
Returns the Receiver for the trade. |
action< > returns string | getCurrency
Returns the currency used for the trade. |
action< > returns com.apama.md.client.EPValuesInterface | getEPValuesInterface
Returns the extra param values interface. Use in conjunction with the Schema returned in getEPSchemaInterface(). |
action< > returns com.apama.md.client.EPSchemaInterface | getEPSchemaInterface
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.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. |
Member Detail |
---|
action< > returns com.apama.md.adapter.ConnectionKey getConnectionKeyReturns the ConnectionKey associated with this event.
action< > returns string getCurrencyReturns the currency used for the trade.
action< > returns com.apama.md.client.EPSchemaInterface getEPSchemaInterfaceReturns the current Extra Param schema interface for this Trade.
action< > returns com.apama.md.client.EPValuesInterface getEPValuesInterfaceReturns the extra param values interface. Use in conjunction with the Schema returned in getEPSchemaInterface().
action< > returns float getPriceReturns the price (as a float) for this trade.
action< > returns integer getQtyReturns the quantity for the trade.
action< > returns com.apama.md.T getRawDataReturns the data as a com.apama.md.T event. Note that this is a potentially expensive operation since it involves cloning of the object.
action< > returns string getReceiverReturns the Receiver for the trade.
action< > returns string getSymbolReturns the ticker symbol.
action< > returns string getTakerReturns the Taker for the trade.
action< > returns dictionary<integer, float > getTimestampReturns the timestamp associated with this event.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |