Package com.caplin.motif.fx.orders
Class ChildRelationship
- java.lang.Object
-
- com.caplin.motif.fx.orders.ChildRelationship
-
public final class ChildRelationship extends java.lang.Object
The ChildRelationshipType determines how order should be linked.
The common execution types can be accessed as public constants.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
IF_DONE
The If-Done relationshipstatic java.lang.String
IF_TIMEOUT
The Timeout relationship
-
Constructor Summary
Constructors Constructor Description ChildRelationship()
-
-
-
Field Detail
-
IF_DONE
public static final java.lang.String IF_DONE
The If-Done relationship- See Also:
- Constant Field Values
-
IF_TIMEOUT
public static final java.lang.String IF_TIMEOUT
The Timeout relationship- See Also:
- Constant Field Values
-
-