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 com.apama.md.client.DepthListInterface | getBids
Get the list of Bid depths in the depth list. |
action<> returns sequence<com.apama.md.client.DepthEntry> | getRawBids
Get the list of Bid depths in the depth list. Note that this operation returns a reference to the data rather than a copy. |
action<> returns com.apama.md.client.DepthListInterface | getAsks
Get the list of Ask depths in the depth list. |
action<> returns sequence<com.apama.md.client.DepthEntry> | getRawAsks
Get the list of Ask depths in the depth list. Note that this operation returns a reference to the data rather than a copy. |
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 Depth. |
action<> returns com.apama.md.client.CurrentBBAInterface | getBBA
Returns the current BBA interface for this depth. |
action<> returns dictionary<integer, float> | getTimestamp
Returns the timestamp associated with this event. |
Member detail |
---|
action<> returns com.apama.md.client.DepthListInterface getAsksGet the list of Ask depths in the depth list.
action<> returns com.apama.md.client.CurrentBBAInterface getBBAReturns the current BBA interface for this depth.
action<> returns com.apama.md.client.DepthListInterface getBidsGet the list of Bid depths in the depth list.
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 Depth.
action<> returns com.apama.md.client.EPValuesInterface getEPValuesInterfaceReturns the extra param values interface. Use in conjunction with the Schema returned in getEPSchemaInterface().
action<> returns sequence<com.apama.md.client.DepthEntry> getRawAsksGet the list of Ask depths in the depth list. Note that this operation returns a reference to the data rather than a copy.
action<> returns sequence<com.apama.md.client.DepthEntry> getRawBidsGet the list of Bid depths in the depth list. Note that this operation returns a reference to the data rather than a copy.
action<> returns string getSymbolReturns the ticker symbol.
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 |