WarningEvent Event | Table of Content | ISessionStorage Properties |
ISessionStorage Interface |
Namespace: FIXForge.NET.FIX
public interface ISessionStorage
The ISessionStorage type exposes the following members.
Name | Description | |
---|---|---|
Id |
Storage Id.
| |
InSeqNum |
Sequence number of the last incoming message.
| |
OutSeqNum |
Sequence number of the last outgoing message.
| |
ResendingQueueSize |
Number of sent messages that are available for resending on counterpart's Resend Request <2> message
| |
SessionCreationTime |
Time when the session attached to the storage was created.
This property should return UnknownSessionCreationTime unless it was explicitly modified by the Engine. See the PluggableStorage sample included into the distributive for implementation sample. |
Name | Description | |
---|---|---|
Clear | Clears the storage. | |
Close | Closes the storage. | |
FindOutboundFlatMessage |
Find the outgoing flat message that has been sent earlier.
| |
FindOutboundMessage |
Find the outgoing message that has been sent earlier.
| |
Flush |
Flushes all internal buffers
| |
SetSessionTerminationStatus |
Sets the session termination flag.
| |
StoreInboundMessage(FlatMessage, Boolean) |
Stores the incoming message.
| |
StoreInboundMessage(Message, Boolean) |
Stores the incoming message.
| |
StoreOutboundMessage(Message, Boolean) |
Stores the outgoing message.
| |
StoreOutboundMessage(FlatMessage, Int32, Boolean) |
Stores the outgoing message.
| |
Warmup |
Warmup the storage.
|