dxFeed .Net API  5.8.0
dxFeed .Net API library intended to provide market data access for DX clients
Static Public Member Functions | Static Private Member Functions | Static Private Attributes
com.dxfeed.native.events.DxMarshal Class Reference

Static Public Member Functions

static string ReadString (IntPtr ptr)
 
static NativeQuote ReadQuote (IntPtr head, int offset, string symbol)
 
static NativeOrder ReadOrder (IntPtr head, int offset, string symbol)
 
static NativeTrade ReadTrade (IntPtr head, int offset, string symbol)
 
static NativeSummary ReadSummary (IntPtr head, int offset, string symbol)
 
static NativeProfile ReadProfile (IntPtr head, int offset, string symbol)
 
static NativeTimeAndSale ReadTimeAndSale (IntPtr head, int offset, string symbol)
 
static NativeCandle ReadCandle (IntPtr head, int offset, string symbol)
 
static NativeTradeETH ReadTradeETH (IntPtr head, int offset, string symbol)
 
static NativeSpreadOrder ReadSpreadOrder (IntPtr head, int offset, string symbol)
 
static NativeGreeks ReadGreeks (IntPtr head, int offset, string symbol)
 
static NativeTheoPrice ReadTheoPrice (IntPtr head, int offset, string symbol)
 
static NativeUnderlying ReadUnderlying (IntPtr head, int offset, string symbol)
 
static NativeSeries ReadSeries (IntPtr head, int offset, string symbol)
 
static NativeConfiguration ReadConfiguration (IntPtr head, int offset, string symbol)
 

Static Private Member Functions

static DxMarshal ()
 

Static Private Attributes

static readonly int QUOTE_SIZE
 
static readonly int ORDER_SIZE
 
static readonly int TRADE_SIZE
 
static readonly int SUMMARY_SIZE
 
static readonly int PROFILE_SIZE
 
static readonly int TS_SIZE
 
static readonly int CANDLE_SIZE
 
static readonly int TRADE_ETH_SIZE
 
static readonly int SPREAD_ORDER_SIZE
 
static readonly int GREEKS_SIZE
 
static readonly int THEO_PRICE_SIZE
 
static readonly int UNDERLYING_SIZE
 
static readonly int SERIES_SIZE
 
static readonly int CONFIGURATION_SIZE
 

Constructor & Destructor Documentation

◆ DxMarshal()

static com.dxfeed.native.events.DxMarshal.DxMarshal ( )
inlinestaticprivate

Member Function Documentation

◆ ReadCandle()

static NativeCandle com.dxfeed.native.events.DxMarshal.ReadCandle ( IntPtr  head,
int  offset,
string  symbol 
)
inlinestatic

◆ ReadConfiguration()

static NativeConfiguration com.dxfeed.native.events.DxMarshal.ReadConfiguration ( IntPtr  head,
int  offset,
string  symbol 
)
inlinestatic

◆ ReadGreeks()

static NativeGreeks com.dxfeed.native.events.DxMarshal.ReadGreeks ( IntPtr  head,
int  offset,
string  symbol 
)
inlinestatic

◆ ReadOrder()

static NativeOrder com.dxfeed.native.events.DxMarshal.ReadOrder ( IntPtr  head,
int  offset,
string  symbol 
)
inlinestatic

◆ ReadProfile()

static NativeProfile com.dxfeed.native.events.DxMarshal.ReadProfile ( IntPtr  head,
int  offset,
string  symbol 
)
inlinestatic

◆ ReadQuote()

static NativeQuote com.dxfeed.native.events.DxMarshal.ReadQuote ( IntPtr  head,
int  offset,
string  symbol 
)
inlinestatic

◆ ReadSeries()

static NativeSeries com.dxfeed.native.events.DxMarshal.ReadSeries ( IntPtr  head,
int  offset,
string  symbol 
)
inlinestatic

◆ ReadSpreadOrder()

static NativeSpreadOrder com.dxfeed.native.events.DxMarshal.ReadSpreadOrder ( IntPtr  head,
int  offset,
string  symbol 
)
inlinestatic

◆ ReadString()

static string com.dxfeed.native.events.DxMarshal.ReadString ( IntPtr  ptr)
inlinestatic

◆ ReadSummary()

static NativeSummary com.dxfeed.native.events.DxMarshal.ReadSummary ( IntPtr  head,
int  offset,
string  symbol 
)
inlinestatic

◆ ReadTheoPrice()

static NativeTheoPrice com.dxfeed.native.events.DxMarshal.ReadTheoPrice ( IntPtr  head,
int  offset,
string  symbol 
)
inlinestatic

◆ ReadTimeAndSale()

static NativeTimeAndSale com.dxfeed.native.events.DxMarshal.ReadTimeAndSale ( IntPtr  head,
int  offset,
string  symbol 
)
inlinestatic

◆ ReadTrade()

static NativeTrade com.dxfeed.native.events.DxMarshal.ReadTrade ( IntPtr  head,
int  offset,
string  symbol 
)
inlinestatic

◆ ReadTradeETH()

static NativeTradeETH com.dxfeed.native.events.DxMarshal.ReadTradeETH ( IntPtr  head,
int  offset,
string  symbol 
)
inlinestatic

◆ ReadUnderlying()

static NativeUnderlying com.dxfeed.native.events.DxMarshal.ReadUnderlying ( IntPtr  head,
int  offset,
string  symbol 
)
inlinestatic

Field Documentation

◆ CANDLE_SIZE

readonly int com.dxfeed.native.events.DxMarshal.CANDLE_SIZE
staticprivate

◆ CONFIGURATION_SIZE

readonly int com.dxfeed.native.events.DxMarshal.CONFIGURATION_SIZE
staticprivate

◆ GREEKS_SIZE

readonly int com.dxfeed.native.events.DxMarshal.GREEKS_SIZE
staticprivate

◆ ORDER_SIZE

readonly int com.dxfeed.native.events.DxMarshal.ORDER_SIZE
staticprivate

◆ PROFILE_SIZE

readonly int com.dxfeed.native.events.DxMarshal.PROFILE_SIZE
staticprivate

◆ QUOTE_SIZE

readonly int com.dxfeed.native.events.DxMarshal.QUOTE_SIZE
staticprivate

◆ SERIES_SIZE

readonly int com.dxfeed.native.events.DxMarshal.SERIES_SIZE
staticprivate

◆ SPREAD_ORDER_SIZE

readonly int com.dxfeed.native.events.DxMarshal.SPREAD_ORDER_SIZE
staticprivate

◆ SUMMARY_SIZE

readonly int com.dxfeed.native.events.DxMarshal.SUMMARY_SIZE
staticprivate

◆ THEO_PRICE_SIZE

readonly int com.dxfeed.native.events.DxMarshal.THEO_PRICE_SIZE
staticprivate

◆ TRADE_ETH_SIZE

readonly int com.dxfeed.native.events.DxMarshal.TRADE_ETH_SIZE
staticprivate

◆ TRADE_SIZE

readonly int com.dxfeed.native.events.DxMarshal.TRADE_SIZE
staticprivate

◆ TS_SIZE

readonly int com.dxfeed.native.events.DxMarshal.TS_SIZE
staticprivate

◆ UNDERLYING_SIZE

readonly int com.dxfeed.native.events.DxMarshal.UNDERLYING_SIZE
staticprivate

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