Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 648 Bytes

adapter_initialization_interactive_brokers.md

File metadata and controls

19 lines (14 loc) · 648 Bytes

Adapter initialization Interactive Brokers

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

Connector Connector = new Connector();				
...				
var messageAdapter = new InteractiveBrokersMessageAdapter(Connector.TransactionIdGenerator)
{
	Address = "<Your Address>".To<EndPoint>(),
};
Connector.Adapter.InnerAdapters.Add(messageAdapter);
...	
							

Recommended content

Connection settings window