Order is Fully Filled

Usage

When an execution occurs for an order that results in the order being fully filled, Moment sends the Client an Execution Report (35=8) with an ExecType of Trade (150=F) and an OrdStatus of Filled (39=2).

Schema: ExecutionReport (35=8, 150=F, 39=2)

Field NameTagDescriptionRequiredExample
OrderID37Unique, Moment-assigned ID for the Order.Y"29b5e57e-0adc-45cf-936d-5b1055abeb08"
ExecID17Unique, Moment-assigned ID for the acknowledgement message. This identifier will be unique across all Execution Report messages that Moment sends to the Client.Y"0a6a1b6c-b22c-4dc3-ad2f-7496c28f2c10"
ExecType150"F" = Trade. This message indicates that the Client has received a fill for the Order.Y"F"
TransactTime60Time when the event being reported occurred.Y"20231005-11:48:33"
Order Request
ClOrdID11Matches field from NewOrderSingle.Y"fcd69fbf-0c0f-41fa-8c4b-45c36c73ca06"
Account1Matches field from NewOrderSingle.Y"ACCT_1"
OrdType40Matches field from NewOrderSingle.Y"2"
OrderQty38Matches field from NewOrderSingle.Y"1000"
Side54Matches field from NewOrderSingle.Y"1"
Price44Matches field from NewOrderSingle.Y"100.00"
PriceType423Matches field from NewOrderSingle.Y"1"
SecurityID48Matches field from NewOrderSingle.Y"912797JE8"
SecurityIDSource22Matches field from NewOrderSingle.Y"1"
TimeInForce59Matches field from NewOrderSingle.Y"0"
TradingSessionID336Matches field from NewOrderSingle.N"REG"
TradingGroup5047Matches field from NewOrderSingle.Y"GRP_1"
Fill DataThese fields are only included when ExecType = "F".
LastQty32The quantity of the fill being reported.C"1000"
LastPx31Price of the fill being reported.C"99.00"
GrossTradeAmt381The gross trade amount not inclusive of accrued interest, in dollars.C"990.00"
AccruedInterestAmt159Accrued interest for the fill, in dollars.C"5.00"
NetMoney118Settlement trade amount inclusive of accrued interest, in dollars.C"995.00"
TradeDate75Trade date in YYYYMMDD format.C"20230507"
SettlDate64Settlement date in YYYYMMDD format.C"20230509"
Parties Block
NoPartyIDs453Number of Parties in the block. This will typically be "3" since the contra firm, contra clearing firm, and execution venue will typically be provided.C"3"
PartyID448Party identifier.C"ABCD"
PartyIDSource447Type of party identifier.

"C" = generally accepted market participant identifier (MPID).

"H" = CSD participant / member code.
C"C"
PartyRole452Party role.

"17" = Contra Firm. The MPID will be provided in this case.

"18" = Contra Clearing Firm. The CSD participant / member code will be provided in this case.

"73" = Execution Venue. The MPID will be provided in this case.
C"17"
Fees Block
NoMiscFees136Number of applicable fees. This is only relevant if the Client uses the Moment Portal to set their fee schedule for charging their customers. In that case, the Client's fees will be included in the drop copy.C"3"
MiscFeeAmt137Fee amount.C"10.00"
MiscFeeType139Fee Type.

"3" = Commission.

"8" = Markup.
C"3"
MiscFeeBasis891The basis on which the fee is assessed:

"0" = Absolute.

"1" = Per bond.

"2" = Percentage.
C"0"
Order State
OrdStatus39"2" = Filled. The Order has been fully filled.Y"2"
LeavesQty151The open quantity of the Order, in par value. For a fully filled order, it will always be the case that LeavesQty = 0.Y"0"
CumQty14The cumulative quantity of the Order that has been filled, in par value. For a fully filled order, it will always be the case that CumQty = OrderQty.Y"1000"
AvgPx6The quantity-weighted average fill price for the Order. Always provided as a clean, percentage of par price.Y"99.00"