Table of Contents

Class Trade

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

Trade event is a snapshot of the price and size of the last trade during regular trading hours and an overall day volume and day turnover. It represents the most recent information that is available about the regular last trade on the market at any given moment of time.
For more details see Javadoc.

[EventCode(EventCodeNative.Trade)]
public class Trade : TradeBase, ILastingEvent, IEventType
Inheritance
Trade
Implements
Inherited Members

Constructors

Trade()

Initializes a new instance of the Trade class.

public Trade()

Trade(string?)

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

public Trade(string? eventSymbol)

Parameters

eventSymbol string

The specified event symbol.

Methods

ToString()

Returns string representation of this trade event.

public override string ToString()

Returns

string

The string representation.