Class FixSessionBuilder
Inheritance
System.Object
FixSessionBuilder
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()
Assembly: FixAntenna.Core.dll
Syntax
public class FixSessionBuilder
Fields
FixSessionFixVersionSuffix
Declaration
protected const string FixSessionFixVersionSuffix = ".fixVersion"
Field Value
Type |
Description |
System.String |
|
FixSessionHeartbeatIntervalSuffix
Declaration
protected const string FixSessionHeartbeatIntervalSuffix = ".HeartbeatInterval"
Field Value
Type |
Description |
System.String |
|
FixSessionHostSuffix
Declaration
protected const string FixSessionHostSuffix = ".host"
Field Value
Type |
Description |
System.String |
|
FixSessionIncomingSequenceNumberSuffix
Declaration
protected const string FixSessionIncomingSequenceNumberSuffix = ".IncomingSequenceNumber"
Field Value
Type |
Description |
System.String |
|
FixSessionOutgoingLoginFieldsSuffix
Declaration
protected const string FixSessionOutgoingLoginFieldsSuffix = ".OutgoingLoginFields"
Field Value
Type |
Description |
System.String |
|
FixSessionOutgoingSequenceNumberSuffix
Declaration
protected const string FixSessionOutgoingSequenceNumberSuffix = ".OutgoingSequenceNumber"
Field Value
Type |
Description |
System.String |
|
FixSessionPortSuffix
Declaration
protected const string FixSessionPortSuffix = ".port"
Field Value
Type |
Description |
System.String |
|
FixSessionPrefix
Declaration
protected const string FixSessionPrefix = "fixengine.session"
Field Value
Type |
Description |
System.String |
|
FixSessionSenderCompIdSuffix
Declaration
protected const string FixSessionSenderCompIdSuffix = ".SenderCompID"
Field Value
Type |
Description |
System.String |
|
FixSessionSenderLocationIdSuffix
Declaration
protected const string FixSessionSenderLocationIdSuffix = ".SenderLocationId"
Field Value
Type |
Description |
System.String |
|
FixSessionSenderSubIdSuffix
Declaration
protected const string FixSessionSenderSubIdSuffix = ".SenderSubId"
Field Value
Type |
Description |
System.String |
|
FixSessionTargetCompIdSuffix
Declaration
protected const string FixSessionTargetCompIdSuffix = ".TargetCompID"
Field Value
Type |
Description |
System.String |
|
FixSessionTargetLocationIdSuffix
Declaration
protected const string FixSessionTargetLocationIdSuffix = ".TargetLocationId"
Field Value
Type |
Description |
System.String |
|
FixSessionTargetSubIdSuffix
Declaration
protected const string FixSessionTargetSubIdSuffix = ".TargetSubId"
Field Value
Type |
Description |
System.String |
|
Methods
CreateFixSession(String, Properties)
Declaration
public virtual IFixSession CreateFixSession(string sessionPropertiesId, Properties fixJmsProp)
Parameters
Type |
Name |
Description |
System.String |
sessionPropertiesId |
|
Properties |
fixJmsProp |
|
Returns