FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member summary | |
---|---|
action<float> returns com.apama.md.client.DepthItemInterface | getDepthByPrice
Returns a sequence of depths at the given price. |
action<integer> returns com.apama.md.client.DepthItemInterface | getDepthByLevel
Return a specific depth levelIndex. |
action<> returns integer | getMaxKnownDepthLevel
Return the maximum number of depths stored in this list. |
action<sequence<com.apama.md.client.DepthEntry>> returns sequence<com.apama.md.DI> | getDelta
Given a sequence of older depth entries, compares them to the current ones and returns delta. |
action<> returns sequence<com.apama.md.client.DepthEntry> | getDepthList
Return the list of orders in the book . |
action<> returns sequence<float> | getPrices
Return a sequence of depth prices (in order of competitiveness). |
action<> | doPrint
Print the depth list in a human readable form - for debugging purposes only. |
Member detail |
---|
action<> doPrintPrint the depth list in a human readable form - for debugging purposes only.
action<sequence<com.apama.md.client.DepthEntry>> returns sequence<com.apama.md.DI> getDeltaGiven a sequence of older depth entries, compares them to the current ones and returns delta.
action<integer> returns com.apama.md.client.DepthItemInterface getDepthByLevelReturn a specific depth levelIndex.
action<float> returns com.apama.md.client.DepthItemInterface getDepthByPriceReturns a sequence of depths at the given price.
action<> returns sequence<com.apama.md.client.DepthEntry> getDepthListReturn the list of orders in the book .
action<> returns integer getMaxKnownDepthLevelReturn the maximum number of depths stored in this list.
action<> returns sequence<float> getPricesReturn a sequence of depth prices (in order of competitiveness).
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |