mirror of
https://github.com/JKorf/CryptoExchange.Net
synced 2025-12-17 11:37:33 +00:00
Update SocketExchangeOptions.cs
This commit is contained in:
parent
98c61490a2
commit
9dd9d22a7e
@ -76,9 +76,9 @@ namespace CryptoExchange.Net.Objects.Options
|
|||||||
public int? ReceiveBufferSize { get; set; }
|
public int? ReceiveBufferSize { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Whether or not to use the updated deserialization logic
|
/// Whether or not to use the updated deserialization logic, default is true
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public bool UseUpdatedDeserialization { get; set; }
|
public bool UseUpdatedDeserialization { get; set; } = true;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Create a copy of this options
|
/// Create a copy of this options
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user