| routeId |
integer |
EMSX route identifier, unique within the blotter |
| orderSequenceNumber |
integer |
Parent order sequence number linking this route to its order |
| ticker |
string |
Bloomberg security ticker symbol |
| side |
string |
Route side, inherited from the parent order |
| amount |
number |
Quantity assigned to this route |
| filledAmount |
number |
Quantity filled on this route |
| averagePrice |
number |
Volume-weighted average fill price on this route |
| remainingAmount |
number |
Remaining unfilled quantity on this route |
| broker |
string |
Bloomberg broker code identifying the executing broker |
| brokerName |
string |
Full name of the executing broker |
| strategy |
string |
Execution strategy name (e.g., VWAP, TWAP, DMA, Iceberg) |
| strategyParameters |
object |
Strategy-specific configurable parameters |
| status |
string |
Current lifecycle status of the route |
| limitPrice |
number |
Limit price for the route |
| orderType |
string |
Order type on the route |
| timeInForce |
string |
Time in force on the route |
| account |
string |
Trading account identifier |
| exchange |
string |
Destination exchange or marketplace |
| reasonCode |
string |
Rejection or cancellation reason code from the broker |
| reasonDescription |
string |
Human-readable reason for rejection or cancellation |
| createdTime |
string |
ISO 8601 timestamp when the route was created |
| lastModifiedTime |
string |
ISO 8601 timestamp when the route was last modified |
| lastFillTime |
string |
ISO 8601 timestamp of the most recent fill on this route |
| customFields |
object |
Custom user-defined fields |