Adapter initialization: SET Market Data
The following code initializes SetMarketDataMessageAdapter and adds it to Connector.
var messageAdapter = new SetMarketDataMessageAdapter(Connector.TransactionIdGenerator)
{
Token = "<token>".ToSecureString(),
};
Connector.Adapter.InnerAdapters.Add(messageAdapter);
Set the credentials and any other required properties described on the Connector configuration page.