roq-huobi#
Important
This gateway needs sponsorship to complete certain features.
Links#
Purpose#
Maintain network connectivity with the Huobi exchange
Route exchange updates to connected clients
Route client requests to the relevant exchange accounts
Stream all messages to an event-log
Overview#
Spot |
✓ |
Futures |
|
Options |
Reference Data |
✓ |
Market Status |
✓ |
Top of Book |
✓ |
Market by Price (L2) |
✓ |
Market by Order (L3) |
|
Trade Summary |
✓ |
Statistics |
✓ |
Create |
✓ |
Modify |
|
Cancel |
✓ |
Cancel All |
✓ |
Auto Cancellation |
✓ |
Positions |
|
Funds |
✓ |
Data center located in Singapore (to be confirmed)
No test environment
Conda#
$ mamba install \
--channel https://roq-trading.com/conda/stable \
roq-huobi
$ cp $CONDA_PREFIX/share/roq-huobi/config.toml $CONFIG_FILE_PATH
# Then modify $CONFIG_FILE_PATH to match your specific configuration
$ roq-huobi \
--name "huobi" \
--config_file "$CONFIG_FILE_PATH" \
--client_listen_address "$UNIX_SOCKET_PATH" \
--service_listen_address "$TCP_LISTEN_PORT" \
--flagfile "$FLAG_FILE"
Config#
Flags#
$ roq-huobi --help
Environments#
# flagfile
--rest_uri=https://api.huobi.pro
--ws_market_uri=wss://api.huobi.pro/ws
--ws_mbp_uri=wss://api.huobi.pro/feed
--ws_order_uri=wss://api.huobi.pro/ws/v2
Market Data#
Event |
Stream |
Messages |
Comments |
---|---|---|---|
MarketData |
market.$symbol.bbo |
||
MBPFeed |
market.$symbol.mbp.20 |
||
MarketData |
market.$symbol.trade.detail |
||
MarketData |
market.$symbol.ticker, market.$symbol.detail |
Event |
Stream |
Messages |
Comments |
---|---|---|---|
Rest |
/v1/common/currencys, /v1/common/symbols |
||
MarketData |
/v1/common/symbols |
||
Statistics#
Type |
Comments |
---|---|
|
(detail) |
|
(detail) |
|
(detail) |
|
(detail) |
|
(detail) |
Order Management#
Event |
Stream |
Messages |
Comments |
---|---|---|---|
Event |
Stream |
Messages |
Comments |
---|---|---|---|
Event |
Stream |
Messages |
Comments |
---|---|---|---|
Event |
Stream |
Messages |
Comments |
---|---|---|---|
Order Types#
TBD
Time in Force#
TBD
Position Effect#
TBD
Execution Instructions#
TBD
Account Management#
Event |
Stream |
Messages |
Comments |
---|---|---|---|
Event |
Stream |
Messages |
Comments |
---|---|---|---|
Streams#
Type |
Comments |
---|---|
REST |
Primary purpose |
Type |
Comments |
---|---|
WebSocket |
Primary purpose |
Type |
Comments |
---|---|
WebSocket |
Primary purpose |
Comments#
Only including symbols having
state=ONLINE
andapi_trading=ENABLED