Adapter initialization: FINRA

The following code initializes FinraMessageAdapter and adds it to Connector.

var messageAdapter = new FinraMessageAdapter(Connector.TransactionIdGenerator)
{
	Key = "<key>".ToSecureString(),
	Secret = "<secret>".ToSecureString(),
	IsDemo = true,
};

Connector.Adapter.InnerAdapters.Add(messageAdapter);

Set the credentials and any other required properties described on the Connector configuration page.

See also

Connector configuration

Connection settings window