Home
last modified time | relevance | path

Searched refs:OfferSwapPoints (Results 1 – 16 of 16) sorted by relevance

/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DFixFieldNumbers.h1097 const int OfferSwapPoints = 1066; variable
H A DFixFields.h1099 DEFINE_PRICEOFFSET(OfferSwapPoints);
/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix50/
H A DQuote.h382 FIELD_SET(*this, FIX::OfferSwapPoints);
/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix50sp1/
H A DQuote.h416 FIELD_SET(*this, FIX::OfferSwapPoints);
/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix50sp2/
H A DQuote.h468 FIELD_SET(*this, FIX::OfferSwapPoints);
/dports/finance/quickfix/quickfix-1.15.1/src/ruby/
H A Dquickfix_fields.rb14159 class OfferSwapPoints < Quickfix::DoubleField class
14160 def OfferSwapPoints.field
H A DQuickfixRuby.cpp130823 FIX::OfferSwapPoints *result = 0 ; in _wrap_new_OfferSwapPoints__SWIG_0()
130828 result = (FIX::OfferSwapPoints *)new FIX::OfferSwapPoints(); in _wrap_new_OfferSwapPoints__SWIG_0()
130857 FIX::OfferSwapPoints *result = 0 ; in _wrap_new_OfferSwapPoints__SWIG_1()
130870 result = (FIX::OfferSwapPoints *)new FIX::OfferSwapPoints((FIX::PRICEOFFSET const &)*arg1); in _wrap_new_OfferSwapPoints__SWIG_1()
130912 FIX::OfferSwapPoints *arg1 = (FIX::OfferSwapPoints *)self; in free_FIX_OfferSwapPoints()
225234 return (void *)((FIX::FieldBase *) (FIX::DoubleField *) ((FIX::OfferSwapPoints *) x)); in _p_FIX__OfferSwapPointsTo_p_FIX__FieldBase()
229026 return (void *)((FIX::DoubleField *) ((FIX::OfferSwapPoints *) x)); in _p_FIX__OfferSwapPointsTo_p_FIX__DoubleField()
/dports/finance/quickfix/quickfix-1.15.1/src/python2/
H A Dquickfix_fields.py7626 class OfferSwapPoints(quickfix.DoubleField): class
H A Dquickfix.py25527 class OfferSwapPoints(DoubleField): class
25531 __setattr__ = lambda self, name, value: _swig_setattr(self, OfferSwapPoints, name, value)
25535 __getattr__ = lambda self, name: _swig_getattr(self, OfferSwapPoints, name)
25547 OfferSwapPoints_swigregister(OfferSwapPoints)
47650 class OfferSwapPoints(quickfix.DoubleField): class
H A DQuickfixPython.cpp148509 FIX::OfferSwapPoints *result = 0 ; in _wrap_new_OfferSwapPoints__SWIG_0()
148514 result = (FIX::OfferSwapPoints *)new FIX::OfferSwapPoints(); in _wrap_new_OfferSwapPoints__SWIG_0()
148530 FIX::OfferSwapPoints *result = 0 ; in _wrap_new_OfferSwapPoints__SWIG_1()
148543 result = (FIX::OfferSwapPoints *)new FIX::OfferSwapPoints((FIX::PRICEOFFSET const &)*arg1); in _wrap_new_OfferSwapPoints__SWIG_1()
148588 FIX::OfferSwapPoints *arg1 = (FIX::OfferSwapPoints *) 0 ; in _wrap_delete_OfferSwapPoints()
148598 arg1 = reinterpret_cast< FIX::OfferSwapPoints * >(argp1); in _wrap_delete_OfferSwapPoints()
272957 return (void *)((FIX::FieldBase *) (FIX::DoubleField *) ((FIX::OfferSwapPoints *) x)); in _p_FIX__OfferSwapPointsTo_p_FIX__FieldBase()
276749 return (void *)((FIX::DoubleField *) ((FIX::OfferSwapPoints *) x)); in _p_FIX__OfferSwapPointsTo_p_FIX__DoubleField()
/dports/finance/quickfix/quickfix-1.15.1/src/python/
H A Dquickfix_fields.py7626 class OfferSwapPoints(quickfix.DoubleField): class
H A Dquickfix.py25527 class OfferSwapPoints(DoubleField): class
25531 __setattr__ = lambda self, name, value: _swig_setattr(self, OfferSwapPoints, name, value)
25535 __getattr__ = lambda self, name: _swig_getattr(self, OfferSwapPoints, name)
25547 OfferSwapPoints_swigregister(OfferSwapPoints)
47650 class OfferSwapPoints(quickfix.DoubleField): class
H A DQuickfixPython.cpp148509 FIX::OfferSwapPoints *result = 0 ; in _wrap_new_OfferSwapPoints__SWIG_0()
148514 result = (FIX::OfferSwapPoints *)new FIX::OfferSwapPoints(); in _wrap_new_OfferSwapPoints__SWIG_0()
148530 FIX::OfferSwapPoints *result = 0 ; in _wrap_new_OfferSwapPoints__SWIG_1()
148543 result = (FIX::OfferSwapPoints *)new FIX::OfferSwapPoints((FIX::PRICEOFFSET const &)*arg1); in _wrap_new_OfferSwapPoints__SWIG_1()
148588 FIX::OfferSwapPoints *arg1 = (FIX::OfferSwapPoints *) 0 ; in _wrap_delete_OfferSwapPoints()
148598 arg1 = reinterpret_cast< FIX::OfferSwapPoints * >(argp1); in _wrap_delete_OfferSwapPoints()
272957 return (void *)((FIX::FieldBase *) (FIX::DoubleField *) ((FIX::OfferSwapPoints *) x)); in _p_FIX__OfferSwapPointsTo_p_FIX__FieldBase()
276749 return (void *)((FIX::DoubleField *) ((FIX::OfferSwapPoints *) x)); in _p_FIX__OfferSwapPointsTo_p_FIX__DoubleField()
/dports/finance/quickfix/quickfix-1.15.1/src/python3/
H A Dquickfix_fields.py7626 class OfferSwapPoints(quickfix.DoubleField): class
H A Dquickfix.py25527 class OfferSwapPoints(DoubleField): class
25531 __setattr__ = lambda self, name, value: _swig_setattr(self, OfferSwapPoints, name, value)
25535 __getattr__ = lambda self, name: _swig_getattr(self, OfferSwapPoints, name)
25547 OfferSwapPoints_swigregister(OfferSwapPoints)
47650 class OfferSwapPoints(quickfix.DoubleField): class
H A DQuickfixPython.cpp148509 FIX::OfferSwapPoints *result = 0 ; in _wrap_new_OfferSwapPoints__SWIG_0()
148514 result = (FIX::OfferSwapPoints *)new FIX::OfferSwapPoints(); in _wrap_new_OfferSwapPoints__SWIG_0()
148530 FIX::OfferSwapPoints *result = 0 ; in _wrap_new_OfferSwapPoints__SWIG_1()
148543 result = (FIX::OfferSwapPoints *)new FIX::OfferSwapPoints((FIX::PRICEOFFSET const &)*arg1); in _wrap_new_OfferSwapPoints__SWIG_1()
148588 FIX::OfferSwapPoints *arg1 = (FIX::OfferSwapPoints *) 0 ; in _wrap_delete_OfferSwapPoints()
148598 arg1 = reinterpret_cast< FIX::OfferSwapPoints * >(argp1); in _wrap_delete_OfferSwapPoints()
272957 return (void *)((FIX::FieldBase *) (FIX::DoubleField *) ((FIX::OfferSwapPoints *) x)); in _p_FIX__OfferSwapPointsTo_p_FIX__FieldBase()
276749 return (void *)((FIX::DoubleField *) ((FIX::OfferSwapPoints *) x)); in _p_FIX__OfferSwapPointsTo_p_FIX__DoubleField()