forwardOptionType Enumeration   Table of ContentOrder Propertiesforward
Order Class
Represents order-related data (bids and offers).
Inheritance Hierarchy
System.Object
  OnixS.NET.ICE.iMpact.Order

Namespace:  OnixS.NET.ICE.iMpact
Assembly:  OnixS.IceImpactMulticastPriceFeedHandlerNet-4.7.2_x64 (in OnixS.IceImpactMulticastPriceFeedHandlerNet-4.7.2_x64.dll) Version: 4.16.0.0
Syntax
C#
public class Order

The Order type exposes the following members.

Properties
  NameDescription
Public propertyEntryDateTime
Date time of the order entry.
Public propertyId
Unique identifier of the order.
Public propertyIsImplied
Indicates whether this is an implied order or not.
Public propertyIsRFQ
Indicates whether it's just an RFQ or not.
Public propertyPrice
Price of the bid/offer.
Public propertyQuantity
Quantity.
Public propertySequenceId
Sequence identifier of the order.
Public propertySequenceWithinMillis
Sub-milliseconds ordering sequence.
Top
Methods
  NameDescription
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