GainFuturesFastDialect

StockSharp.Fix.Dialects.GainFutures

未来を手に入れよう FAST の文字盤。

継承元: BaseUdpDialect

コンストラクター

GainFuturesFastDialect
public GainFuturesFastDialect()
gainFuturesFastDialect = GainFuturesFastDialect()

GainFuturesFastDialect の新規インスタンスを初期化します。

プロパティ

Address
public EndPoint Address { get; set; }
value = gainFuturesFastDialect.Address
gainFuturesFastDialect.Address = value

サーバーアドレス。

メソッド

ConnectAsync
protected override ValueTask ConnectAsync(ConnectMessage connectMsg, CancellationToken cancellationToken)
result = gainFuturesFastDialect.ConnectAsync(connectMsg, cancellationToken)
CreateParser
public override IUdpSettingsParser CreateParser()
result = gainFuturesFastDialect.CreateParser()

IUdpSettingsParserクラスの新しいインスタンスを作成します。

戻り値: 担当: 佐藤 宏

DisconnectAsync
protected override ValueTask DisconnectAsync(DisconnectMessage disconnectMsg, CancellationToken cancellationToken)
result = gainFuturesFastDialect.DisconnectAsync(disconnectMsg, cancellationToken)
GetSupportedMarketDataTypesAsync
public override IAsyncEnumerable<DataType> GetSupportedMarketDataTypesAsync(SecurityId securityId, DateTime? from, DateTime? to)
result = gainFuturesFastDialect.GetSupportedMarketDataTypesAsync(securityId, from, to)

アダプターメッセージタイプでサポートを受ける

securityId
担当: 佐藤 宏
from
リクエストの開始日。 場合は、利用可能なすべてのメッセージが返されます。
to
リクエストの終了日。 場合、利用可能なすべてのメッセージが返されます。

戻り値: アダプター市場データ型で対応

Load
public override void Load(SettingsStorage storage)
gainFuturesFastDialect.Load(storage)

設定をロードします。

storage
設定ストレージ。
LoadSettingsFromFile
public override void LoadSettingsFromFile(IDictionary<string, UdpFeedGroup> feeds)
gainFuturesFastDialect.LoadSettingsFromFile(feeds)

指定したファイルから設定をロードします。

feeds
UDP の設定。
MarketDataAsync
protected override ValueTask MarketDataAsync(MarketDataMessage mdMsg, CancellationToken cancellationToken)
result = gainFuturesFastDialect.MarketDataAsync(mdMsg, cancellationToken)
ResetAsync
protected override ValueTask ResetAsync(ResetMessage resetMsg, CancellationToken cancellationToken)
result = gainFuturesFastDialect.ResetAsync(resetMsg, cancellationToken)
Save
public override void Save(SettingsStorage storage)
gainFuturesFastDialect.Save(storage)

設定を保存します。

storage
設定ストレージ。
TimeAsync
protected override ValueTask TimeAsync(TimeMessage timeMsg, CancellationToken cancellationToken)
result = gainFuturesFastDialect.TimeAsync(timeMsg, cancellationToken)