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

Profile information snapshot that contains security instrument description. It represents the most recent information that is available about the traded security on the market at any given moment of time. More...

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

Properties

double Beta [get]
 Returns Beta of the security instrument. More...
 
double EPS [get]
 Returns Earnings per Share of the security instrument. More...
 
long DivFreq [get]
 Returns Dividend Payment Frequency of the security instrument. More...
 
double ExdDivAmount [get]
 Returns Latest paid dividends for the security instrument. More...
 
int ExdDivDate [get]
 Returns Latest paid dividends day (day id) for the security instrument. More...
 
double _52HighPrice [get]
 Returns 52 Weeks high price of the security instrument. More...
 
double _52LowPrice [get]
 Returns 52 Weeks low price of the security instrument. More...
 
double Shares [get]
 Returns shares availiable of the security instrument. More...
 
double FreeFloat [get]
 Returns free float of the security instrument. More...
 
string Description [get]
 Returns description of the security instrument. More...
 
ShortSaleRestriction ShortSaleRestriction [get]
 Returns short sale restriction of the security instrument. More...
 
TradingStatus TradingStatus [get]
 Returns trading status of the security instrument. More...
 
string StatusReason [get]
 Returns description of the reason that trading was halted. More...
 
DateTime HaltStartTime [get]
 Returns starting time of the trading halt interval. More...
 
DateTime HaltEndTime [get]
 Returns ending time of the trading halt interval. More...
 
double HighLimitPrice [get]
 Returns the maximal (high) allowed price. More...
 
double LowLimitPrice [get]
 Returns the minimal (low) allowed price. More...
 
long RawFlags [get]
 Returns implementation-specific raw bit flags value More...
 

Detailed Description

Profile information snapshot that contains security instrument description. It represents the most recent information that is available about the traded security on the market at any given moment of time.

Property Documentation

◆ _52HighPrice

double com.dxfeed.api.events.IDxProfile._52HighPrice
get

Returns 52 Weeks high price of the security instrument.

◆ _52LowPrice

double com.dxfeed.api.events.IDxProfile._52LowPrice
get

Returns 52 Weeks low price of the security instrument.

◆ Beta

double com.dxfeed.api.events.IDxProfile.Beta
get

Returns Beta of the security instrument.

◆ Description

string com.dxfeed.api.events.IDxProfile.Description
get

Returns description of the security instrument.

◆ DivFreq

long com.dxfeed.api.events.IDxProfile.DivFreq
get

Returns Dividend Payment Frequency of the security instrument.

◆ EPS

double com.dxfeed.api.events.IDxProfile.EPS
get

Returns Earnings per Share of the security instrument.

◆ ExdDivAmount

double com.dxfeed.api.events.IDxProfile.ExdDivAmount
get

Returns Latest paid dividends for the security instrument.

◆ ExdDivDate

int com.dxfeed.api.events.IDxProfile.ExdDivDate
get

Returns Latest paid dividends day (day id) for the security instrument.

◆ FreeFloat

double com.dxfeed.api.events.IDxProfile.FreeFloat
get

Returns free float of the security instrument.

◆ HaltEndTime

DateTime com.dxfeed.api.events.IDxProfile.HaltEndTime
get

Returns ending time of the trading halt interval.

◆ HaltStartTime

DateTime com.dxfeed.api.events.IDxProfile.HaltStartTime
get

Returns starting time of the trading halt interval.

◆ HighLimitPrice

double com.dxfeed.api.events.IDxProfile.HighLimitPrice
get

Returns the maximal (high) allowed price.

◆ LowLimitPrice

double com.dxfeed.api.events.IDxProfile.LowLimitPrice
get

Returns the minimal (low) allowed price.

◆ RawFlags

long com.dxfeed.api.events.IDxProfile.RawFlags
get

Returns implementation-specific raw bit flags value

◆ Shares

double com.dxfeed.api.events.IDxProfile.Shares
get

Returns shares availiable of the security instrument.

◆ ShortSaleRestriction

ShortSaleRestriction com.dxfeed.api.events.IDxProfile.ShortSaleRestriction
get

Returns short sale restriction of the security instrument.

◆ StatusReason

string com.dxfeed.api.events.IDxProfile.StatusReason
get

Returns description of the reason that trading was halted.

◆ TradingStatus

TradingStatus com.dxfeed.api.events.IDxProfile.TradingStatus
get

Returns trading status of the security instrument.


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