Uses of Class
com.longbridge.trade.AttachedOrderType
-
Packages that use AttachedOrderType Package Description com.longbridge.trade -
-
Uses of AttachedOrderType in com.longbridge.trade
Methods in com.longbridge.trade that return AttachedOrderType Modifier and Type Method Description AttachedOrderTypeReplaceAttachedParams. getAttachedOrderType()AttachedOrderTypeSubmitAttachedParams. getAttachedOrderType()AttachedOrderTypeAttachedOrderDetail. getAttachedTypeDisplay()Returns the attached type display (1=take-profit, 2=stop-loss).static AttachedOrderTypeAttachedOrderType. valueOf(String name)Returns the enum constant of this type with the specified name.static AttachedOrderType[]AttachedOrderType. 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 AttachedOrderType Constructor Description ReplaceAttachedParams(AttachedOrderType attachedOrderType)SubmitAttachedParams(AttachedOrderType attachedOrderType)
-