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 OrderSide
Order. getSide()
OrderSide
OrderDetail. getSide()
OrderSide
PushOrderChanged. getSide()
static OrderSide
OrderSide. 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 GetHistoryOrdersOptions
GetHistoryOrdersOptions. setSide(OrderSide side)
GetTodayOrdersOptions
GetTodayOrdersOptions. 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)
-