Class CounterpartySettings
Simplifies connection settings creation for the case when session is initiator.
Inherited Members
Namespace: OnixS.Fix.Scheduling
Assembly: OnixS.Fix.Scheduler.dll
Syntax
public class CounterpartySettings
Constructors
CounterpartySettings(string, int)
Initializes instance with counterparty settings.
Declaration
public CounterpartySettings(string host, int port)
Parameters
| Type | Name | Description |
|---|---|---|
| string | host | Defines remote host to which session must connect to. |
| int | port | Defines port number to which session must connect to. |
Properties
Host
If session must be logged on in role of initiator, defines remote host to which session must connect to. Otherwise value is empty string.
Declaration
public string Host { get; }
Property Value
| Type | Description |
|---|---|
| string |
Port
If session must be logged on in role of initiator, this parameter defines port number to which session must connect to. Otherwise has undefined value.
Declaration
public int Port { get; }
Property Value
| Type | Description |
|---|---|
| int |