コード例 #1
0
        public static void _ICQGCELEvents_ConstantVolumeBarsUpdatedEventHandlerImpl(CQG.CQGConstantVolumeBars cqg_constant_volume_bars, Int32 index_)
        {
            string name = "ConstantVolumeBarsUpdated";
            var    args = new object[] { cqg_constant_volume_bars, index_ };

            EventHandler.CommonEventHandler(name, args);
        }
コード例 #2
0
        public static void _ICQGCELEvents_ConstantVolumeBarsResolvedEventHandlerImpl(CQG.CQGConstantVolumeBars cqg_constant_volume_bars, CQG.CQGError cqg_error)
        {
            string name = "ConstantVolumeBarsResolved";
            var    args = new object[] { cqg_constant_volume_bars, cqg_error };

            EventHandler.CommonEventHandler(name, args);
        }