Uses of Class
com.longport.trade.OutsideRTH
-
Packages that use OutsideRTH Package Description com.longport.trade -
-
Uses of OutsideRTH in com.longport.trade
Methods in com.longport.trade that return OutsideRTH Modifier and Type Method Description OutsideRTH
Order. getOutsideRth()
OutsideRTH
OrderDetail. getOutsideRth()
static OutsideRTH
OutsideRTH. valueOf(String name)
Returns the enum constant of this type with the specified name.static OutsideRTH[]
OutsideRTH. 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 OutsideRTH Modifier and Type Method Description SubmitOrderOptions
SubmitOrderOptions. setOutsideRth(OutsideRTH outsideRth)
-