FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member Summary | |
---|---|
action< > returns string | getSymbol
Returns the ticker symbol for this Best Bid/Ask. |
action< > returns com.apama.md.adapter.ConnectionKey | getConnectionKey
Returns the ConnectionKey associated with this event. |
action< > returns integer | getBidQty
Returns the quantity of best bid available. |
action< > returns integer | getAskQty
Returns the quantity of best ask available. |
action< > returns float | getBidPrice
Returns the best bid price as a float. |
action< > returns float | getAskPrice
Returns the best ask price as a float. |
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 best bid/aks. |
action< > returns dictionary<integer, float > | getTimestamp
Returns the timestamp associated with this event. |
action< > returns com.apama.md.BBA | getRawData
Returns the data as a com.apama.md.BBA event. Note that this is a potentially expensive operation since it involves cloning of the object. |
Member Detail |
---|
action< > returns float getAskPriceReturns the best ask price as a float.
action< > returns integer getAskQtyReturns the quantity of best ask available.
action< > returns float getBidPriceReturns the best bid price as a float.
action< > returns integer getBidQtyReturns the quantity of best bid available.
action< > returns com.apama.md.adapter.ConnectionKey getConnectionKeyReturns the ConnectionKey associated with this event.
action< > returns com.apama.md.client.EPSchemaInterface getEPSchemaInterfaceReturns the current Extra Param schema interface for this best bid/aks.
action< > returns com.apama.md.client.EPValuesInterface getEPValuesInterfaceReturns the extra param values interface. Use in conjunction with the Schema returned in getEPSchemaInterface().
action< > returns com.apama.md.BBA getRawDataReturns the data as a com.apama.md.BBA event. Note that this is a potentially expensive operation since it involves cloning of the object.
action< > returns string getSymbolReturns the ticker symbol for this Best Bid/Ask.
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 |