Skip to content

Commit fd6d33f

Browse files
authored
Update BinanceGroup ParseOrder (#631)
Calling ParseAveragePriceAndFeesFromFills when parsing the order.
1 parent 890025e commit fd6d33f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ExchangeSharp/API/Exchanges/BinanceGroup/BinanceGroupCommon.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -934,6 +934,7 @@ private ExchangeOrderResult ParseOrder(JToken token)
934934
};
935935

936936
result.Result = ParseExchangeAPIOrderResult(token["status"].ToStringInvariant(), result.AmountFilled);
937+
ParseAveragePriceAndFeesFromFills(result, token["fills"]);
937938

938939
return result;
939940
}

0 commit comments

Comments
 (0)