Represents possible statuses of the order.
Member | Value | Description |
---|---|---|
fsBusted | 3 | Fill is busted. |
fsCanceled | 1 | Fill is canceled. |
fsModified | 2 | Fill is modified.
When a fill is modified, the collection of fills contains the new fill, which replaced this one. |
fsNormal | 0 | Normal fill.
A fill with this status changes the position. |