progress
This commit is contained in:
@@ -316,6 +316,17 @@
|
||||
}
|
||||
|
||||
}
|
||||
, "COINBASE_SIM": {
|
||||
"exchange_id": "COINBASE"
|
||||
, "name": "Coinbase Advanced Trade (Simulation)"
|
||||
, "type": "SPOT"
|
||||
|
||||
|
||||
, "mktdata" : {
|
||||
"class": "cvttpy.exchanges.mkt_simulator.mkt_data.MktSimMdClientFeed"
|
||||
"ws_url": ["WS", "ws://localhost:8080/ws"]
|
||||
}
|
||||
}
|
||||
# ---------------------------- G
|
||||
, "GEMINI": {
|
||||
# https://docs.gemini.com/rest-api
|
||||
@@ -426,7 +437,7 @@
|
||||
|
||||
, "mktdata" : {
|
||||
"class": "cvttpy.exchanges.mkt_simulator.mkt_data.MktSimMdClientFeed"
|
||||
"ws_url": "ws://localhost:8080/ws"
|
||||
"ws_url": ["WS", "ws://localhost:8080/ws"]
|
||||
}
|
||||
}
|
||||
# ---------------------------- O
|
||||
|
||||
Reference in New Issue
Block a user