You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this is intended behaviour, the way swagger creates definitions or an oversight, but is there a reason for this.
Derived classes Betfair.ESASwagger.Model.MarketChangeMessage and Betfair.ESASwagger.Model.OrderChangeMessage hide both Id and Op properties from Betfair.ESASwagger.Model.ChangeMessage. With the demo code it doesn't cause any issue, however extending the behaviour of the code does through some unintended behaviour.
Thanks
Wook
The text was updated successfully, but these errors were encountered:
MarketSubscription in RequestResponseProcessor overrides custom id with next default id. looks like it is just to prevent conflicting ids and we will have to sort it out ourselves
I'm not sure if this is intended behaviour, the way swagger creates definitions or an oversight, but is there a reason for this.
Derived classes Betfair.ESASwagger.Model.MarketChangeMessage and Betfair.ESASwagger.Model.OrderChangeMessage hide both Id and Op properties from Betfair.ESASwagger.Model.ChangeMessage. With the demo code it doesn't cause any issue, however extending the behaviour of the code does through some unintended behaviour.
Thanks
Wook
The text was updated successfully, but these errors were encountered: