Click or drag to resize

SessionPut(FixMessage) Method

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.32.0.0
Syntax
public void Put(
	FixMessage msg
)

Parameters

msg  FixMessage
message to send
See Also