SessionPut Method (FixMessage)

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(
	FixMessage msg
)

Parameters

msg
Type: com.b2bits.FIXAntennaFixMessage
message to send
See Also

Reference