BulkMultiClassOrderNew

Metadata

  • Message Type: TransactionMessage
  • Message Number: 1131

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
InstrumentMarketForeign key to InstrumentMarket8The Id of the InstrumentMarket for which the Order is being entered.
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.
Prices_countInteger (unsigned)2Count of following field
PricesInteger (signed)8The price for each Order.
Quantities_countInteger (unsigned)2Count of following field
QuantitiesInteger (signed)8The total quantity of each Order.
Accounts_countInteger (unsigned)2Count of following field
AccountsInteger (unsigned)8The ExternalFK for the Brokerage Account each Order.
SettlementClasses_countInteger (unsigned)2Count of following field
SettlementClassesInteger (unsigned)8The Settlement Class ExternalFK for each Order
SecurityLotLabels_countInteger (unsigned)2Count of following field
SecurityLotLabelsString20The share certificate or option grant number for each Order.
SecurityLotIds_countInteger (unsigned)2Count of following field
SecurityLotIdsInteger (unsigned)8The External FK for the each Security.
Priorities_countInteger (unsigned)2Count of following field
PrioritiesInteger (unsigned)2Settlement priority to be passed to SETL service.