WebSockets Reference
Overview
Last updated
Was this helpful?
Overview
Last updated
Was this helpful?
Their are two major channels within the WS connection, they are:
Receive messages regarding changes to the orderbook state along with responses back from an RFQ requests
public orderbook state changes such as:
PostQuoteMessage -> new orders
FillQuoteMessage -> trade fills
DeleteQuoteMessage -> cancelled orders
Stream personalized quotes from market makers after submitting a RFQ
Participate in the RFQ network
RFQ requests to the RFQ network. This is how requests are broadcasted.
RFQ requests in order to provide personalized quotes. This is how market makers listen for requests.
Authorizations and Filter messages are covered in the next section.
It is possible to integrate BOTH channels at the same time under a single websocket connection. In this case there only needs to be one authorization methods (see on how to implement this). However, two filter messages must be sent (one for each channel).