Feed 'F' - Firm Market Data

Returns Tradable Order book or may return incremental updates of both Tradable Market Data or View-Only Market Data. Returns only the first 25 levels of the book

Requests

For takers:

{"event": "bind", "feed": "F", "feedId": "BTC-EUR"}

Useinstrument name as "feedId" value to subscribe on instrument book

For masters, the clientId parameter is used to subscribe on behalf of a sub-taker:

{"event": "bind", "feed": "F", "feedId": {"instrument": "BTC-EUR", "clientId": 5}}

Use instrument and clientId as "feedId" value to subscribe on client's instrument book

Feed handling

bookLevel = [
  0: price (Efx::Price)
  1: size (Efx::Size)
]

For a detailed book description

book

Last updated