Table of Contents

Class Order

Namespace
DxFeed.Graal.Net.Events.Market
Assembly
DxFeed.Graal.Net.dll

Order event is a snapshot for a full available market depth for a symbol. The collection of order events of a symbol represents the most recent information that is available about orders on the market at any given moment of time. Order events give information on several levels of details, called scopes - see Scope. Scope of an order is available via Scopeproperty.
For more details see Javadoc.

[EventCode(EventCodeNative.Order)]
public class Order : OrderBase, IIndexedEvent, IEventType
Inheritance
Order
Implements
Derived
Inherited Members

Constructors

Order()

Initializes a new instance of the Order class.

public Order()

Order(string?)

Initializes a new instance of the Order class with the specified event symbol.

public Order(string? eventSymbol)

Parameters

eventSymbol string

The specified event symbol.

Properties

MarketMaker

Gets or sets market maker or other aggregate identifier of this order. This value is defined for Aggregate and Order orders.

public string? MarketMaker { get; set; }

Property Value

string

Methods

ToString()

Returns string representation of this order event.

public override string ToString()

Returns

string

The string representation.