このページはまだお使いの言語で利用できません。別の言語版を表示しています。

Adapter initialization LMAX

The code below demonstrates how to initialize the LmaxMessageAdapter and send it to Connector.

Connector Connector = new Connector();				
...				
var messageAdapter = new LmaxMessageAdapter(Connector.TransactionIdGenerator)
{
	Login = "<Your Login>",
	Password = "<Your Password>".To<SecureString>(),
	IsDemo = true
};
Connector.Adapter.InnerAdapters.Add(messageAdapter);
...	
							

Connection settings window