CryBroSBEMessageAdapter
StockSharp.CryBro.SBE
CryBroSBE message adapter — client-side connector to SbeServer via SBE protocol.
继承自: MessageAdapter
实现: IAddressAdapter<EndPoint>, ISenderTargetAdapter
构造函数
CryBroSBEMessageAdapter(IdGenerator)
Initializes a new instance of the CryBroSBEMessageAdapter.
属性
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.
方法
IsAllDownloadingSupported(DataType) : bool
Is for the specified all securities downloading enabled.
- dataType
- Data type info.
返回值: Check result.
IsSupportCandlesPriceLevels(MarketDataMessage) : bool
Support candles PriceLevels.
- subscription
- MarketDataMessage
返回值: Check result.
IsSupportCandlesUpdates(MarketDataMessage) : bool
Support candles subscription and live updates.
- subscription
- MarketDataMessage
返回值: Check result.