NotionalOrderAmend

Metadata

  • Message Type: TransactionMessage
  • Message Number: 1142

Inherited fields

NameTypeSize (bytes)Description
MessageTypeInteger (unsigned)2The unique identifier of this message.
ClientIdInteger (unsigned)4The unique identifier of a session with the server, returned in a successful LoginReply message.
RequestIdInteger (unsigned)4Within each session each message must be uniquely identified by this field. It must be monotonically increasing for the duration of the session.

Fields

NameTypeSize (bytes)Description
NotionalOrderForeign key to OrderNotional8The Id of the parent OrderNotional.Id.
UserForeign key to User8If the Order is being entered on behalf of another User, this is the Id for that User. Otherwise set to 0.
ImpliedPrices_countInteger (unsigned)2Count of following field
ImpliedPricesInteger (signed)8The implied price for each order leg. This is optional. It is entered as an integer with decimal places implied. The number of decimals is given by PriceDecimals of the InstrumentMarket for the Order.
ImpliedValues_countInteger (unsigned)2Count of following field
ImpliedValuesInteger (signed)8The implied valuation for each order leg. It is entered as an integer with the decimal places implied. The number of decimals is given by ImpliedValueDecimals of the InstrumentMarket for the Order.
Values_countInteger (unsigned)2Count of following field
ValuesInteger (signed)8The order value that the user is intending to execute based on the implied value of the company. It is entered as an integer with the decimal places implied. The number of decimals is given by the ValueDecimals of the InstrumentMarket for the Order.