MicexPtrReader

StockSharp.Micex.Native

Читатель данных из указателя на неуправляемую память.

Inherits: PtrReader

Constructors

MicexPtrReader
public MicexPtrReader(IntPtr ptr)
micexPtrReader = MicexPtrReader(ptr)

Создать MicexPtrReader.

ptr
Указатель.

Methods

GetDateTime
public DateTime? GetDateTime(int length)
result = micexPtrReader.GetDateTime(length)

Получить из указателя значение типа Nullable.

length
Размер.

Returns: Значение.

GetDecimal
public decimal GetDecimal(int length)
result = micexPtrReader.GetDecimal(length)

Получить из указателя значение типа Decimal.

length
Размер.

Returns: Значение.

GetInt
public int GetInt(int length)
result = micexPtrReader.GetInt(length)

Получить из указателя значение типа Int32.

length
Размер.

Returns: Значение.

GetLong
public long GetLong(int length)
result = micexPtrReader.GetLong(length)

Получить из указателя значение типа Int64.

length
Размер.

Returns: Значение.

Get``1
public T Get<T>(int length)
result = micexPtrReader.Get(length)

Получить из указателя значение типа .

length
Размер.

Returns: Значение.