CounterpartySettings Constructor |
Initializes instance with counterparty settings.
Namespace:
FIXForge.NET.FIX.Scheduling
Assembly:
FIXForge.NET.FIX.Scheduler-net-4.8_x64 (in FIXForge.NET.FIX.Scheduler-net-4.8_x64.dll) Version: 4.12.0.0 (4.12.0.0)
Syntax public CounterpartySettings(
string host,
int port
)
Parameters
- host
- Type: System.String
Defines remote host to which session must connect to.
- port
- Type: System.Int32
Defines port number to which session must connect to.
See Also