Class MessageResendingEventArgs
MessageResending event arguments.
Inherited Members
Namespace: OnixS.Fix
Assembly: OnixS.Fix.Engine.dll
Syntax
public class MessageResendingEventArgs : MessageEventArgs
Constructors
MessageResendingEventArgs()
Declaration
public MessageResendingEventArgs()
MessageResendingEventArgs(IMessage)
Creates event data.
Declaration
public MessageResendingEventArgs(IMessage message)
Parameters
Type | Name | Description |
---|---|---|
IMessage | message | sent application-level message that is about to be re-sent to the counterparty. |
Properties
AllowResending
If 'true' then the message will be re-sent to the counterparty, otherwise theSequenceReset-GapFill (MsgType 4) message will be sent instead.
Declaration
public bool AllowResending { get; set; }
Property Value
Type | Description |
---|---|
bool |
Methods
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | A string that represents the current object. |