Example #1
0
 public static string Factory_InstrumentFactory_Make(string instrumentFactoryHandle)
 {
     InstrumentFactoryFunctions.InstrumentFactory_StoreInstrumentsInMap(instrumentFactoryHandle);
     return("Instruments added to ObjectMap.");
 }