FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member summary | |
---|---|
action<float> returns sequence<com.apama.md.client.OrderInterface> | getOrdersByPrice
Return a sequence of orders at the given price. |
action<integer> returns sequence<com.apama.md.client.OrderInterface> | getOrdersByLevel
Return sequence of orders at the given level. |
action<> returns integer | getMaxKnownOrders
Return the total number of orders stored in this list. |
action<> returns integer | getMaxKnownOrderLevel
Return the total number of order levels stored in this list. |
action<integer> returns integer | getNumOrdersAtLevel
Return the total number of orders stored at the given level. |
action<integer> returns com.apama.md.client.OrderInterface | getAggregatedOrderByLevel
Return an aggregated order for the given level. |
action<string> returns com.apama.md.client.OrderInterface | getOrderById
Return an order that matches the Id given. |
action<sequence<com.apama.md.client.OrderEntry>> returns sequence<com.apama.md.OI> | getDelta
Given a sequence of older order entries, compares them to the current ones and returns delta. |
action<> returns sequence<com.apama.md.client.OrderEntry> | getOrderList
Return the list of orders in the book. |
action<> returns sequence<float> | getPrices
Return a sequence of order prices (in order of competitiveness). |
action<> | doPrint
Print this list in a human readable form - for debugging purposes only. |
Member detail |
---|
action<> doPrintPrint this list in a human readable form - for debugging purposes only.
action<integer> returns com.apama.md.client.OrderInterface getAggregatedOrderByLevelReturn an aggregated order for the given level.
action<sequence<com.apama.md.client.OrderEntry>> returns sequence<com.apama.md.OI> getDeltaGiven a sequence of older order entries, compares them to the current ones and returns delta.
action<> returns integer getMaxKnownOrderLevelReturn the total number of order levels stored in this list.
action<> returns integer getMaxKnownOrdersReturn the total number of orders stored in this list.
action<integer> returns integer getNumOrdersAtLevelReturn the total number of orders stored at the given level.
action<string> returns com.apama.md.client.OrderInterface getOrderByIdReturn an order that matches the Id given.
action<> returns sequence<com.apama.md.client.OrderEntry> getOrderListReturn the list of orders in the book.
action<integer> returns sequence<com.apama.md.client.OrderInterface> getOrdersByLevelReturn sequence of orders at the given level.
action<float> returns sequence<com.apama.md.client.OrderInterface> getOrdersByPriceReturn a sequence of orders at the given price.
action<> returns sequence<float> getPricesReturn a sequence of order prices (in order of competitiveness).
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |