We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 890025e commit fd6d33fCopy full SHA for fd6d33f
src/ExchangeSharp/API/Exchanges/BinanceGroup/BinanceGroupCommon.cs
@@ -934,6 +934,7 @@ private ExchangeOrderResult ParseOrder(JToken token)
934
};
935
936
result.Result = ParseExchangeAPIOrderResult(token["status"].ToStringInvariant(), result.AmountFilled);
937
+ ParseAveragePriceAndFeesFromFills(result, token["fills"]);
938
939
return result;
940
}
0 commit comments