dxFeed .Net API  5.8.0
dxFeed .Net API library intended to provide market data access for DX clients
Properties
com.dxfeed.api.events.IDxSpreadOrder Interface Reference

Spread order event is a snapshot for a full available market depth for all spreads on a given underlying symbol.The collection of spread order events of a symbol represents the most recent information that is available about spread orders on the market at any given moment of time. More...

Inheritance diagram for com.dxfeed.api.events.IDxSpreadOrder:
[legend]
Collaboration diagram for com.dxfeed.api.events.IDxSpreadOrder:
[legend]

Properties

string SpreadSymbol [get]
 Returns spread symbol of this event. More...
 
- Properties inherited from com.dxfeed.api.events.IDxOrderBase
DateTime Time [get]
 Returns date time of this order. More...
 
int TimeNanoPart [get]
 Returns microseconds and nanoseconds time part of the last trade. More...
 
int Sequence [get]
 Returns sequence number of this order to distinguish orders that have the same Time. This sequence number does not have to be unique and does not need to be sequential. More...
 
double Price [get]
 Returns price of this order. More...
 
long Size [get]
 Returns size of this order. More...
 
int Count [get]
 Returns number of individual orders in this aggregate order. More...
 
Scope Scope [get]
 Returns scope of this order. More...
 
Side Side [get]
 Returns side of this order. More...
 
char ExchangeCode [get]
 Returns exchange code of this order. More...
 

Detailed Description

Spread order event is a snapshot for a full available market depth for all spreads on a given underlying symbol.The collection of spread order events of a symbol represents the most recent information that is available about spread orders on the market at any given moment of time.

Property Documentation

◆ SpreadSymbol

string com.dxfeed.api.events.IDxSpreadOrder.SpreadSymbol
get

Returns spread symbol of this event.


The documentation for this interface was generated from the following file: