I would like to know if it’s possible to access, via code in NinjaScript, the required margin per instrument?
For example, I can currently only access the account margin like this:
Account.Get(AccountItem.ExcessInitialMargin, Currency.UsDollar);
Thanks!
Fz
Comment