Adapter initialization: FXCM
The following code shows how to initialize FxcmMessageAdapter and add it to Connector.
var messageAdapter = new FxcmMessageAdapter(Connector.TransactionIdGenerator)
{
Token = "<value>".ToSecureString(),
IsDemo = true,
};
Connector.Adapter.InnerAdapters.Add(messageAdapter);
Replace the sample values with the parameters issued or configured for your account.