BvmtMarketDataAdapter
StockSharp.Bvmt
Bvmt 的电文适配器 。
继承自: MessageAdapter
构造函数
BvmtMarketDataAdapter
public BvmtMarketDataAdapter(IdGenerator transactionIdGenerator)
bvmtMarketDataAdapter = BvmtMarketDataAdapter(transactionIdGenerator)
初始化了 & ##BvmtMarketDataAdapter+#的新实例.
- transactionIdGenerator
- 交易ID生成器。
属性
BBBOAddress
public EndPoint BBBOAddress { get; set; }
value = bvmtMarketDataAdapter.BBBOAddress
bvmtMarketDataAdapter.BBBOAddress = value
最佳出价频道.
CashTickSizeReferentialFilePath
public string CashTickSizeReferentialFilePath { get; set; }
value = bvmtMarketDataAdapter.CashTickSizeReferentialFilePath
bvmtMarketDataAdapter.CashTickSizeReferentialFilePath = value
现金勾选大小偏好文件的路径 。
FBMUAddress
public EndPoint FBMUAddress { get; set; }
value = bvmtMarketDataAdapter.FBMUAddress
bvmtMarketDataAdapter.FBMUAddress = value
全订书深度和BBO使用"市场更新"消息频道地址.
FBOUAddress
public EndPoint FBOUAddress { get; set; }
value = bvmtMarketDataAdapter.FBOUAddress
bvmtMarketDataAdapter.FBOUAddress = value
全订书深度使用"秩序更新"消息和有"市场更新"消息频道地址的BBO.
Group
public string Group { get; set; }
value = bvmtMarketDataAdapter.Group
bvmtMarketDataAdapter.Group = value
适应者组.
IsNativeIdentifiers
public override bool IsNativeIdentifiers { get; }
value = bvmtMarketDataAdapter.IsNativeIdentifiers
使用土著身份识别符识别信息中的金融工具。
IsSupportOrderBookIncrements
public override bool IsSupportOrderBookIncrements { get; }
value = bvmtMarketDataAdapter.IsSupportOrderBookIncrements
适生翻译增量令书.
REFIAddress
public EndPoint REFIAddress { get; set; }
value = bvmtMarketDataAdapter.REFIAddress
bvmtMarketDataAdapter.REFIAddress = value
参考数据和索引包频道地址.
REFTAddress
public EndPoint REFTAddress { get; set; }
value = bvmtMarketDataAdapter.REFTAddress
bvmtMarketDataAdapter.REFTAddress = value
参考数据和完整的贸易信息通道地址.
StorageName
public override string StorageName { get; }
value = bvmtMarketDataAdapter.StorageName
储取名.
方法
ConnectAsync
protected override ValueTask ConnectAsync(ConnectMessage msg, CancellationToken token)
result = bvmtMarketDataAdapter.ConnectAsync(msg, token)
DisconnectAsync
protected override ValueTask DisconnectAsync(DisconnectMessage disconnectMsg, CancellationToken cancellationToken)
result = bvmtMarketDataAdapter.DisconnectAsync(disconnectMsg, cancellationToken)
IsAllDownloadingSupported
public override bool IsAllDownloadingSupported(DataType dataType)
result = bvmtMarketDataAdapter.IsAllDownloadingSupported(dataType)
用于指定的所有金融工具下载启用。
- dataType
- 数据类型信息.
返回值: 检查结果。
IsSecurityRequired
public override bool IsSecurityRequired(DataType dataType)
result = bvmtMarketDataAdapter.IsSecurityRequired(dataType)
支持过滤订阅(订阅/不订阅指定金融工具).
- dataType
- 数据类型信息.
返回值: 检查结果。
Load
public override void Load(SettingsStorage storage)
bvmtMarketDataAdapter.Load(storage)
装入设置 。
- storage
- 设置存储 。
MarketDataAsync
protected override ValueTask MarketDataAsync(MarketDataMessage mdMsg, CancellationToken token)
result = bvmtMarketDataAdapter.MarketDataAsync(mdMsg, token)
OnLevel1SubscriptionAsync
protected override ValueTask OnLevel1SubscriptionAsync(MarketDataMessage mdMsg, CancellationToken token)
result = bvmtMarketDataAdapter.OnLevel1SubscriptionAsync(mdMsg, token)
处理关卡1 的订阅请求。 覆盖以提供关卡1 的订阅处理。 默认执行会丢出 NotSupported 。
- mdMsg
- 市场数据订阅信息.
- cancellationToken
- 取消操作的代理 。
返回值: 代表同步操作的ValueTask.
OnMarketDepthSubscriptionAsync
protected override ValueTask OnMarketDepthSubscriptionAsync(MarketDataMessage mdMsg, CancellationToken token)
result = bvmtMarketDataAdapter.OnMarketDepthSubscriptionAsync(mdMsg, token)
处理市场深度数据的订阅请求。 覆盖以提供市场深度订阅处理的操作。 默认执行将丢出 NotSupported 。
- mdMsg
- 市场数据订阅信息.
- cancellationToken
- 取消操作的代理 。
返回值: 代表同步操作的ValueTask.
OnTicksSubscriptionAsync
protected override ValueTask OnTicksSubscriptionAsync(MarketDataMessage mdMsg, CancellationToken token)
result = bvmtMarketDataAdapter.OnTicksSubscriptionAsync(mdMsg, token)
处理对 勾选数据的订阅请求。 覆盖为 勾选订阅处理提供执行。 默认执行会丢出 NotSupported 。
- mdMsg
- 市场数据订阅信息.
- cancellationToken
- 取消操作的代理 。
返回值: 代表同步操作的ValueTask.
ResetAsync
protected override ValueTask ResetAsync(ResetMessage resetMsg, CancellationToken cancellationToken)
result = bvmtMarketDataAdapter.ResetAsync(resetMsg, cancellationToken)
Save
public override void Save(SettingsStorage storage)
bvmtMarketDataAdapter.Save(storage)
保存设置 。
- storage
- 设置存储 。
SecurityLookupAsync
protected override ValueTask SecurityLookupAsync(SecurityLookupMessage lookupMsg, CancellationToken cancellationToken)
result = bvmtMarketDataAdapter.SecurityLookupAsync(lookupMsg, cancellationToken)
TimeAsync
protected override ValueTask TimeAsync(TimeMessage timeMsg, CancellationToken cancellationToken)
result = bvmtMarketDataAdapter.TimeAsync(timeMsg, cancellationToken)