Caution

The Liqui exchange has shut down. The connector no longer works; the documentation is retained for reference only.

Liqui adapter initialization

The code below demonstrates how to initialize the LiquiMessageAdapter and pass it to the Connector.

			Connector Connector = new Connector();				
			...				
			var messageAdapter = new LiquiMessageAdapter(Connector.TransactionIdGenerator)
			{
				Key = "<Your API Key>".To<SecureString>(),
				Secret = "<Your API Secret>".To<SecureString>(),
			};
			Connector.Adapter.InnerAdapters.Add(messageAdapter);
			...	
							

Connection settings window