BaseFixReader
StockSharp.Fix.Native
Data reader base class.
Наследует: FixBase
Конструкторы
BaseFixReader(Stream, Encoding, bool)
Data reader base class.
- stream
- The stream from which data will be read.
- encoding
- Text encoding.
- ownsStream
- Whether to dispose the stream when this instance is disposed.
Методы
ReadByteAsync(CancellationToken) : ValueTask<byte>
Get byte.
- cancellationToken
- Cancellation token.
Возвращает: Byte.
ReadBytesAsync(Memory<byte>, CancellationToken) : ValueTask
Read Byte array value.
- buffer
- Buffer.
- cancellationToken
- Cancellation token.