QLNet.BMAIndex.BMAIndex C# (CSharp) Method

BMAIndex() public method

public BMAIndex ( Handle h ) : System
h Handle
return System
        public BMAIndex(Handle<YieldTermStructure> h)
            : base("BMA", new Period(1, TimeUnit.Weeks), 1, new USDCurrency(),
				   new UnitedStates(UnitedStates.Market.NYSE), new ActualActual(ActualActual.Convention.ISDA))
        {
            termStructure_ = h;
            h.registerWith(update);
        }

Same methods

BMAIndex::BMAIndex ( ) : System