To send a message to a counterparty, use the OnixS::CME::ConflatedTCP::Session::send method. The Handler sets all session-level fields automatically (e.g., SeqNum
, SendingTimeEpoch
).
To receive messages, override corresponding methods of the OnixS::CME::ConflatedTCP::SessionListener and the OnixS::CME::ConflatedTCP::MarketDataListener class and pass the instance of the descendant class to the OnixS::CME::ConflatedTCP::Session's constructor.