Uses of Class
com.longbridge.trade.OrderSide
-
Packages that use OrderSide Package Description com.longbridge.trade -
-
Uses of OrderSide in com.longbridge.trade
Methods in com.longbridge.trade that return OrderSide Modifier and Type Method Description OrderSideExecution. getSide()Returns the order side.OrderSideMultiLegOrderLeg. getSide()Returns the order side.OrderSideOrder. getSide()Returns the order side.OrderSideOrderDetail. getSide()Returns the order side.OrderSidePushOrderChanged. getSide()Returns the order side.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.longbridge.trade with parameters of type OrderSide Modifier and Type Method Description GetHistoryOrdersOptionsGetHistoryOrdersOptions. setSide(OrderSide side)Filters by order side.GetTodayOrdersOptionsGetTodayOrdersOptions. setSide(OrderSide side)Filters by order side.Constructors in com.longbridge.trade with parameters of type OrderSide Constructor Description EstimateMaxPurchaseQuantityOptions(String symbol, OrderType orderType, OrderSide side)Constructs options for estimating the maximum purchase quantity.SubmitMultiLegOrderOptions(OrderSide side, OrderType orderType, BigDecimal submittedQuantity, MultiLegStrategy strategy, SubmitMultiLegOrderLeg[] legs)Constructs options for submitting a multi-leg option combination order.SubmitOrderOptions(String symbol, OrderType orderType, OrderSide side, BigDecimal submittedQuantity, TimeInForceType timeInForce)Constructs options for submitting an order.
-