forwardOnixS.NET.ICE.iMpact.Testing   Table of ContentAddModifyOrderEventArgsBuilder Constructor forward
AddModifyOrderEventArgsBuilder Class
Builder to build instances of AddModifyOrderEventArgs.
Inheritance Hierarchy
System.Object
  OnixS.NET.ICE.iMpact.Testing.AddModifyOrderEventArgsBuilder

Namespace:  OnixS.NET.ICE.iMpact.Testing
Assembly:  OnixS.IceImpactMulticastPriceFeedHandlerNet-4.8_x64 (in OnixS.IceImpactMulticastPriceFeedHandlerNet-4.8_x64.dll) Version: 4.17.0.0
Syntax
C#
public class AddModifyOrderEventArgsBuilder

The AddModifyOrderEventArgsBuilder type exposes the following members.

Constructors
  NameDescription
Public methodAddModifyOrderEventArgsBuilder
Initializes a new instance of the AddModifyOrderEventArgsBuilder class
Top
Properties
  NameDescription
Public propertyExtraFlags
Least Significant Bit (Bit 0): IsModifyOrder - indicate this is to Modify existing order if set to 1. Bit 1 through 7: Reserved for future use. For backward compatibility, client should always look at each individual bit for the corresponding flag. Otherwise problems might occur when bits 1 through 7 start to be utilized.
Public propertyIsImplied
Indicate if this is an implied order or not.
Public propertyIsRFQ
Indicate whether it is just an RFQ or not. Client should filter the order if it doesn't care about RFQ.
Public propertyMarketId
Unique identifier of the market.
Public propertyModificationTimestamp
This field can be used to get the order modification time. The format is nanoseconds since Jan 1st, 1970, 00:00:00 GMT. The nanosecond part is currently 000 and might be supported later.
Public propertyOrderEntryDateTime
Order entry date time. Milliseconds since Jan 1st, 1970, 00:00:00 GMT.
Public propertyOrderId
Unique identifier of the order.
Public propertyOrderSequenceId
Sequence ID of the order. When an order is modified, this will be incremented while OrderID remains the same. It is for legacy reason and can be ignored.
Public propertyPrice
Price of the bid/offer. OrderPriceDenominator for the market should be applied to get the real price.
Public propertyQuantity
Quantity.
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 `OrderEntryDateTime` field for priority of orders within same milliseconds time.
Public propertySide
Tells whether order represents bid or offer.
Top
Methods
  NameDescription
Public methodBuild
Creates an instance of AddModifyOrderEventArgs.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also