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

Warning

This exchange has permanently shut down (December 2020 — hacked and shut down). This connector is no longer operational. Documentation is preserved for historical reference.

Livecoin adapter initialization

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

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

Connection settings window