30 : base(security, currencyConverter)
46 decimal notionalPositionValue;
48 if (!cryptoFuture.IsCryptoCoinFuture())
52 notionalPositionValue = price * quantity * cryptoFuture.SymbolProperties.ContractMultiplier;
55 cash = cryptoFuture.QuoteCurrency;
61 notionalPositionValue = quantity * cryptoFuture.SymbolProperties.ContractMultiplier / price;
64 cash = cryptoFuture.BaseCurrency;