-
Notifications
You must be signed in to change notification settings - Fork 204
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #362 from crypto-chassis/develop
Release
Showing
16 changed files
with
498 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -148,6 +148,9 @@ | |
#ifndef CCAPI_EXCHANGE_NAME_MEXC_FUTURES | ||
#define CCAPI_EXCHANGE_NAME_MEXC_FUTURES "mexc-futures" | ||
#endif | ||
#ifndef CCAPI_EXCHANGE_NAME_WHITEBIT | ||
#define CCAPI_EXCHANGE_NAME_WHITEBIT "whitebit" | ||
#endif | ||
#ifndef CCAPI_LAST_PRICE | ||
#define CCAPI_LAST_PRICE "LAST_PRICE" | ||
#endif | ||
|
@@ -325,6 +328,8 @@ | |
#define CCAPI_WEBSOCKET_MEXC_CHANNEL_DIFF_DEPTH "[email protected]" | ||
#define CCAPI_WEBSOCKET_MEXC_FUTURES_CHANNEL_TRANSACTION "deal" | ||
#define CCAPI_WEBSOCKET_MEXC_FUTURES_CHANNEL_DEPTH "depth" | ||
#define CCAPI_WEBSOCKET_WHITEBIT_CHANNEL_MARKET_TRADES "trades" | ||
#define CCAPI_WEBSOCKET_WHITEBIT_CHANNEL_MARKET_DEPTH "depth" | ||
#ifndef CCAPI_CHANNEL_ID | ||
#define CCAPI_CHANNEL_ID "channelId" | ||
#endif | ||
|
@@ -465,6 +470,9 @@ | |
#ifndef CCAPI_EM_ORDER_CUMULATIVE_FILLED_PRICE_TIMES_QUANTITY | ||
#define CCAPI_EM_ORDER_CUMULATIVE_FILLED_PRICE_TIMES_QUANTITY "CUMULATIVE_FILLED_PRICE_TIMES_QUANTITY" | ||
#endif | ||
#ifndef CCAPI_EM_ORDER_AVERAGE_FILLED_PRICE | ||
#define CCAPI_EM_ORDER_AVERAGE_FILLED_PRICE "AVERAGE_FILLED_PRICE" | ||
#endif | ||
#ifndef CCAPI_EM_ORDER_INSTRUMENT | ||
#define CCAPI_EM_ORDER_INSTRUMENT "INSTRUMENT" | ||
#endif | ||
|
@@ -714,6 +722,9 @@ | |
#ifndef CCAPI_MEXC_FUTURES_URL_REST_BASE | ||
#define CCAPI_MEXC_FUTURES_URL_REST_BASE "https://contract.mexc.com" | ||
#endif | ||
#ifndef CCAPI_WHITEBIT_URL_REST_BASE | ||
#define CCAPI_WHITEBIT_URL_REST_BASE "https://whitebit.com" | ||
#endif | ||
// end: exchange REST urls | ||
|
||
// start: exchange WS urls | ||
|
@@ -831,6 +842,9 @@ | |
#ifndef CCAPI_MEXC_FUTURES_URL_WS_BASE | ||
#define CCAPI_MEXC_FUTURES_URL_WS_BASE "wss://contract.mexc.com" | ||
#endif | ||
#ifndef CCAPI_WHITEBIT_URL_WS_BASE | ||
#define CCAPI_WHITEBIT_URL_WS_BASE "wss://api.whitebit.com" | ||
#endif | ||
// end: exchange WS urls | ||
|
||
// start: exchange FIX urls | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.