Class MicexPtrReader
- Namespace
- StockSharp.Micex.Native
- Assembly
- StockSharp.Micex.dll
Читатель данных из указателя на неуправляемую память.
public class MicexPtrReader : PtrReader
- Inheritance
-
MicexPtrReader
- Extension Methods
Constructors
MicexPtrReader(IntPtr)
Создать MicexPtrReader.
public MicexPtrReader(IntPtr ptr)
Parameters
ptr
IntPtrУказатель.
Methods
GetDateTime(int)
Получить из указателя значение типа Nullable<T>.
public DateTime? GetDateTime(int length)
Parameters
length
intРазмер.
Returns
- DateTime?
Значение.
GetDecimal(int)
Получить из указателя значение типа decimal.
public decimal GetDecimal(int length)
Parameters
length
intРазмер.
Returns
- decimal
Значение.
GetInt(int)
Получить из указателя значение типа int.
public int GetInt(int length)
Parameters
length
intРазмер.
Returns
- int
Значение.
GetLong(int)
Получить из указателя значение типа long.
public long GetLong(int length)
Parameters
length
intРазмер.
Returns
- long
Значение.
Get<T>(int)
Получить из указателя значение типа T
.
public T Get<T>(int length)
Parameters
length
intРазмер.
Returns
- T
Значение.
Type Parameters
T
Тип данных.