pub_sendMessage

Sends a market data message.

This method may or may not physically send a message. Messages are buffered until a packet is full, and then sent over the network.

Syntax

uint16_t pub_sendMessage( PUB_SEND_MESSAGE_CONTEXT * msg );

Parameters

Returns

uint16_t error_code
An error code or ERR_NONE (value 0).
Related concepts
Functions to Send Messages