• Version 1.15.2
Show / Hide Table of Contents

Class CounterpartySettings

Simplifies connection settings creation for the case when session is initiator.

Inheritance
object
CounterpartySettings
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX