49 if (security.Symbol.ID.SecurityType ==
SecurityType.Crypto)
51 var order = parameters.
Order;
58 cashAmount =
new CashAmount(order.AbsoluteQuantity * fee, baseCurrency);
63 var positionValue = order.AbsoluteQuantity * security.Price;
64 cashAmount =
new CashAmount(positionValue * fee, quoteCurrency);
78 private static decimal GetFee(
Order order, decimal makerFee, decimal takerFee)