Home
last modified time | relevance | path

Searched refs:PrivateQuote (Results 1 – 21 of 21) sorted by relevance

/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix50sp1/
H A DRFQRequest.h326 FIELD_SET(*this, FIX::PrivateQuote);
H A DQuoteRequestReject.h30 FIELD_SET(*this, FIX::PrivateQuote);
H A DQuoteRequest.h29 FIELD_SET(*this, FIX::PrivateQuote);
H A DQuote.h30 FIELD_SET(*this, FIX::PrivateQuote);
/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix50sp2/
H A DRFQRequest.h378 FIELD_SET(*this, FIX::PrivateQuote);
H A DQuote.h30 FIELD_SET(*this, FIX::PrivateQuote);
H A DQuoteRequest.h29 FIELD_SET(*this, FIX::PrivateQuote);
H A DQuoteRequestReject.h30 FIELD_SET(*this, FIX::PrivateQuote);
/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DFixFieldNumbers.h1196 const int PrivateQuote = 1171; variable
H A DFixFields.h1198 DEFINE_BOOLEAN(PrivateQuote);
/dports/finance/quickfix/quickfix-1.15.1/src/ruby/
H A Dquickfix_fields.rb15446 class PrivateQuote < Quickfix::BoolField class
15447 def PrivateQuote.field
H A DQuickfixRuby.cpp140611 FIX::PrivateQuote *result = 0 ; in _wrap_new_PrivateQuote__SWIG_0()
140616 result = (FIX::PrivateQuote *)new FIX::PrivateQuote(); in _wrap_new_PrivateQuote__SWIG_0()
140645 FIX::PrivateQuote *result = 0 ; in _wrap_new_PrivateQuote__SWIG_1()
140658 result = (FIX::PrivateQuote *)new FIX::PrivateQuote((FIX::BOOLEAN const &)*arg1); in _wrap_new_PrivateQuote__SWIG_1()
140700 FIX::PrivateQuote *arg1 = (FIX::PrivateQuote *)self; in free_FIX_PrivateQuote()
222888 return (void *)((FIX::FieldBase *) (FIX::BoolField *) ((FIX::PrivateQuote *) x)); in _p_FIX__PrivateQuoteTo_p_FIX__FieldBase()
228642 return (void *)((FIX::BoolField *) ((FIX::PrivateQuote *) x)); in _p_FIX__PrivateQuoteTo_p_FIX__BoolField()
/dports/finance/quickfix/quickfix-1.15.1/src/python2/
H A Dquickfix_fields.py8319 class PrivateQuote(quickfix.BoolField): class
H A Dquickfix.py27705 class PrivateQuote(BoolField): class
27709 __setattr__ = lambda self, name, value: _swig_setattr(self, PrivateQuote, name, value)
27713 __getattr__ = lambda self, name: _swig_getattr(self, PrivateQuote, name)
27725 PrivateQuote_swigregister(PrivateQuote)
48343 class PrivateQuote(quickfix.BoolField): class
H A DQuickfixPython.cpp159588 FIX::PrivateQuote *result = 0 ; in _wrap_new_PrivateQuote__SWIG_0()
159593 result = (FIX::PrivateQuote *)new FIX::PrivateQuote(); in _wrap_new_PrivateQuote__SWIG_0()
159609 FIX::PrivateQuote *result = 0 ; in _wrap_new_PrivateQuote__SWIG_1()
159622 result = (FIX::PrivateQuote *)new FIX::PrivateQuote((FIX::BOOLEAN const &)*arg1); in _wrap_new_PrivateQuote__SWIG_1()
159667 FIX::PrivateQuote *arg1 = (FIX::PrivateQuote *) 0 ; in _wrap_delete_PrivateQuote()
159677 arg1 = reinterpret_cast< FIX::PrivateQuote * >(argp1); in _wrap_delete_PrivateQuote()
270611 return (void *)((FIX::FieldBase *) (FIX::BoolField *) ((FIX::PrivateQuote *) x)); in _p_FIX__PrivateQuoteTo_p_FIX__FieldBase()
276365 return (void *)((FIX::BoolField *) ((FIX::PrivateQuote *) x)); in _p_FIX__PrivateQuoteTo_p_FIX__BoolField()
/dports/finance/quickfix/quickfix-1.15.1/src/python/
H A Dquickfix_fields.py8319 class PrivateQuote(quickfix.BoolField): class
H A Dquickfix.py27705 class PrivateQuote(BoolField): class
27709 __setattr__ = lambda self, name, value: _swig_setattr(self, PrivateQuote, name, value)
27713 __getattr__ = lambda self, name: _swig_getattr(self, PrivateQuote, name)
27725 PrivateQuote_swigregister(PrivateQuote)
48343 class PrivateQuote(quickfix.BoolField): class
H A DQuickfixPython.cpp159588 FIX::PrivateQuote *result = 0 ; in _wrap_new_PrivateQuote__SWIG_0()
159593 result = (FIX::PrivateQuote *)new FIX::PrivateQuote(); in _wrap_new_PrivateQuote__SWIG_0()
159609 FIX::PrivateQuote *result = 0 ; in _wrap_new_PrivateQuote__SWIG_1()
159622 result = (FIX::PrivateQuote *)new FIX::PrivateQuote((FIX::BOOLEAN const &)*arg1); in _wrap_new_PrivateQuote__SWIG_1()
159667 FIX::PrivateQuote *arg1 = (FIX::PrivateQuote *) 0 ; in _wrap_delete_PrivateQuote()
159677 arg1 = reinterpret_cast< FIX::PrivateQuote * >(argp1); in _wrap_delete_PrivateQuote()
270611 return (void *)((FIX::FieldBase *) (FIX::BoolField *) ((FIX::PrivateQuote *) x)); in _p_FIX__PrivateQuoteTo_p_FIX__FieldBase()
276365 return (void *)((FIX::BoolField *) ((FIX::PrivateQuote *) x)); in _p_FIX__PrivateQuoteTo_p_FIX__BoolField()
/dports/finance/quickfix/quickfix-1.15.1/src/python3/
H A Dquickfix_fields.py8319 class PrivateQuote(quickfix.BoolField): class
H A Dquickfix.py27705 class PrivateQuote(BoolField): class
27709 __setattr__ = lambda self, name, value: _swig_setattr(self, PrivateQuote, name, value)
27713 __getattr__ = lambda self, name: _swig_getattr(self, PrivateQuote, name)
27725 PrivateQuote_swigregister(PrivateQuote)
48343 class PrivateQuote(quickfix.BoolField): class
H A DQuickfixPython.cpp159588 FIX::PrivateQuote *result = 0 ; in _wrap_new_PrivateQuote__SWIG_0()
159593 result = (FIX::PrivateQuote *)new FIX::PrivateQuote(); in _wrap_new_PrivateQuote__SWIG_0()
159609 FIX::PrivateQuote *result = 0 ; in _wrap_new_PrivateQuote__SWIG_1()
159622 result = (FIX::PrivateQuote *)new FIX::PrivateQuote((FIX::BOOLEAN const &)*arg1); in _wrap_new_PrivateQuote__SWIG_1()
159667 FIX::PrivateQuote *arg1 = (FIX::PrivateQuote *) 0 ; in _wrap_delete_PrivateQuote()
159677 arg1 = reinterpret_cast< FIX::PrivateQuote * >(argp1); in _wrap_delete_PrivateQuote()
270611 return (void *)((FIX::FieldBase *) (FIX::BoolField *) ((FIX::PrivateQuote *) x)); in _p_FIX__PrivateQuoteTo_p_FIX__FieldBase()
276365 return (void *)((FIX::BoolField *) ((FIX::PrivateQuote *) x)); in _p_FIX__PrivateQuoteTo_p_FIX__BoolField()