internal static void Valuation_GenXML_Delegated() { XMLEditor xmlEditor = new XMLEditor(ConfigurationManager.AppSettings["assemblyLocation"] + "\\testFiles\\Valuation\\GenXML\\Regis_ETD_DelegatedValuation.xml"); xmlEditor.EditValuationNode("SourceTradeID", Test.STI); xmlEditor.EditValuationNode("UniqueTradeID", Test.UTI); xmlEditor.EditValuationNode("ValuationDate", Test.testdate); xmlEditor.EditValuationNode("ValuationCounterparty", Test.counterPartyDelegated); xmlEditor.SaveXML(""); }
internal static void Valuation_GenXML() { XMLEditor xmlEditor = new XMLEditor(ConfigurationManager.AppSettings["testFilesLocation"] + "\\Valuation\\GenXML\\Boris_DTCC_ETD_Valuation.xml"); xmlEditor.EditValuationNode("SourceTradeID", Test.STI); xmlEditor.EditValuationNode("UniqueTradeID", Test.UTI); xmlEditor.EditValuationNode("ValuationDate", Test.testdate); xmlEditor.EditValuationNode("ValuationCounterparty", Test.counterParty); xmlEditor.SaveXML(""); }