Adapter initialization: DukasCopy Live

The following code shows how to initialize DukasCopyLiveMessageAdapter and add it to Connector.

var messageAdapter = new DukasCopyLiveMessageAdapter(Connector.TransactionIdGenerator)
{
	Password = "<value>".ToSecureString(),
	Login = "<value>",
	BridgeJarPath = "<value>",
	IsDemo = true,
};

Connector.Adapter.InnerAdapters.Add(messageAdapter);

Replace the sample values with the parameters issued or configured for your account.

See also

Connection settings window