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

Adapter initialization ITCH

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

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

Connection settings window