Uses of Class
com.longbridge.trade.OrderType
-
Packages that use OrderType Package Description com.longbridge.trade -
-
Uses of OrderType in com.longbridge.trade
Methods in com.longbridge.trade that return OrderType Modifier and Type Method Description OrderTypeOrder. getOrderType()Returns the order type.OrderTypeOrderDetail. getOrderType()Returns the order type.OrderTypePushOrderChanged. getOrderType()Returns the order type.static OrderTypeOrderType. valueOf(String name)Returns the enum constant of this type with the specified name.static OrderType[]OrderType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.longbridge.trade with parameters of type OrderType Constructor Description EstimateMaxPurchaseQuantityOptions(String symbol, OrderType orderType, OrderSide side)Constructs options for estimating the maximum purchase quantity.SubmitOrderOptions(String symbol, OrderType orderType, OrderSide side, BigDecimal submittedQuantity, TimeInForceType timeInForce)Constructs options for submitting an order.
-