progress
This commit is contained in:
@@ -7,10 +7,10 @@
|
||||
# "md_symbol": "AAPL",
|
||||
# "trade_symbol": "AAPL"
|
||||
# }
|
||||
"STOCK-IBM": {
|
||||
"md_symbol": "IBM",
|
||||
"trade_symbol": "IBM"
|
||||
}
|
||||
# "STOCK-IBM": {
|
||||
# "md_symbol": "IBM",
|
||||
# "trade_symbol": "IBM"
|
||||
# }
|
||||
}
|
||||
}
|
||||
, "BNBSPOT": {
|
||||
|
||||
@@ -122,6 +122,21 @@
|
||||
}
|
||||
}
|
||||
# ---------------------- C
|
||||
, "CVTT": {
|
||||
"exchange_id": "CVTT"
|
||||
, "name": "CVTT Executor (proxy)"
|
||||
, "type": "PROXY"
|
||||
|
||||
, "order_entry": {
|
||||
"class": "cvttpy.exchanges.proxies.cvtt.connector.CvttExecutorClient"
|
||||
|
||||
}
|
||||
, "accounting": {
|
||||
"class": "cvttpy.exchanges.proxies.cvtt.connector.CvttExecutorClient"
|
||||
}
|
||||
,"listen_channel_prefix": "CVTT_CLNT"
|
||||
# , "executor_channel": "EXEC"
|
||||
}
|
||||
, "CVTT_COINBASE": {
|
||||
"exchange_id": "CVTT_COINBS"
|
||||
, "name": "CVTT Trader (proxy)"
|
||||
@@ -239,5 +254,14 @@
|
||||
|
||||
}
|
||||
}
|
||||
, "MD_PORTAL": {
|
||||
"exchange_id": "MD_PORTAL"
|
||||
, "name": "MD Portal (proxy)"
|
||||
, "type": "PROXY"
|
||||
|
||||
, "mktdata" : {
|
||||
"class": "cvttpy.exchanges.proxies.md_portal_clnt.mkt_data.MktDataPortalFeed"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
"base_asset": "BTC",
|
||||
"quote_asset": "USD",
|
||||
"quantity_precision": "0.00000001",
|
||||
"price_tick": 0.1
|
||||
"price_tick": 0.01
|
||||
},
|
||||
"PAIR-BTC-USDT": {
|
||||
"base_asset": "BTC",
|
||||
|
||||
Reference in New Issue
Block a user