Home
last modified time | relevance | path

Searched refs:RateSourceType (Results 1 – 20 of 20) sorted by relevance

/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DFixFieldNumbers.h1477 const int RateSourceType = 1447; variable
H A DFixFields.h1479 DEFINE_INT(RateSourceType);
/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix50sp2/
H A DMarketDataIncrementalRefresh.h473 FIELD_SET(*this, FIX::RateSourceType);
H A DQuote.h513 FIELD_SET(*this, FIX::RateSourceType);
H A DMarketDataSnapshotFullRefresh.h462 FIELD_SET(*this, FIX::RateSourceType);
H A DQuoteRequest.h505 FIELD_SET(*this, FIX::RateSourceType);
H A DAllocationInstruction.h638 FIELD_SET(*this, FIX::RateSourceType);
H A DAllocationReport.h647 FIELD_SET(*this, FIX::RateSourceType);
H A DExecutionReport.h795 FIELD_SET(*this, FIX::RateSourceType);
/dports/finance/quickfix/quickfix-1.15.1/src/ruby/
H A Dquickfix_fields.rb19099 class RateSourceType < Quickfix::IntField class
19100 def RateSourceType.field
H A DQuickfixRuby.cpp168235 FIX::RateSourceType *result = 0 ; in _wrap_new_RateSourceType__SWIG_0()
168240 result = (FIX::RateSourceType *)new FIX::RateSourceType(); in _wrap_new_RateSourceType__SWIG_0()
168269 FIX::RateSourceType *result = 0 ; in _wrap_new_RateSourceType__SWIG_1()
168282 result = (FIX::RateSourceType *)new FIX::RateSourceType((FIX::INT const &)*arg1); in _wrap_new_RateSourceType__SWIG_1()
168324 FIX::RateSourceType *arg1 = (FIX::RateSourceType *)self; in free_FIX_RateSourceType()
224226 return (void *)((FIX::FieldBase *) (FIX::IntField *) ((FIX::RateSourceType *) x)); in _p_FIX__RateSourceTypeTo_p_FIX__FieldBase()
227436 return (void *)((FIX::IntField *) ((FIX::RateSourceType *) x)); in _p_FIX__RateSourceTypeTo_p_FIX__IntField()
/dports/finance/quickfix/quickfix-1.15.1/src/python2/
H A Dquickfix_fields.py10286 class RateSourceType(quickfix.IntField): class
H A Dquickfix.py33887 class RateSourceType(IntField): class
33891 __setattr__ = lambda self, name, value: _swig_setattr(self, RateSourceType, name, value)
33895 __getattr__ = lambda self, name: _swig_getattr(self, RateSourceType, name)
33907 RateSourceType_swigregister(RateSourceType)
50310 class RateSourceType(quickfix.IntField): class
H A DQuickfixPython.cpp190869 FIX::RateSourceType *result = 0 ; in _wrap_new_RateSourceType__SWIG_0()
190874 result = (FIX::RateSourceType *)new FIX::RateSourceType(); in _wrap_new_RateSourceType__SWIG_0()
190890 FIX::RateSourceType *result = 0 ; in _wrap_new_RateSourceType__SWIG_1()
190903 result = (FIX::RateSourceType *)new FIX::RateSourceType((FIX::INT const &)*arg1); in _wrap_new_RateSourceType__SWIG_1()
190948 FIX::RateSourceType *arg1 = (FIX::RateSourceType *) 0 ; in _wrap_delete_RateSourceType()
190958 arg1 = reinterpret_cast< FIX::RateSourceType * >(argp1); in _wrap_delete_RateSourceType()
271949 return (void *)((FIX::FieldBase *) (FIX::IntField *) ((FIX::RateSourceType *) x)); in _p_FIX__RateSourceTypeTo_p_FIX__FieldBase()
275159 return (void *)((FIX::IntField *) ((FIX::RateSourceType *) x)); in _p_FIX__RateSourceTypeTo_p_FIX__IntField()
/dports/finance/quickfix/quickfix-1.15.1/src/python/
H A Dquickfix_fields.py10286 class RateSourceType(quickfix.IntField): class
H A Dquickfix.py33887 class RateSourceType(IntField): class
33891 __setattr__ = lambda self, name, value: _swig_setattr(self, RateSourceType, name, value)
33895 __getattr__ = lambda self, name: _swig_getattr(self, RateSourceType, name)
33907 RateSourceType_swigregister(RateSourceType)
50310 class RateSourceType(quickfix.IntField): class
H A DQuickfixPython.cpp190869 FIX::RateSourceType *result = 0 ; in _wrap_new_RateSourceType__SWIG_0()
190874 result = (FIX::RateSourceType *)new FIX::RateSourceType(); in _wrap_new_RateSourceType__SWIG_0()
190890 FIX::RateSourceType *result = 0 ; in _wrap_new_RateSourceType__SWIG_1()
190903 result = (FIX::RateSourceType *)new FIX::RateSourceType((FIX::INT const &)*arg1); in _wrap_new_RateSourceType__SWIG_1()
190948 FIX::RateSourceType *arg1 = (FIX::RateSourceType *) 0 ; in _wrap_delete_RateSourceType()
190958 arg1 = reinterpret_cast< FIX::RateSourceType * >(argp1); in _wrap_delete_RateSourceType()
271949 return (void *)((FIX::FieldBase *) (FIX::IntField *) ((FIX::RateSourceType *) x)); in _p_FIX__RateSourceTypeTo_p_FIX__FieldBase()
275159 return (void *)((FIX::IntField *) ((FIX::RateSourceType *) x)); in _p_FIX__RateSourceTypeTo_p_FIX__IntField()
/dports/finance/quickfix/quickfix-1.15.1/src/python3/
H A Dquickfix_fields.py10286 class RateSourceType(quickfix.IntField): class
H A Dquickfix.py33887 class RateSourceType(IntField): class
33891 __setattr__ = lambda self, name, value: _swig_setattr(self, RateSourceType, name, value)
33895 __getattr__ = lambda self, name: _swig_getattr(self, RateSourceType, name)
33907 RateSourceType_swigregister(RateSourceType)
50310 class RateSourceType(quickfix.IntField): class
H A DQuickfixPython.cpp190869 FIX::RateSourceType *result = 0 ; in _wrap_new_RateSourceType__SWIG_0()
190874 result = (FIX::RateSourceType *)new FIX::RateSourceType(); in _wrap_new_RateSourceType__SWIG_0()
190890 FIX::RateSourceType *result = 0 ; in _wrap_new_RateSourceType__SWIG_1()
190903 result = (FIX::RateSourceType *)new FIX::RateSourceType((FIX::INT const &)*arg1); in _wrap_new_RateSourceType__SWIG_1()
190948 FIX::RateSourceType *arg1 = (FIX::RateSourceType *) 0 ; in _wrap_delete_RateSourceType()
190958 arg1 = reinterpret_cast< FIX::RateSourceType * >(argp1); in _wrap_delete_RateSourceType()
271949 return (void *)((FIX::FieldBase *) (FIX::IntField *) ((FIX::RateSourceType *) x)); in _p_FIX__RateSourceTypeTo_p_FIX__FieldBase()
275159 return (void *)((FIX::IntField *) ((FIX::RateSourceType *) x)); in _p_FIX__RateSourceTypeTo_p_FIX__IntField()