Home
last modified time | relevance | path

Searched refs:AvgPxPrecision (Results 1 – 25 of 28) sorted by relevance

12

/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DFixFieldNumbers.h683 const int AvgPxPrecision = 74; variable
H A DFixFields.h685 DEFINE_INT(AvgPxPrecision);
/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix44/
H A DConfirmation.h341 FIELD_SET(*this, FIX::AvgPxPrecision);
H A DAllocationInstruction.h315 FIELD_SET(*this, FIX::AvgPxPrecision);
H A DAllocationReport.h321 FIELD_SET(*this, FIX::AvgPxPrecision);
/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix50/
H A DConfirmation.h403 FIELD_SET(*this, FIX::AvgPxPrecision);
H A DAllocationInstructionAlert.h372 FIELD_SET(*this, FIX::AvgPxPrecision);
H A DAllocationReport.h390 FIELD_SET(*this, FIX::AvgPxPrecision);
H A DAllocationInstruction.h372 FIELD_SET(*this, FIX::AvgPxPrecision);
/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix50sp1/
H A DConfirmation.h434 FIELD_SET(*this, FIX::AvgPxPrecision);
H A DAllocationInstructionAlert.h403 FIELD_SET(*this, FIX::AvgPxPrecision);
H A DAllocationInstruction.h403 FIELD_SET(*this, FIX::AvgPxPrecision);
H A DAllocationReport.h421 FIELD_SET(*this, FIX::AvgPxPrecision);
/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix50sp2/
H A DConfirmation.h486 FIELD_SET(*this, FIX::AvgPxPrecision);
H A DAllocationInstructionAlert.h455 FIELD_SET(*this, FIX::AvgPxPrecision);
H A DAllocationInstruction.h455 FIELD_SET(*this, FIX::AvgPxPrecision);
H A DAllocationReport.h473 FIELD_SET(*this, FIX::AvgPxPrecision);
/dports/finance/quickfix/quickfix-1.15.1/src/ruby/
H A Dquickfix_fields.rb8777 class AvgPxPrecision < Quickfix::IntField class
8778 def AvgPxPrecision.field
H A DQuickfixRuby.cpp89907 FIX::AvgPxPrecision *result = 0 ; in _wrap_new_AvgPxPrecision__SWIG_0()
89912 result = (FIX::AvgPxPrecision *)new FIX::AvgPxPrecision(); in _wrap_new_AvgPxPrecision__SWIG_0()
89941 FIX::AvgPxPrecision *result = 0 ; in _wrap_new_AvgPxPrecision__SWIG_1()
89954 result = (FIX::AvgPxPrecision *)new FIX::AvgPxPrecision((FIX::INT const &)*arg1); in _wrap_new_AvgPxPrecision__SWIG_1()
89996 FIX::AvgPxPrecision *arg1 = (FIX::AvgPxPrecision *)self; in free_FIX_AvgPxPrecision()
225072 return (void *)((FIX::FieldBase *) (FIX::IntField *) ((FIX::AvgPxPrecision *) x)); in _p_FIX__AvgPxPrecisionTo_p_FIX__FieldBase()
227331 return (void *)((FIX::IntField *) ((FIX::AvgPxPrecision *) x)); in _p_FIX__AvgPxPrecisionTo_p_FIX__IntField()
/dports/finance/quickfix/quickfix-1.15.1/src/python2/
H A Dquickfix_fields.py4728 class AvgPxPrecision(quickfix.IntField): class
H A Dquickfix.py16419 class AvgPxPrecision(IntField): class
16423 __setattr__ = lambda self, name, value: _swig_setattr(self, AvgPxPrecision, name, value)
16427 __getattr__ = lambda self, name: _swig_getattr(self, AvgPxPrecision, name)
16439 AvgPxPrecision_swigregister(AvgPxPrecision)
44752 class AvgPxPrecision(quickfix.IntField): class
/dports/finance/quickfix/quickfix-1.15.1/src/python/
H A Dquickfix_fields.py4728 class AvgPxPrecision(quickfix.IntField): class
H A Dquickfix.py16419 class AvgPxPrecision(IntField): class
16423 __setattr__ = lambda self, name, value: _swig_setattr(self, AvgPxPrecision, name, value)
16427 __getattr__ = lambda self, name: _swig_getattr(self, AvgPxPrecision, name)
16439 AvgPxPrecision_swigregister(AvgPxPrecision)
44752 class AvgPxPrecision(quickfix.IntField): class
/dports/finance/quickfix/quickfix-1.15.1/src/python3/
H A Dquickfix_fields.py4728 class AvgPxPrecision(quickfix.IntField): class
H A Dquickfix.py16419 class AvgPxPrecision(IntField): class
16423 __setattr__ = lambda self, name, value: _swig_setattr(self, AvgPxPrecision, name, value)
16427 __getattr__ = lambda self, name: _swig_getattr(self, AvgPxPrecision, name)
16439 AvgPxPrecision_swigregister(AvgPxPrecision)
44752 class AvgPxPrecision(quickfix.IntField): class

12