Class OrderStrategy
java.lang.Object
com.caplin.motif.fx.config.definitions.client.OrderStrategy
@Generated("org.openapitools.codegen.languages.SpringCodegen")
public class OrderStrategy
extends Object
OrderStrategy
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddOrderTypesItem
(OrderType orderTypesItem) boolean
Whether the user can trade this strategyWhich order types this strategy supports.int
hashCode()
orderTypes
(List<OrderType> orderTypes) void
setEnabled
(Boolean enabled) void
setOrderTypes
(List<OrderType> orderTypes) toString()
-
Constructor Details
-
OrderStrategy
public OrderStrategy()
-
-
Method Details
-
enabled
-
getEnabled
Whether the user can trade this strategy- Returns:
- enabled
-
setEnabled
-
orderTypes
-
addOrderTypesItem
-
getOrderTypes
Which order types this strategy supports. Note that the front end may filter this list further.- Returns:
- orderTypes
-
setOrderTypes
-
equals
-
hashCode
public int hashCode() -
toString
-