Class Counterparty
Parameters required to establish the connection with the counterparty.
Inherited Members
Namespace: OnixS.Cme.ILink3.Schedule
Assembly: OnixS.Cme.ILink3.dll
Syntax
public class Counterparty
Constructors
Counterparty(string, int)
Constructor.
Declaration
public Counterparty(string host, int port)
Parameters
Type | Name | Description |
---|---|---|
string | host | |
int | port |
Properties
Host
Counterparty host name.
Declaration
public string Host { get; set; }
Property Value
Type | Description |
---|---|
string |
Port
Counterparty port.
Declaration
public int Port { get; set; }
Property Value
Type | Description |
---|---|
int |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |