burakoner / Bybit.Api

Bybit API Wrapper. Up-to-date, most-complete, well-organized, well-documented, easy-to-use, multi-task and multi-thread compatible Bybit Cryptocurrency Exchange Rest and Websocket Api Wrapper
MIT License
1 stars 0 forks source link

LinearInverseInstrument küçük bir bug #4

Closed bymulker closed 7 months ago

bymulker commented 7 months ago

merhaba

[JsonConverter(typeof(LabelConverter<BybitCategory>))] public BybitInstrumentStatus Status { get; set; }

->

[JsonConverter(typeof(LabelConverter<BybitInstrumentStatus >))] public BybitInstrumentStatus Status { get; set; }

burakoner commented 7 months ago

Yeni versiyonda düzelttim. Birkaç dakika sonra yayınlıyorum. Teşekkürler