Uses of Class
com.longport.trade.OrderSide
-
Packages that use OrderSide Package Description com.longport.trade -
-
Uses of OrderSide in com.longport.trade
Methods in com.longport.trade that return OrderSide Modifier and Type Method Description OrderSideOrder. getSide()OrderSideOrderDetail. getSide()OrderSidePushOrderChanged. getSide()static OrderSideOrderSide. valueOf(String name)Returns the enum constant of this type with the specified name.static OrderSide[]OrderSide. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.longport.trade with parameters of type OrderSide Modifier and Type Method Description GetHistoryOrdersOptionsGetHistoryOrdersOptions. setSide(OrderSide side)GetTodayOrdersOptionsGetTodayOrdersOptions. setSide(OrderSide side)Constructors in com.longport.trade with parameters of type OrderSide Constructor Description EstimateMaxPurchaseQuantityOptions(String symbol, OrderType orderType, OrderSide side)SubmitOrderOptions(String symbol, OrderType orderType, OrderSide side, BigDecimal submittedQuantity, TimeInForceType timeInForce)
-