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
Class | Description | |
---|---|---|
Dialect | Data about the FIX protocol version. | |
Engine |
FIX Engine.
| |
Engine..::..UnknownIncomingConnectionEventArgs | FIXForge.NET.FIX.Engine.UnknownIncomingConnection event data.
| |
EngineException |
The exception that is thrown when a non-fatal error occurs in the FIX Engine.
| |
EngineSettings |
FIX Engine settings.
| |
Field | Field of a FIX message - a tag=value pair. | |
FieldInfo | Data about the FIX message field. | |
Group |
FIX Repeating Group.
| |
Message | FIX message. | |
Session |
FIX Session - a bi-directional stream of ordered messages between two parties within
a continuous sequence number series.
| |
Session..::..ErrorEventArgs | FIXForge.NET.FIX.Session.ErrorEventEvent event data.
| |
Session..::..InboundApplicationMsgEventArgs | FIXForge.NET.FIX.Session.InboundApplicationMsgEvent event data.
| |
Session..::..InboundSessionMsgEventArgs | FIXForge.NET.FIX.Session.InboundSessionMsgEvent event data.
| |
Session..::..MessageResendingEventArgs | FIXForge.NET.FIX.Session.MessageResending event data.
| |
Session..::..OutboundApplicationMsgEventArgs | FIXForge.NET.FIX.Session.OutboundApplicationMsgEvent event data.
| |
Session..::..OutboundSessionMsgEventArgs | FIXForge.NET.FIX.Session.OutboundSessionMsgEvent event data.
| |
Session..::..StateChangeEventArgs | FIXForge.NET.FIX.Session.StateChangeEvent event data.
| |
Session..::..WarningEventArgs | FIXForge.NET.FIX.Session.WarningEventEvent event data.
| |
SslSettings | SSL settings. | |
ValidFieldValue |
Data about the valid message field value.
|
Interfaces
Interface | Description | |
---|---|---|
ISessionStorage |
Session's pluggable storage.
|
Delegates
Delegate | Description | |
---|---|---|
Engine..::..UnknownIncomingConnectionEventHandler |
Represents the method that will handle the FIXForge.NET.FIX.Engine.UnknownIncomingConnection event.
| |
Session..::..ErrorEventHandler | ||
Session..::..InboundApplicationMsgEventHandler |
Represents the method that will handle
the FIXForge.NET.FIX.Session.InboundApplicationMsgEvent event.
| |
Session..::..InboundSessionMsgEventHandler |
Represents the method that will handle
the FIXForge.NET.FIX.Session.InboundSessionMsgEvent event.
| |
Session..::..MessageResendingEventHandler |
Represents the method that will handle
the FIXForge.NET.FIX.Session.MessageResending event.
| |
Session..::..OutboundApplicationMsgEventHandler |
Represents the method that will handle
the FIXForge.NET.FIX.Session.OutboundApplicationMsgEvent event.
| |
Session..::..OutboundSessionMsgEventHandler |
Represents the method that will handle
the FIXForge.NET.FIX.Session.OutboundSessionMsgEvent event.
| |
Session..::..StateChangeEventHandler |
Represents the method that will handle
the FIXForge.NET.FIX.Session.StateChangeEvent event.
| |
Session..::..WarningEventHandler |
Enumerations
Enumeration | Description | |
---|---|---|
Message..::..StringFormat | Format of the string representation. | |
ProtocolVersion |
Financial Interface eXchange (FIX) protocol version.
| |
Session..::..EncryptionMethod | Encryption method. | |
Session..::..ErrorReason | Error condition reason. | |
Session..::..SessionRole | Session role. | |
Session..::..SessionState | Session's state. | |
Session..::..WarningReason | Warning condition reason. | |
SessionStorageType | Type of session's storage. |