Uses of Class
com.longbridge.trade.TimeInForceType
-
Packages that use TimeInForceType Package Description com.longbridge.trade -
-
Uses of TimeInForceType in com.longbridge.trade
Methods in com.longbridge.trade that return TimeInForceType Modifier and Type Method Description TimeInForceTypeOrder. getTimeInForce()Returns the time-in-force type.TimeInForceTypeOrderDetail. getTimeInForce()Returns the time-in-force type.static TimeInForceTypeTimeInForceType. valueOf(String name)Returns the enum constant of this type with the specified name.static TimeInForceType[]TimeInForceType. 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 TimeInForceType Constructor Description SubmitOrderOptions(String symbol, OrderType orderType, OrderSide side, BigDecimal submittedQuantity, TimeInForceType timeInForce)Constructs options for submitting an order.
-