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

Quote event is a snapshot of the best bid and ask prices, and other fields that change with each quote. It represents the most recent information that is available about the best quote on the market at any given moment of time. More...

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

Properties

DateTime Time [get]
 Returns time of the last bid or ask change. This method is the same as max(getBidTime(), getAskTime()) Note, that unlike bid/ask times, that are transmitted over network in a second-precision, this time is transmitted up to a millisecond and even nano-second precision (see getTimeNanoPart()) if it is enabled on server side. More...
 
int Sequence [get]
 Returns sequence number of this quote to distinguish quotes that have the same time. This sequence number does not have to be unique and does not need to be sequential. More...
 
int TimeNanoPart [get]
 Returns microseconds and nanoseconds part of time of the last bid or ask change. More...
 
DateTime BidTime [get]
 Returns time of the last bid change. This time is always transmitted with seconds precision, so the result of this method is usually a multiple of 1000. More...
 
char BidExchangeCode [get]
 Returns bid exchange code. More...
 
double BidPrice [get]
 Returns bid price. More...
 
long BidSize [get]
 Returns bid size. More...
 
DateTime AskTime [get]
 Returns date time of the last ask change. This time is always transmitted with seconds precision, so the result of this method is usually a multiple of 1000. More...
 
char AskExchangeCode [get]
 Returns ask exchange code. More...
 
double AskPrice [get]
 Returns ask price. More...
 
long AskSize [get]
 Returns ask size. More...
 
Scope Scope [get]
 Returns scope More...
 

Detailed Description

Quote event is a snapshot of the best bid and ask prices, and other fields that change with each quote. It represents the most recent information that is available about the best quote on the market at any given moment of time.

Property Documentation

◆ AskExchangeCode

char com.dxfeed.api.events.IDxQuote.AskExchangeCode
get

Returns ask exchange code.

◆ AskPrice

double com.dxfeed.api.events.IDxQuote.AskPrice
get

Returns ask price.

◆ AskSize

long com.dxfeed.api.events.IDxQuote.AskSize
get

Returns ask size.

◆ AskTime

DateTime com.dxfeed.api.events.IDxQuote.AskTime
get

Returns date time of the last ask change. This time is always transmitted with seconds precision, so the result of this method is usually a multiple of 1000.

◆ BidExchangeCode

char com.dxfeed.api.events.IDxQuote.BidExchangeCode
get

Returns bid exchange code.

◆ BidPrice

double com.dxfeed.api.events.IDxQuote.BidPrice
get

Returns bid price.

◆ BidSize

long com.dxfeed.api.events.IDxQuote.BidSize
get

Returns bid size.

◆ BidTime

DateTime com.dxfeed.api.events.IDxQuote.BidTime
get

Returns time of the last bid change. This time is always transmitted with seconds precision, so the result of this method is usually a multiple of 1000.

◆ Scope

Scope com.dxfeed.api.events.IDxQuote.Scope
get

Returns scope

◆ Sequence

int com.dxfeed.api.events.IDxQuote.Sequence
get

Returns sequence number of this quote to distinguish quotes that have the same time. This sequence number does not have to be unique and does not need to be sequential.

◆ Time

DateTime com.dxfeed.api.events.IDxQuote.Time
get

Returns time of the last bid or ask change. This method is the same as max(getBidTime(), getAskTime()) Note, that unlike bid/ask times, that are transmitted over network in a second-precision, this time is transmitted up to a millisecond and even nano-second precision (see getTimeNanoPart()) if it is enabled on server side.

◆ TimeNanoPart

int com.dxfeed.api.events.IDxQuote.TimeNanoPart
get

Returns microseconds and nanoseconds part of time of the last bid or ask change.


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