public enum OrderRelationShipType { Unknown = 0, Parent = 1, Child = 2, Related = 3 SplitFrom = 4, SplitTo = 5 }
Relationship Types Explained
- Unknown – Not used
- Parent
When you see “Parent”, this means that the order you are looking at is a related order or a replacement order. The “Parent” order is the original order from which this related or replacement order was created. - Child
When you see “Child”, this means that the order you are looking at has a related order or a replacement order associated with it. The “Child” is the related or replacement order. - Related – Not used
- Split From
When you see “Split From”, this means that the order you are looking at was split from another order. The “Split From” is the order that it was split from. - Split To
When you see “Split To”, this means that the order you are looking at was partially split to another order. The “Split To” is the order that it was split to.