Adapter initialization: Mirae Asset Sharekhan

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

var messageAdapter = new MiraeSharekhanMessageAdapter(Connector.TransactionIdGenerator)
{
	Token = "<value>".ToSecureString(),
	ApiKey = "<value>",
	VendorKey = "<value>",
	CustomerId = "<value>",
};

Connector.Adapter.InnerAdapters.Add(messageAdapter);

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

See also

Connection settings window