The FIXForge.NET.FIX namespace contains fundamental classes, events and interfaces of FIXForge FIX Engine. These classes provide services supporting Engine configuration, sessions handling, messages manipuation and etc.

Classes

  ClassDescription
Public classDialect
Data about the FIX protocol version.
Public classEngine
FIX Engine.
Public classEngine..::..UnknownIncomingConnectionEventArgs
FIXForge.NET.FIX.Engine.UnknownIncomingConnection event data.
Public classEngineException
The exception that is thrown when a non-fatal error occurs in the FIX Engine.
Public classEngineSettings
FIX Engine settings.
Public classField
Field of a FIX message - a tag=value pair.
Public classFieldInfo
Data about the FIX message field.
Public classGroup
FIX Repeating Group.
Public classMessage
FIX message.
Public classSession
FIX Session - a bi-directional stream of ordered messages between two parties within a continuous sequence number series.
Public classSession..::..ErrorEventArgs
FIXForge.NET.FIX.Session.ErrorEventEvent event data.
Public classSession..::..InboundApplicationMsgEventArgs
FIXForge.NET.FIX.Session.InboundApplicationMsgEvent event data.
Public classSession..::..InboundSessionMsgEventArgs
FIXForge.NET.FIX.Session.InboundSessionMsgEvent event data.
Public classSession..::..MessageResendingEventArgs
FIXForge.NET.FIX.Session.MessageResending event data.
Public classSession..::..OutboundApplicationMsgEventArgs
FIXForge.NET.FIX.Session.OutboundApplicationMsgEvent event data.
Public classSession..::..OutboundSessionMsgEventArgs
FIXForge.NET.FIX.Session.OutboundSessionMsgEvent event data.
Public classSession..::..StateChangeEventArgs
FIXForge.NET.FIX.Session.StateChangeEvent event data.
Public classSession..::..WarningEventArgs
FIXForge.NET.FIX.Session.WarningEventEvent event data.
Public classSslSettings
SSL settings.
Public classValidFieldValue
Data about the valid message field value.

Interfaces

  InterfaceDescription
Public interfaceISessionStorage
Session's pluggable storage.

Delegates

  DelegateDescription
Public delegateEngine..::..UnknownIncomingConnectionEventHandler
Represents the method that will handle the FIXForge.NET.FIX.Engine.UnknownIncomingConnection event.
Public delegateSession..::..ErrorEventHandler
Public delegateSession..::..InboundApplicationMsgEventHandler
Represents the method that will handle the FIXForge.NET.FIX.Session.InboundApplicationMsgEvent event.
Public delegateSession..::..InboundSessionMsgEventHandler
Represents the method that will handle the FIXForge.NET.FIX.Session.InboundSessionMsgEvent event.
Public delegateSession..::..MessageResendingEventHandler
Represents the method that will handle the FIXForge.NET.FIX.Session.MessageResending event.
Public delegateSession..::..OutboundApplicationMsgEventHandler
Represents the method that will handle the FIXForge.NET.FIX.Session.OutboundApplicationMsgEvent event.
Public delegateSession..::..OutboundSessionMsgEventHandler
Represents the method that will handle the FIXForge.NET.FIX.Session.OutboundSessionMsgEvent event.
Public delegateSession..::..StateChangeEventHandler
Represents the method that will handle the FIXForge.NET.FIX.Session.StateChangeEvent event.
Public delegateSession..::..WarningEventHandler

Enumerations

  EnumerationDescription
Public enumerationMessage..::..StringFormat
Format of the string representation.
Public enumerationProtocolVersion
Financial Interface eXchange (FIX) protocol version.
Public enumerationSession..::..EncryptionMethod
Encryption method.
Public enumerationSession..::..ErrorReason
Error condition reason.
Public enumerationSession..::..SessionRole
Session role.
Public enumerationSession..::..SessionState
Session's state.
Public enumerationSession..::..WarningReason
Warning condition reason.
Public enumerationSessionStorageType
Type of session's storage.