mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-15 18:33:06 +00:00
Added array serialization option, adjusted array converter
This commit is contained in:
@@ -82,4 +82,19 @@
|
||||
/// </summary>
|
||||
Bid
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Define how array parameters should be send
|
||||
/// </summary>
|
||||
public enum ArrayParametersSerialization
|
||||
{
|
||||
/// <summary>
|
||||
/// Send multiple key=value for each entry
|
||||
/// </summary>
|
||||
MultipleValues,
|
||||
/// <summary>
|
||||
/// Create an []=value array
|
||||
/// </summary>
|
||||
Array
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user