![]() | Table of Content | BytesReceivedEventHandler Delegate![]() |
FIXForge.NET.FIX Namespace |
Class | Description | |
---|---|---|
![]() | ConfirmationLogonMessageErrorException | The exception that is thrown when the first received message is an invalid Logon message |
![]() | Dialect | Data about the FIX protocol version. |
![]() | Engine |
FIX Engine.
|
![]() | Engine.ErrorEventArgs | FIXForge.NET.FIX.Engine.Error event data.
|
![]() | Engine.IncomingConnectionEventArgs | FIXForge.NET.FIX.Engine.IncomingConnection event data.
|
![]() | Engine.IncomingTelecommunicationLinkEventArgs | FIXForge.NET.FIX.Engine.IncomingTelecommunicationLink event data.
|
![]() | Engine.UnknownIncomingConnectionEventArgs | FIXForge.NET.FIX.Engine.UnknownIncomingConnection event data.
|
![]() | Engine.WarningEventArgs | FIXForge.NET.FIX.Engine.Warning event data.
|
![]() | EngineDisposedException |
The exception that is thrown when the parent FIX Engine instance was disposed.
|
![]() | EngineException |
The exception that is thrown when a non-fatal error occurs in the FIX Engine.
|
![]() | EngineSettings |
FIX Engine settings.
|
![]() | ErrorEventArgs | FIXForge.NET.FIX.Session.ErrorEventEvent event data.
|
![]() | FieldInfo | Data about the FIX message field. |
![]() | FieldSet | Collection of FIX Message fields. |
![]() | FirstMessageNotLogonException | The exception that is thrown when a first message is not Logon message. |
![]() | FlatMessage | Flat FIX message. |
![]() | FlatMessageBatch | FlatMessage batch. |
![]() | Group |
FIX Repeating Group.
|
![]() | GroupInstance |
Represents single FIX repeating group entry.
|
![]() | InboundApplicationMsgEventArgs | FIXForge.NET.FIX.Session.InboundApplicationMsgEvent event data.
|
![]() | InboundSessionMsgEventArgs | FIXForge.NET.FIX.Session.InboundSessionMsgEvent event data.
|
![]() | KnownFlatFieldKeys | Keys are constant during serialized message lifetime. |
![]() | LinkErrorException | The exception that is thrown when after sending the initial Logon message the telecommunication link error is detected |
![]() | Message | FIX message. |
![]() | MessageBatch | Message batch. |
![]() | MessageResendingEventArgs | FIXForge.NET.FIX.Session.MessageResending event data.
|
![]() | OutboundApplicationMsgEventArgs | FIXForge.NET.FIX.Session.OutboundApplicationMsgEvent event data.
|
![]() | OutboundSessionMsgEventArgs | FIXForge.NET.FIX.Session.OutboundSessionMsgEvent event data.
|
![]() | ProxySettings | HTTP proxy settings. |
![]() | ResendingStartedFinishedEventArgs | FIXForge.NET.FIX.Session.ResendingFinished event data.
|
![]() | Session |
FIX Session - a bi-directional stream of ordered messages between two parties within
a continuous sequence number series.
|
![]() | SslSettings | SSL settings. |
![]() | StateChangeEventArgs | FIXForge.NET.FIX.Session.StateChangeEvent event data.
|
![]() | TimeoutException | The exception that is thrown when after sending the initial Logon message the acknowledgment Logon message has not been received during the timeout period |
![]() | UnexpectedSequenceNumberException | The exception that is thrown when the first received message is a Logon message with wrong sequence number |
![]() | WarningEventArgs | FIXForge.NET.FIX.Session.WarningEventEvent event data.
|
Structure | Description | |
---|---|---|
![]() | Field | Field of a FIX message - a tag=value pair. |
![]() | FieldSet.FieldEnumerator |
FIX fields enumerator.
|
![]() | FlatFieldKey | Key to a serialized field represents another way of accessing fields in editable serialized message. |
![]() | FlatFieldRef | Represents temporary reference to a field in editable serialized message. |
![]() | Group.GroupInstanceEnumerator |
FIX Repeating Group entries enumerator.
|
![]() | HighResolutionTimeSpan | TimeSpan to support all possible sub second resolutions. |
![]() | HighResolutionTimestamp | Timestamp to support all possible sub second resolutions. |
![]() | PortRange | Range of ports. |
![]() | ReceivedBytes |
Structure to access received bytes.
|
![]() | SendingBytes |
Structure to access sending bytes.
|
![]() | ValidFieldValue |
Data about the valid message field value.
|
Interface | Description | |
---|---|---|
![]() | ISession |
FIX Session interface - a bi-directional stream of ordered messages between two parties within
a continuous sequence number series.
|
![]() | ISessionStorage | Session's pluggable storage. |
Delegate | Description | |
---|---|---|
![]() | BytesReceivedEventHandler |
Delegate to handle bytes received by the session.
|
![]() | Engine.ErrorEventHandler |
Error event handler.
|
![]() | Engine.IncomingConnectionEventHandler |
Represents the method that will handle the FIXForge.NET.FIX.Engine.IncomingConnection event.
|
![]() | Engine.IncomingTelecommunicationLinkEventHandler |
Represents the method that will handle the FIXForge.NET.FIX.Engine.IncomingTelecommunicationLink event.
|
![]() | Engine.UnknownIncomingConnectionEventHandler |
Represents the method that will handle the FIXForge.NET.FIX.Engine.UnknownIncomingConnection event.
|
![]() | Engine.WarningEventHandler |
Warning event handler.
|
![]() | ErrorEventHandler | Error handler. |
![]() | InboundApplicationMsgEventHandler |
Represents the method that will handle
the FIXForge.NET.FIX.Session.InboundApplicationMsgEvent event.
|
![]() | InboundSessionMsgEventHandler |
Represents the method that will handle
the FIXForge.NET.FIX.Session.InboundSessionMsgEvent event.
|
![]() | MessageResendingEventHandler |
Represents the method that will handle
the FIXForge.NET.FIX.Session.MessageResending event.
|
![]() | MessageSendingEventHandler |
Represents the method that will handle
the FIXForge.NET.FIX.Session.MessageSending event.
|
![]() | OutboundApplicationMsgEventHandler |
Represents the method that will handle
the FIXForge.NET.FIX.Session.OutboundApplicationMsgEvent event.
|
![]() | OutboundSessionMsgEventHandler |
Represents the method that will handle
the FIXForge.NET.FIX.Session.OutboundSessionMsgEvent event.
|
![]() | ResendingFinishedEventHandler |
Represents the method that will handle
the FIXForge.NET.FIX.Session.ResendingFinished event.
|
![]() | ResendingStartedEventHandler |
Represents the method that will handle
the FIXForge.NET.FIX.Session.ResendingStarted event.
|
![]() | StateChangeEventHandler |
Represents the method that will handle
the FIXForge.NET.FIX.Session.StateChangeEvent event.
|
![]() | WarningEventHandler | Warning handler. |
Enumeration | Description | |
---|---|---|
![]() | EncryptionMethod | Encryption method. |
![]() | Engine.ErrorReason |
Error reason.
|
![]() | Engine.WarningReason |
Warning reason.
|
![]() | ErrorReason | Error condition reason. |
![]() | InsertMode | The insert mode of FlatMessage.Insert() methods. |
![]() | Message.StringFormat |
Collection of flags which affect the way FIX message is converted to string representation.
|
![]() | MessageParsingFlags |
Collection of flags which affect the way FIX message is parsed from its raw (tag=value) presentation.
|
![]() | MessageValidationFlags |
Collection of flags which affect the way FIX message is validated.
|
![]() | ProtocolVersion |
Financial Interface eXchange (FIX) protocol version.
|
![]() | SessionMessageMode |
FIX Session Message Mode.
|
![]() | SessionRole | Session role. |
![]() | SessionState | Session's state. |
![]() | SessionStorageType | Type of session's storage. |
![]() | SslProtocolMinMaxVersion | Defines SSL/TLS protocol minimal or maximal versions. |
![]() | ThreadingModel |
FIX Session Connection Mode.
|
![]() | TimeSpanFormat | Supported TimSpan formats. |
![]() | TimestampFormat | Supported Timestamp formats. |
![]() | WarningReason | Warning condition reason. |