mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-20 12:53:02 +00:00
Removed special characters in ClientOrderIdSeperator to adhere to field content rules
This commit is contained in:
@@ -12,7 +12,7 @@ namespace CryptoExchange.Net
|
||||
/// <summary>
|
||||
/// Client order id seperator
|
||||
/// </summary>
|
||||
public const string ClientOrderIdSeperator = "|JK|";
|
||||
public const string ClientOrderIdSeperator = "JK";
|
||||
|
||||
/// <summary>
|
||||
/// Apply broker id to a client order id
|
||||
|
||||
Reference in New Issue
Block a user