示例#1
0
        private void ProcessQryInstrument(ref ResponseData data)
        {
            var field = PInvokeUtility.PtrToStruct <InstrumentField>(data.Ptr1);

            _spi.ProcessQryInstrument(field, Math.Abs(data.Double1) > double.Epsilon);
        }