PreparedMessage Class

FIX Antenna .NET Programmer's Guide
Represents prepared message.
Inheritance Hierarchy

SystemObject
  com.b2bits.FIXAntennaPreparedMessage

Namespace:  com.b2bits.FIXAntenna
Assembly:  FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.31.0.0
Syntax

public class PreparedMessage : IDisposable

The PreparedMessage type exposes the following members.

Properties

  NameDescription
Public propertyRaw
Returns RAW FIX message
Top
Methods

  NameDescription
Public methodDispose
Releases resources assigned to instance
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the PreparedMessage and optionally releases the managed resources
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Finalizer
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSet(Int32, Byte)
Copies passed value to the message
Public methodSet(Int32, Decimal)
Copies passed value to the message
Public methodSet(Int32, Int32)
Copies passed value to the message
Public methodSet(Int32, Int64)
Copies passed value to the message
Public methodSet(Int32, String)
Copies passed value to the message
Public methodSet(Int32, UInt32)
Copies passed value to the message
Public methodSet(Int32, UInt64)
Copies passed value to the message
Public methodSetAsTimestamp(Int32, DateTime)
Copies passed value to the message
Public methodSetAsTimestamp(Int32, DateTime, TimeFlags)
Copies passed value to the message
Public methodSetAsTZTimestamp(Int32, DateTimeOffset)
Copies passed value to the message
Public methodSetAsTZTimestamp(Int32, DateTimeOffset, TimeFlags)
Copies passed value to the message
Public methodSetLastMsgSeqNumProcessed
Updates LastMsgSeqNumProcessed value
Public methodSetMsgSeqNum
Updates MsgSeqNum value
Public methodSetSendingTime
Updates SendingTime value
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateCheckSum
Recalculate checksum
Top
See Also

Reference