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
-
PUB_SEND_MESSAGE_CONTEXT * msg –
The message context for the message being built.
Returns
uint16_t error_code
An error code or ERR_NONE (value 0).