Class CreateAcceptor
Request to create FIX session with acceptor role
Since 0.9 version
Implements
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.Fixicc.Message
Assembly: FixAntenna.AdminTool.dll
Syntax
[Serializable]
public class CreateAcceptor : ServerSessionCommand, IMessage
Properties
ApplVerID
Declaration
public ApplVerID? ApplVerID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ApplVerID> |
ConfiguredSessionParams
Declaration
public ConfiguredSessionParams ConfiguredSessionParams { get; set; }
Property Value
Type | Description |
---|---|
ConfiguredSessionParams |
ExtraSessionParams
Declaration
public ExtraSessionParams ExtraSessionParams { get; set; }
Property Value
Type | Description |
---|---|
ExtraSessionParams |
StartRightNow
Declaration
public bool? StartRightNow { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Version
FIX Version
Since 3.0 version
Declaration
public string Version { get; set; }
Property Value
Type | Description |
---|---|
System.String |