Click or drag to resize

SessionPut(FixMessage, PutMessageOptions) 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,
	PutMessageOptions options
)

Parameters

msg  FixMessage

[Missing <param name="msg"/> documentation for "M:com.b2bits.FIXAntenna.Session.Put(com.b2bits.FIXAntenna.FixMessage,com.b2bits.FIXAntenna.PutMessageOptions)"]

options  PutMessageOptions

[Missing <param name="options"/> documentation for "M:com.b2bits.FIXAntenna.Session.Put(com.b2bits.FIXAntenna.FixMessage,com.b2bits.FIXAntenna.PutMessageOptions)"]

Remarks
Method throws ApplicationException in case message is incorrect or session is closed.
See Also