Uses of Class
com.longport.trade.OrderType
-
Packages that use OrderType Package Description com.longport.trade -
-
Uses of OrderType in com.longport.trade
Methods in com.longport.trade that return OrderType Modifier and Type Method Description OrderType
Order. getOrderType()
OrderType
OrderDetail. getOrderType()
OrderType
PushOrderChanged. getOrderType()
static OrderType
OrderType. 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.longport.trade with parameters of type OrderType Constructor Description EstimateMaxPurchaseQuantityOptions(String symbol, OrderType orderType, OrderSide side)
SubmitOrderOptions(String symbol, OrderType orderType, OrderSide side, BigDecimal submittedQuantity, TimeInForceType timeInForce)
-