CryBroSBEMessageAdapter
StockSharp.CryBro.SBE
CryBroSBE message adapter — client-side connector to SbeServer via SBE protocol.
Herda de: MessageAdapter
Implementa: IAddressAdapter<EndPoint>, ISenderTargetAdapter
Construtores
CryBroSBEMessageAdapter(IdGenerator)
Initializes a new instance of the CryBroSBEMessageAdapter.
Propriedades
IsSupportNativeCandles : bool
Enable native candle support (server streams pre-built candles). When (default), CandleBuilder will build candles from ticks/L1 on the client side.
IsSupportOrderBookIncrements : bool
Adapter translates incremental order books.
IsSupportSubscriptions : bool
Support any subscriptions (ticks, order books etc.).
Password : SecureString
Password.
SenderCompId : string
Sender ID.
TargetCompId : string
Target ID.
Métodos
IsAllDownloadingSupported(DataType) : bool
Is for the specified all securities downloading enabled.
- dataType
- Data type info.
Retorna: Check result.
IsSupportCandlesPriceLevels(MarketDataMessage) : bool
Support candles PriceLevels.
- subscription
- MarketDataMessage
Retorna: Check result.
IsSupportCandlesUpdates(MarketDataMessage) : bool
Support candles subscription and live updates.
- subscription
- MarketDataMessage
Retorna: Check result.