P9avel
P9avel
Not undertood, sorry. Please look code public class Order { public bool IsBuy { get; set; } public OrderId OrderId { get; set; }
I am cannot replace OrderId here. Need rewrite all
Many thanks, now understand. Possible you can add this code to repository, I am think ulong for OrderId is best solution for Exchange implementation
I see you. But i am want to use your code as is and update when you will release new version without modification.
Possible implement OrderId as Generic? And implement default internal type as long?
>>some developers might prefer using int for underlying datatype for Quantity Yes, you a right. But int value we can save to decimal and can used Validation for exclude real...
Many thanks for this!!!
>>I am thinking of redesigning Order class and common types Possible can you add new unit test for custom Order implementation with long orderid and with userId property when complete?
Many many thx for your work
I am think complete and you can close issue