Keyword(s) for which to search:
Sort results by title
Keyword Index
Programming Guide
Introduction
System Requirements
Getting Started
Error Reporting
Licensing
Engine Initialization and Shutdown
Selecting FIX Version
FIX Message
Manipulating Message Fields
FIX Session
Establishing FIX Connection
Exchanging Messages
Message Sequence Numbers
Configuring the Engine
Change Engine Settings Programmatically
Configuration File
Complete Reference of Configuration Settings
Example of Configuration File
Logging Services
File-based Logs Structure
Selecting Storage for Session Messages Logging
Restoring Session State from Logs
Customizing Logging
Advanced Programming
FIX Repeating Groups
FIX Sessions
Understanding Session States
Subscribing to Session Events
Updating GUI Controls on Session Event
Accepting FIX Session Without a Prior Creation of Session Object
Connecting using Custom Logon Message
Resetting Message Sequence Numbers
Resetting Message Sequence Numbers via ResetSeqNumFlag Field
Resending Messages
Memory-based Session Storage
Scheduling Sessions for Automatic Connection
Session Schedule
Predefined Schedules and Connection Settings
FIX Dialects
Editting Dialects Descriptions
Session-level Dialects
Dialect Exploration
Engine Settings
Specifying Multiple Listen Ports
SSL Encryption
Using SSL Encryption in Session Connections
Supported SSL Certificates
Per-session SSL Settings
FAST Coding
Encoding and Decoding Data using FAST
FAST Coding Templates
Frequently Asked Questions
Glossary
Class Library Reference
FIXForge.NET.FIX Namespace
Dialect Class
Dialect Members
Dialect Constructor
Dialect Constructor (ProtocolVersion)
Dialect Constructor (String)
Dialect Methods
CreateMessage Method
Equals Method
GetMessageFields Method
GetValidFieldValues Method
MessageNameByType Method
ParseMessage Method
ParseMessage Method (Byte[])
ParseMessage Method (String)
TagNameByNumber Method
TagNumberByName Method
Dialect Properties
Id Property
MessageTypes Property
Tags Property
Version Property
Engine Class
Engine Members
Engine Methods
Init Method
Init Method
Init Method (EngineSettings)
Init Method (Int32)
IsInitialized Method
Shutdown Method
Engine Properties
Instance Property
LicenseExpirationDate Property
Settings Property
Engine Events
UnknownIncomingConnection Event
Engine.UnknownIncomingConnectionEventArgs Class
Engine.UnknownIncomingConnectionEventArgs Members
Engine.UnknownIncomingConnectionEventArgs Methods
Engine.UnknownIncomingConnectionEventArgs Properties
Accept Property
CreatedSession Property
RejectReason Property
Engine.UnknownIncomingConnectionEventHandler Delegate
EngineException Class
EngineException Members
EngineException Constructor
EngineException Constructor (*)
EngineException Constructor (String)
EngineException Constructor (SerializationInfo, StreamingContext)
EngineException Methods
EngineException Properties
EngineSettings Class
EngineSettings Members
EngineSettings Constructor
EngineSettings Methods
EngineSettings Properties
Dialect Property
LicenseFile Property
ListenPort Property
ListenPorts Property
LogDirectory Property
ProcessDeliverToCompID Property
ReconnectAttempts Property
ReconnectInterval Property
SslCertificateFile Property
SslListenPort Property
SslPrivateKeyFile Property
Field Class
Field Members
Field Constructor
Field Methods
Dispose Method
Dispose Method
Dispose Method (Boolean)
ToString Method
Field Properties
Tag Property
Value Property
FieldInfo Class
FieldInfo Members
FieldInfo Methods
FieldInfo Properties
ChildFields Property
IsRequired Property
Tag Property
Group Class
Group Members
Group Methods
Contain Method
Dispose Method
Dispose Method
Dispose Method (Boolean)
Get Method
GetDouble Method
GetGroup Method
GetInteger Method
Remove Method
Set Method
Set Method (Int32, Int32, Double)
Set Method (Int32, Int32, Int32)
Set Method (Int32, Int32, String)
SetGroup Method
TryGetChar Method
TryGetDouble Method
TryGetInteger Method
Group Properties
NumberOfInstances Property
Message Class
Message Members
Message Constructor
Message Constructor (Message)
Message Constructor (Byte[])
Message Constructor (String)
Message Constructor (Message, Boolean)
Message Constructor (Byte[], Dialect)
Message Constructor (String, Dialect)
Message Constructor (String, ProtocolVersion)
Message Methods
Clone Method
Contain Method
Dispose Method
Dispose Method
Dispose Method (Boolean)
Finalize Method
Get Method
GetDouble Method
GetGroup Method
GetInteger Method
HasFlag Method
Remove Method
Set Method
Set Method (Int32, Boolean)
Set Method (Int32, Char)
Set Method (Int32, Double)
Set Method (Int32, Int32)
Set Method (Int32, String)
SetGroup Method
ToString Method
ToString Method
ToString Method (Char)
ToString Method (Message.StringFormat, Char)
TryGetChar Method
TryGetDouble Method
TryGetInteger Method
UpdateCheckSum Method
Validate Method
Message Properties
Dialect Property
Fields Property
FieldValue Property
SenderCompID Property
SeqNum Property
TargetCompID Property
Type Property
Version Property
Message.StringFormat Enumeration
ProtocolVersion Enumeration
Session Class
Session Members
Session Constructor
Session Constructor (String, String, Dialect)
Session Constructor (String, String, ProtocolVersion)
Session Constructor (String, String, Dialect, Boolean)
Session Constructor (String, String, Dialect, String)
Session Constructor (String, String, ProtocolVersion, Boolean)
Session Constructor (String, String, ProtocolVersion, String)
Session Constructor (String, String, Dialect, Boolean, Session.SessionStorageType)
Session Constructor (String, String, Dialect, Boolean, String)
Session Constructor (String, String, ProtocolVersion, Boolean, Session.SessionStorageType)
Session Constructor (String, String, ProtocolVersion, Boolean, String)
Session Constructor (String, String, Dialect, Boolean, Session.SessionStorageType, String)
Session Constructor (String, String, ProtocolVersion, Boolean, Session.SessionStorageType, String)
Session Methods
BreakConnection Method
ClearOutboundQueue Method
Dispose Method
Dispose Method
Dispose Method (Boolean)
Finalize Method
FindSentMessage Method
hasInboundApplicationMsgEventHandler Method
hasInboundSessionMsgEventHandler Method
hasMessageResendingEventHandler Method
hasOutboundApplicationMsgEventHandler Method
hasOutboundSessionMsgEventHandler Method
LogonAsAcceptor Method
LogonAsInitiator Method
LogonAsInitiator Method (String, Int32)
LogonAsInitiator Method (String, Int32, Boolean)
LogonAsInitiator Method (String, Int32, Int32)
LogonAsInitiator Method (String, Int32, Int32, Message)
LogonAsInitiator Method (String, Int32, Int32, Boolean)
LogonAsInitiator Method (String, Int32, Int32, Message, Boolean)
Logout Method
Logout Method
Logout Method (String)
OnErrorEvent Method
OnInboundApplicationMsgEvent Method
OnInboundSessionMsgEvent Method
OnMessageResending Method
OnOutboundApplicationMsgEvent Method
OnOutboundSessionMsgEvent Method
OnStateChangeEvent Method
OnWarningEvent Method
ResetSequenceNumbers Method
ResetSequenceNumbersViaLogonExchange Method
Send Method
SendTestRequest Method
ToString Method
Session Properties
CounterpartyHost Property
CounterpartyPort Property
Dialect Property
Encryption Property
HeartBtInt Property
InboundMessageLogFilter Property
InSeqNum Property
KeepSequenceNumbersAfterLogout Property
ListenPort Property
LogInboundMessages Property
OutboundQueueCount Property
OutSeqNum Property
ResetSequenceNumbersOnLogon Property
Role Property
SenderCompID Property
SenderLocationID Property
SenderSubID Property
Ssl Property
State Property
StorageID Property
StorageType Property
TargetCompID Property
TargetLocationID Property
TargetSubID Property
Version Property
Session Events
ErrorEvent Event
InboundApplicationMsgEvent Event
InboundSessionMsgEvent Event
MessageResending Event
OutboundApplicationMsgEvent Event
OutboundSessionMsgEvent Event
StateChangeEvent Event
WarningEvent Event
Session.EncryptionMethod Enumeration
Session.ErrorEventArgs Class
Session.ErrorEventArgs Members
Session.ErrorEventArgs Methods
ToString Method
Session.ErrorEventArgs Properties
Reason Property
Session.ErrorEventHandler Delegate
Session.ErrorReason Enumeration
Session.InboundApplicationMsgEventArgs Class
Session.InboundApplicationMsgEventArgs Members
Session.InboundApplicationMsgEventArgs Methods
Session.InboundApplicationMsgEventArgs Properties
Msg Property
Session.InboundApplicationMsgEventHandler Delegate
Session.InboundSessionMsgEventArgs Class
Session.InboundSessionMsgEventArgs Members
Session.InboundSessionMsgEventArgs Methods
Session.InboundSessionMsgEventArgs Properties
Msg Property
Session.InboundSessionMsgEventHandler Delegate
Session.MessageResendingEventArgs Class
Session.MessageResendingEventArgs Members
Session.MessageResendingEventArgs Methods
Session.MessageResendingEventArgs Properties
AllowResending Property
Msg Property
Session.MessageResendingEventHandler Delegate
Session.OutboundApplicationMsgEventArgs Class
Session.OutboundApplicationMsgEventArgs Members
Session.OutboundApplicationMsgEventArgs Methods
Session.OutboundApplicationMsgEventArgs Properties
Msg Property
Session.OutboundApplicationMsgEventHandler Delegate
Session.OutboundSessionMsgEventArgs Class
Session.OutboundSessionMsgEventArgs Members
Session.OutboundSessionMsgEventArgs Methods
Session.OutboundSessionMsgEventArgs Properties
Msg Property
Session.OutboundSessionMsgEventHandler Delegate
Session.SessionRole Enumeration
Session.SessionState Enumeration
Session.SessionStorageType Enumeration
Session.StateChangeEventArgs Class
Session.StateChangeEventArgs Members
Session.StateChangeEventArgs Methods
ToString Method
Session.StateChangeEventArgs Properties
NewState Property
PrevState Property
Session.StateChangeEventHandler Delegate
Session.WarningEventArgs Class
Session.WarningEventArgs Members
Session.WarningEventArgs Methods
ToString Method
Session.WarningEventArgs Properties
Reason Property
Session.WarningEventHandler Delegate
Session.WarningReason Enumeration
SslSettings Class
SslSettings Members
SslSettings Methods
Dispose Method
Dispose Method
Dispose Method (Boolean)
SslSettings Properties
CertificateFile Property
PrivateKeyFile Property
ValidFieldValue Class
ValidFieldValue Members
ValidFieldValue Methods
ValidFieldValue Properties
Description Property
Value Property
FIXForge.NET.FIX.FAST Namespace
Decoder Class
Decoder Members
Decoder Constructor
Decoder Constructor (String, FastVersion, Dialect, Boolean)
Decoder Constructor (String, FastVersion, ProtocolVersion, Boolean)
Decoder Methods
Decode Method
Decode Method (Byte[])
Decode Method (Byte[], Int32, Int32)
Decode Method (Byte[], Int32, Int32, Int32)
Decode Method (Byte[], Int32, Int32, Int32, Int32)
DecodeUnsignedInteger Method
Dispose Method
Dispose Method
Dispose Method (Boolean)
Finalize Method
Reset Method
TryDecodeUnsignedInteger Method
Decoder Properties
DecodeEachMessageIndependently Property
Encoder Class
Encoder Members
Encoder Constructor
Encoder Methods
Dispose Method
Dispose Method
Dispose Method (Boolean)
Encode Method
Encode Method (Message)
Encode Method (Message, Int32)
Finalize Method
Reset Method
Encoder Properties
EncodeEachMessageIndependently Property
FastVersion Enumeration
FIXForge.NET.FIX.Scheduling Namespace
AcceptorConnectionSettings Class
AcceptorConnectionSettings Members
AcceptorConnectionSettings Constructor
AcceptorConnectionSettings Methods
AcceptorConnectionSettings Properties
InitiatorConnectionSettings Class
InitiatorConnectionSettings Members
InitiatorConnectionSettings Constructor
InitiatorConnectionSettings Methods
InitiatorConnectionSettings Properties
Scheduler Class
Scheduler Members
Scheduler Constructor
Scheduler Constructor
Scheduler Constructor (String)
Scheduler Methods
Dispose Method
Finalize Method
Register Method
Register Method (Session, SessionSchedule, SessionConnectionSettings)
Register Method (Session, String, String)
Unregister Method
Scheduler Properties
ConnectionSettings Property
Schedules Property
Scheduler Events
Error Event
SequenceNumberResetPolicy Enumeration
SessionConnectionSettings Class
SessionConnectionSettings Members
SessionConnectionSettings Constructor
SessionConnectionSettings Methods
SessionConnectionSettings Properties
Host Property
Port Property
Role Property
SessionDuration Enumeration
SessionErrorEventArgs Class
SessionErrorEventArgs Members
SessionErrorEventArgs Constructor
SessionErrorEventArgs Methods
SessionErrorEventArgs Properties
Reason Property
Session Property
SessionSchedule Class
SessionSchedule Members
SessionSchedule Constructor
SessionSchedule Methods
SessionSchedule Properties
LogonTimes Property
LogoutTimes Property
SequenceNumberResetPolicy Property
SessionDuration Property
This page uses an IFRAME but your browser does not support it.