Adapter initialization: dxFeed
The following code shows how to initialize DxFeedMessageAdapter and add it to Connector.
var messageAdapter = new DxFeedMessageAdapter(Connector.TransactionIdGenerator)
{
Token = "<value>".ToSecureString(),
Address = "<value>",
MarketDepthSources = "<value>",
AggregationPeriod = TimeSpan.FromSeconds(10),
};
Connector.Adapter.InnerAdapters.Add(messageAdapter);
Replace the sample values with the parameters issued or configured for your account.