SessionPut Method (PreparedMessage)

FIX Antenna .NET Programmer's Guide
Sends the given message to the remote FIX engine. After method is return, message can be destroyed by user.

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

public void Put(
	PreparedMessage msg
)

Parameters

msg
Type: com.b2bits.FIXAntennaPreparedMessage
FIX message to send
Exceptions

ExceptionCondition
ExceptionIn case of errors in message; Session is inappropriate state.
See Also

Reference