Adapter initialization: Daishin CYBOS Plus

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

var messageAdapter = new DaishinMessageAdapter(Connector.TransactionIdGenerator)
{
	Account = "<value>",
	IsTradingEnabled = true,
};

Connector.Adapter.InnerAdapters.Add(messageAdapter);

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

See also

Connection settings window