Uses of Class
com.strategyquant.tradinglib.Order
Packages that use Order
-
Uses of Order in com.strategyquant.tradinglib
Methods in com.strategyquant.tradinglib that return OrderModifier and TypeMethodDescriptionOrdersList.get(int index)
Gets the.Trader.getHistoryOrder(int index)
Gets the history order.Methods in com.strategyquant.tradinglib that return types with arguments of type OrderModifier and TypeMethodDescriptionit.unimi.dsi.fastutil.objects.ObjectListIterator<Order>
OrdersList.listIterator()
List iterator.it.unimi.dsi.fastutil.objects.ObjectListIterator<Order>
OrdersList.listIterator(int size)
List iterator.Methods in com.strategyquant.tradinglib with parameters of type OrderModifier and TypeMethodDescriptionvoid
Adds the.boolean
Contains.abstract Object
Gets the value.boolean
CorrelationType.isCanceledOrder(Order order)
Checks if is canceled order.void
Order.setFromOrder(Order o)
Sets the from order.boolean
Sets the value.Method parameters in com.strategyquant.tradinglib with type arguments of type OrderConstructors in com.strategyquant.tradinglib with parameters of type Order