Home
last modified time | relevance | path

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

/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix50sp2/
H A DDerivativeSecurityListRequest.h177 FIELD_SET(*this, FIX::DerivativeValuationMethod);
H A DDerivativeSecurityListUpdateReport.h172 FIELD_SET(*this, FIX::DerivativeValuationMethod);
H A DDerivativeSecurityList.h171 FIELD_SET(*this, FIX::DerivativeValuationMethod);
/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DFixFieldNumbers.h1456 const int DerivativeValuationMethod = 1319; variable
H A DFixFields.h1458 DEFINE_STRING(DerivativeValuationMethod);
/dports/finance/quickfix/quickfix-1.15.1/src/ruby/
H A Dquickfix_fields.rb18826 class DerivativeValuationMethod < Quickfix::StringField class
18827 def DerivativeValuationMethod.field
H A DQuickfixRuby.cpp166177 FIX::DerivativeValuationMethod *result = 0 ; in _wrap_new_DerivativeValuationMethod__SWIG_0()
166182 result = (FIX::DerivativeValuationMethod *)new FIX::DerivativeValuationMethod(); in _wrap_new_DerivativeValuationMethod__SWIG_0()
166211 FIX::DerivativeValuationMethod *result = 0 ; in _wrap_new_DerivativeValuationMethod__SWIG_1()
166224 …result = (FIX::DerivativeValuationMethod *)new FIX::DerivativeValuationMethod((FIX::STRING const &… in _wrap_new_DerivativeValuationMethod__SWIG_1()
166266 FIX::DerivativeValuationMethod *arg1 = (FIX::DerivativeValuationMethod *)self; in free_FIX_DerivativeValuationMethod()
225261 return (void *)((FIX::FieldBase *) (FIX::StringField *) ((FIX::DerivativeValuationMethod *) x)); in _p_FIX__DerivativeValuationMethodTo_p_FIX__FieldBase()
226074 return (void *)((FIX::StringField *) ((FIX::DerivativeValuationMethod *) x)); in _p_FIX__DerivativeValuationMethodTo_p_FIX__StringField()
/dports/finance/quickfix/quickfix-1.15.1/src/python2/
H A Dquickfix_fields.py10139 class DerivativeValuationMethod(quickfix.StringField): class
H A Dquickfix.py33425 class DerivativeValuationMethod(StringField): class
33429 …__setattr__ = lambda self, name, value: _swig_setattr(self, DerivativeValuationMethod, name, value)
33433 __getattr__ = lambda self, name: _swig_getattr(self, DerivativeValuationMethod, name)
33445 DerivativeValuationMethod_swigregister(DerivativeValuationMethod)
50163 class DerivativeValuationMethod(quickfix.StringField): class
H A DQuickfixPython.cpp188538 FIX::DerivativeValuationMethod *result = 0 ; in _wrap_new_DerivativeValuationMethod__SWIG_0()
188543 result = (FIX::DerivativeValuationMethod *)new FIX::DerivativeValuationMethod(); in _wrap_new_DerivativeValuationMethod__SWIG_0()
188559 FIX::DerivativeValuationMethod *result = 0 ; in _wrap_new_DerivativeValuationMethod__SWIG_1()
188572 …result = (FIX::DerivativeValuationMethod *)new FIX::DerivativeValuationMethod((FIX::STRING const &… in _wrap_new_DerivativeValuationMethod__SWIG_1()
188617 FIX::DerivativeValuationMethod *arg1 = (FIX::DerivativeValuationMethod *) 0 ; in _wrap_delete_DerivativeValuationMethod()
188627 arg1 = reinterpret_cast< FIX::DerivativeValuationMethod * >(argp1); in _wrap_delete_DerivativeValuationMethod()
272984 return (void *)((FIX::FieldBase *) (FIX::StringField *) ((FIX::DerivativeValuationMethod *) x)); in _p_FIX__DerivativeValuationMethodTo_p_FIX__FieldBase()
273797 return (void *)((FIX::StringField *) ((FIX::DerivativeValuationMethod *) x)); in _p_FIX__DerivativeValuationMethodTo_p_FIX__StringField()
/dports/finance/quickfix/quickfix-1.15.1/src/python/
H A Dquickfix_fields.py10139 class DerivativeValuationMethod(quickfix.StringField): class
H A Dquickfix.py33425 class DerivativeValuationMethod(StringField): class
33429 …__setattr__ = lambda self, name, value: _swig_setattr(self, DerivativeValuationMethod, name, value)
33433 __getattr__ = lambda self, name: _swig_getattr(self, DerivativeValuationMethod, name)
33445 DerivativeValuationMethod_swigregister(DerivativeValuationMethod)
50163 class DerivativeValuationMethod(quickfix.StringField): class
H A DQuickfixPython.cpp188538 FIX::DerivativeValuationMethod *result = 0 ; in _wrap_new_DerivativeValuationMethod__SWIG_0()
188543 result = (FIX::DerivativeValuationMethod *)new FIX::DerivativeValuationMethod(); in _wrap_new_DerivativeValuationMethod__SWIG_0()
188559 FIX::DerivativeValuationMethod *result = 0 ; in _wrap_new_DerivativeValuationMethod__SWIG_1()
188572 …result = (FIX::DerivativeValuationMethod *)new FIX::DerivativeValuationMethod((FIX::STRING const &… in _wrap_new_DerivativeValuationMethod__SWIG_1()
188617 FIX::DerivativeValuationMethod *arg1 = (FIX::DerivativeValuationMethod *) 0 ; in _wrap_delete_DerivativeValuationMethod()
188627 arg1 = reinterpret_cast< FIX::DerivativeValuationMethod * >(argp1); in _wrap_delete_DerivativeValuationMethod()
272984 return (void *)((FIX::FieldBase *) (FIX::StringField *) ((FIX::DerivativeValuationMethod *) x)); in _p_FIX__DerivativeValuationMethodTo_p_FIX__FieldBase()
273797 return (void *)((FIX::StringField *) ((FIX::DerivativeValuationMethod *) x)); in _p_FIX__DerivativeValuationMethodTo_p_FIX__StringField()
/dports/finance/quickfix/quickfix-1.15.1/src/python3/
H A Dquickfix_fields.py10139 class DerivativeValuationMethod(quickfix.StringField): class
H A Dquickfix.py33425 class DerivativeValuationMethod(StringField): class
33429 …__setattr__ = lambda self, name, value: _swig_setattr(self, DerivativeValuationMethod, name, value)
33433 __getattr__ = lambda self, name: _swig_getattr(self, DerivativeValuationMethod, name)
33445 DerivativeValuationMethod_swigregister(DerivativeValuationMethod)
50163 class DerivativeValuationMethod(quickfix.StringField): class
H A DQuickfixPython.cpp188538 FIX::DerivativeValuationMethod *result = 0 ; in _wrap_new_DerivativeValuationMethod__SWIG_0()
188543 result = (FIX::DerivativeValuationMethod *)new FIX::DerivativeValuationMethod(); in _wrap_new_DerivativeValuationMethod__SWIG_0()
188559 FIX::DerivativeValuationMethod *result = 0 ; in _wrap_new_DerivativeValuationMethod__SWIG_1()
188572 …result = (FIX::DerivativeValuationMethod *)new FIX::DerivativeValuationMethod((FIX::STRING const &… in _wrap_new_DerivativeValuationMethod__SWIG_1()
188617 FIX::DerivativeValuationMethod *arg1 = (FIX::DerivativeValuationMethod *) 0 ; in _wrap_delete_DerivativeValuationMethod()
188627 arg1 = reinterpret_cast< FIX::DerivativeValuationMethod * >(argp1); in _wrap_delete_DerivativeValuationMethod()
272984 return (void *)((FIX::FieldBase *) (FIX::StringField *) ((FIX::DerivativeValuationMethod *) x)); in _p_FIX__DerivativeValuationMethodTo_p_FIX__FieldBase()
273797 return (void *)((FIX::StringField *) ((FIX::DerivativeValuationMethod *) x)); in _p_FIX__DerivativeValuationMethodTo_p_FIX__StringField()