1
0
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:
Jkorf
2024-12-02 14:38:22 +01:00
parent 271743b669
commit fd4e8da938
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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