-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathusa-configs.yaml
More file actions
37 lines (37 loc) · 1011 Bytes
/
usa-configs.yaml
File metadata and controls
37 lines (37 loc) · 1011 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
io_thread_percentage: 0.10
exchanges:
- client_name: "binance_usa_1"
host_uri:
exchange_name: 1
snapshot_enabled: true
http_client: true
snapshot_uri: "http://api.binance.us/api/v3/depth?symbol=BTCUSDT&limit=50"
ws_uri: "wss://stream.binance.us:9443/ws"
ws_poll_rate_milliseconds: 95
ws_presequenced_depth_buffer: 4000
depth: 50
buffer_size: 2048
watched_pair: "BTCUSDT"
- client_name: "binance_usa_2"
host_uri:
exchange_name: 2
snapshot_enabled: true
http_client: true
snapshot_uri: "http://api.binance.us/api/v3/depth?symbol=BTCUSDT&limit=50"
ws_uri: "wss://stream.binance.us:9443/ws"
ws_poll_rate_milliseconds: 95
ws_presequenced_depth_buffer: 4000
depth: 50
buffer_size: 2048
watched_pair: "BTCUSDT"
orderbook:
exchange_count: 2
depth: 25000
tick_size: 0.01
mid_price: 30300.29
ticker: "BTCUSDT"
ring_buffer:
ring_buffer_size: 1024
channel_buffer_size: 512
grpc_server:
host_uri: "[::1]:9090"