Class InitiatorFixTransport
Initiator fix transport.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FixAntenna.FixEngine.Transport
Assembly: FixAntenna.Core.dll
Syntax
public class InitiatorFixTransport : AbstractFixTransport, IOutgoingFixTransport, IFixTransport
Constructors
InitiatorFixTransport(String, Int32, SessionParameters)
Declaration
public InitiatorFixTransport(string host, int port, SessionParameters parameters)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | host | |
| System.Int32 | port | |
| SessionParameters | parameters |
Methods
Open()
Open transport method.
Declaration
public virtual void Open()
Exceptions
| Type | Condition |
|---|---|
| System.IO.IOException | if error occurred |