MicexPtrReader
StockSharp.Micex.Native
ポインタから未管理のメモリへのデータのリーダー。
継承元: PtrReader
コンストラクター
MicexPtrReader
public MicexPtrReader(IntPtr ptr)
micexPtrReader = MicexPtrReader(ptr)
Создать MicexPtrReader.
- ptr
- サイン。
メソッド
GetDateTime
public DateTime? GetDateTime(int length)
result = micexPtrReader.GetDateTime(length)
ポインタからNullableタイプの値を取得します。
- length
- サイズ。
戻り値: 意味。
GetDecimal
public decimal GetDecimal(int length)
result = micexPtrReader.GetDecimal(length)
ポインタからデシム型の値を取得します。
- length
- サイズ。
戻り値: 意味。
GetInt
public int GetInt(int length)
result = micexPtrReader.GetInt(length)
数値をイント32 のポインタから取得します。
- length
- サイズ。
戻り値: 意味。
GetLong
public long GetLong(int length)
result = micexPtrReader.GetLong(length)
ポインタからInt64 タイプの値を取得します。
- length
- サイズ。
戻り値: 意味。
Get``1
public T Get<T>(int length)
result = micexPtrReader.Get(length)
ポインタからタイプ値を取得する。
- length
- サイズ。
戻り値: 意味。