forwardDeleteOrderEventArgsBuilder Constructor    Table of ContentDateTime Property forward
DeleteOrderEventArgsBuilder Properties

The DeleteOrderEventArgsBuilder type exposes the following members.

Properties
  NameDescription
Public propertyDateTime
Quote entry date time. Milliseconds since Jan 1st, 1970, 00:00:00 GMT.
Public propertyMarketId
Unique identifier of the market.
Public propertyOrderId
Unique identifier of the order.
Public propertyRequestTradingEngineReceivedTimestamp
This field can be used to get the time the trading engine received the request that triggers this message. The format is nanoseconds since Jan 1st, 1970, 00:00:00 GMT. The nanosecond part is currently 000 and might be supported later. Note: This field could be set to different values or `0` for some scenarios. Please refer to the FAQs for more details.
Public propertySentTime
Date-time of the message sent.
Public propertySequenceWithinMillis
Can be used in conjunction with `DateTime` field for priority of orders within same milliseconds time.
Top
See Also