Esempio n. 1
0
        public void CreateFundingInstrumentCollection_Facts()
        {
            var z = FundingInstrumentFunctions.CreateFxForward("mehg", DateTime.Today, "USD", "ZAR", 123, 17, "Z.1", "Z.1", Value);
            var e = new object[0, 0];

            Assert.Equal("zzlagh¬0", FundingInstrumentFunctions.CreateFundingInstrumentCollection("zzlagh", new object[, ] {
                { z }
            }, e, e, e, e, e, e, e, e));
        }
Esempio n. 2
0
 public void CreateFxForward_Facts() => Assert.Equal("meh¬0", FundingInstrumentFunctions.CreateFxForward("meh", DateTime.Today, "USD", "ZAR", 123, 17, "Z.1", "Z.1", Value));