• Version 1.7.1
Show / Hide Table of Contents

Class Counterparty

Parameters required to establish the connection with the counterparty.

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