Home
last modified time | relevance | path

Searched refs:AllocAvgPx (Results 1 – 25 of 27) sorted by relevance

12

/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix41/
H A DAllocation.h107 FIELD_SET(*this, FIX::AllocAvgPx);
/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix42/
H A DAllocation.h120 FIELD_SET(*this, FIX::AllocAvgPx);
/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix43/
H A DAllocation.h171 FIELD_SET(*this, FIX::AllocAvgPx);
/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DFixFieldNumbers.h183 const int AllocAvgPx = 153; variable
H A DFixFields.h185 DEFINE_PRICE(AllocAvgPx);
/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix44/
H A DAllocationInstruction.h410 FIELD_SET(*this, FIX::AllocAvgPx);
H A DAllocationReport.h416 FIELD_SET(*this, FIX::AllocAvgPx);
/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix50/
H A DAllocationInstructionAlert.h481 FIELD_SET(*this, FIX::AllocAvgPx);
H A DAllocationReport.h499 FIELD_SET(*this, FIX::AllocAvgPx);
H A DAllocationInstruction.h481 FIELD_SET(*this, FIX::AllocAvgPx);
/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix50sp1/
H A DAllocationInstructionAlert.h512 FIELD_SET(*this, FIX::AllocAvgPx);
H A DAllocationInstruction.h512 FIELD_SET(*this, FIX::AllocAvgPx);
H A DAllocationReport.h530 FIELD_SET(*this, FIX::AllocAvgPx);
/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix50sp2/
H A DAllocationInstructionAlert.h564 FIELD_SET(*this, FIX::AllocAvgPx);
H A DAllocationInstruction.h564 FIELD_SET(*this, FIX::AllocAvgPx);
H A DAllocationReport.h582 FIELD_SET(*this, FIX::AllocAvgPx);
/dports/finance/quickfix/quickfix-1.15.1/src/ruby/
H A Dquickfix_fields.rb2277 class AllocAvgPx < Quickfix::DoubleField class
2278 def AllocAvgPx.field
H A DQuickfixRuby.cpp39789 FIX::AllocAvgPx *result = 0 ; in _wrap_new_AllocAvgPx__SWIG_0()
39794 result = (FIX::AllocAvgPx *)new FIX::AllocAvgPx(); in _wrap_new_AllocAvgPx__SWIG_0()
39823 FIX::AllocAvgPx *result = 0 ; in _wrap_new_AllocAvgPx__SWIG_1()
39836 result = (FIX::AllocAvgPx *)new FIX::AllocAvgPx((FIX::PRICE const &)*arg1); in _wrap_new_AllocAvgPx__SWIG_1()
39878 FIX::AllocAvgPx *arg1 = (FIX::AllocAvgPx *)self; in free_FIX_AllocAvgPx()
221532 return (void *)((FIX::FieldBase *) (FIX::DoubleField *) ((FIX::AllocAvgPx *) x)); in _p_FIX__AllocAvgPxTo_p_FIX__FieldBase()
228921 return (void *)((FIX::DoubleField *) ((FIX::AllocAvgPx *) x)); in _p_FIX__AllocAvgPxTo_p_FIX__DoubleField()
/dports/finance/quickfix/quickfix-1.15.1/src/python2/
H A Dquickfix_fields.py1228 class AllocAvgPx(quickfix.DoubleField): class
H A Dquickfix.py5419 class AllocAvgPx(DoubleField): class
5423 __setattr__ = lambda self, name, value: _swig_setattr(self, AllocAvgPx, name, value)
5427 __getattr__ = lambda self, name: _swig_getattr(self, AllocAvgPx, name)
5439 AllocAvgPx_swigregister(AllocAvgPx)
41252 class AllocAvgPx(quickfix.DoubleField): class
/dports/finance/quickfix/quickfix-1.15.1/src/python/
H A Dquickfix_fields.py1228 class AllocAvgPx(quickfix.DoubleField): class
H A Dquickfix.py5419 class AllocAvgPx(DoubleField): class
5423 __setattr__ = lambda self, name, value: _swig_setattr(self, AllocAvgPx, name, value)
5427 __getattr__ = lambda self, name: _swig_getattr(self, AllocAvgPx, name)
5439 AllocAvgPx_swigregister(AllocAvgPx)
41252 class AllocAvgPx(quickfix.DoubleField): class
H A DQuickfixPython.cpp45525 FIX::AllocAvgPx *result = 0 ; in _wrap_new_AllocAvgPx__SWIG_0()
45530 result = (FIX::AllocAvgPx *)new FIX::AllocAvgPx(); in _wrap_new_AllocAvgPx__SWIG_0()
45546 FIX::AllocAvgPx *result = 0 ; in _wrap_new_AllocAvgPx__SWIG_1()
45559 result = (FIX::AllocAvgPx *)new FIX::AllocAvgPx((FIX::PRICE const &)*arg1); in _wrap_new_AllocAvgPx__SWIG_1()
45604 FIX::AllocAvgPx *arg1 = (FIX::AllocAvgPx *) 0 ; in _wrap_delete_AllocAvgPx()
45614 arg1 = reinterpret_cast< FIX::AllocAvgPx * >(argp1); in _wrap_delete_AllocAvgPx()
269255 return (void *)((FIX::FieldBase *) (FIX::DoubleField *) ((FIX::AllocAvgPx *) x)); in _p_FIX__AllocAvgPxTo_p_FIX__FieldBase()
276644 return (void *)((FIX::DoubleField *) ((FIX::AllocAvgPx *) x)); in _p_FIX__AllocAvgPxTo_p_FIX__DoubleField()
/dports/finance/quickfix/quickfix-1.15.1/src/python3/
H A Dquickfix_fields.py1228 class AllocAvgPx(quickfix.DoubleField): class
H A Dquickfix.py5419 class AllocAvgPx(DoubleField): class
5423 __setattr__ = lambda self, name, value: _swig_setattr(self, AllocAvgPx, name, value)
5427 __getattr__ = lambda self, name: _swig_getattr(self, AllocAvgPx, name)
5439 AllocAvgPx_swigregister(AllocAvgPx)
41252 class AllocAvgPx(quickfix.DoubleField): class

12