MessageParsingFlags Enumeration | Table of Content | MessageResendingEventArgs Properties |
MessageResendingEventArgs Class |
Namespace: FIXForge.NET.FIX
public class MessageResendingEventArgs : EventArgs
The MessageResendingEventArgs type exposes the following members.
Name | Description | |
---|---|---|
AllowResending |
If 'true' then the message will be re-sent to the counterparty,
otherwise the SequenceReset-GapFill (MsgType 4) message will be sent instead.
| |
FlatMsg | Sent application-level flat message that is about to be resent. | |
ModifiedFlatMsg | Application-level flat message that is about to be resent before it is sent to a counterparty. | |
ModifiedMsg | Application-level message that is about to be resent before it is sent to a counterparty. | |
Msg | Sent application-level message that is about to be resent. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |