Home
last modified time | relevance | path

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

/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix40/
H A DOrderCancelRequest.h21 const FIX::CxlType& aCxlType, in OrderCancelRequest()
39 FIELD_SET(*this, FIX::CxlType);
/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DFixFieldNumbers.h162 const int CxlType = 125; variable
H A DFixFields.h164 DEFINE_CHAR(CxlType);
/dports/finance/quickfix/quickfix-1.15.1/examples/tradeclient/
H A DApplication.cpp362 queryOrigClOrdID(), queryClOrdID(), FIX::CxlType( 'F' ), in queryOrderCancelRequest40()
/dports/finance/quickfix/quickfix-1.15.1/examples/tradeclientgui/banzai/src/quickfix/banzai/
H A DBanzaiApplication.java359 new CxlType('F'), in cancel40()
/dports/finance/quickfix/quickfix-1.15.1/src/ruby/
H A Dquickfix_fields.rb2004 class CxlType < Quickfix::CharField class
2005 def CxlType.field
H A DQuickfixRuby.cpp37645 FIX::CxlType *result = 0 ; in _wrap_new_CxlType__SWIG_0()
37650 result = (FIX::CxlType *)new FIX::CxlType(); in _wrap_new_CxlType__SWIG_0()
37679 FIX::CxlType *result = 0 ; in _wrap_new_CxlType__SWIG_1()
37692 result = (FIX::CxlType *)new FIX::CxlType((FIX::CHAR const &)*arg1); in _wrap_new_CxlType__SWIG_1()
37734 FIX::CxlType *arg1 = (FIX::CxlType *)self; in free_FIX_CxlType()
220506 return (void *)((FIX::CharField *) ((FIX::CxlType *) x)); in _p_FIX__CxlTypeTo_p_FIX__CharField()
221742 return (void *)((FIX::FieldBase *) (FIX::CharField *) ((FIX::CxlType *) x)); in _p_FIX__CxlTypeTo_p_FIX__FieldBase()
/dports/finance/quickfix/quickfix-1.15.1/src/python2/
H A Dquickfix_fields.py1081 class CxlType(quickfix.CharField): class
H A Dquickfix.py4957 class CxlType(CharField): class
4961 __setattr__ = lambda self, name, value: _swig_setattr(self, CxlType, name, value)
4965 __getattr__ = lambda self, name: _swig_getattr(self, CxlType, name)
4977 CxlType_swigregister(CxlType)
41105 class CxlType(quickfix.CharField): class
H A DQuickfixPython.cpp43104 FIX::CxlType *result = 0 ; in _wrap_new_CxlType__SWIG_0()
43109 result = (FIX::CxlType *)new FIX::CxlType(); in _wrap_new_CxlType__SWIG_0()
43125 FIX::CxlType *result = 0 ; in _wrap_new_CxlType__SWIG_1()
43138 result = (FIX::CxlType *)new FIX::CxlType((FIX::CHAR const &)*arg1); in _wrap_new_CxlType__SWIG_1()
43183 FIX::CxlType *arg1 = (FIX::CxlType *) 0 ; in _wrap_delete_CxlType()
43193 arg1 = reinterpret_cast< FIX::CxlType * >(argp1); in _wrap_delete_CxlType()
268229 return (void *)((FIX::CharField *) ((FIX::CxlType *) x)); in _p_FIX__CxlTypeTo_p_FIX__CharField()
269465 return (void *)((FIX::FieldBase *) (FIX::CharField *) ((FIX::CxlType *) x)); in _p_FIX__CxlTypeTo_p_FIX__FieldBase()
/dports/finance/quickfix/quickfix-1.15.1/src/python/
H A Dquickfix_fields.py1081 class CxlType(quickfix.CharField): class
H A Dquickfix.py4957 class CxlType(CharField): class
4961 __setattr__ = lambda self, name, value: _swig_setattr(self, CxlType, name, value)
4965 __getattr__ = lambda self, name: _swig_getattr(self, CxlType, name)
4977 CxlType_swigregister(CxlType)
41105 class CxlType(quickfix.CharField): class
H A DQuickfixPython.cpp43104 FIX::CxlType *result = 0 ; in _wrap_new_CxlType__SWIG_0()
43109 result = (FIX::CxlType *)new FIX::CxlType(); in _wrap_new_CxlType__SWIG_0()
43125 FIX::CxlType *result = 0 ; in _wrap_new_CxlType__SWIG_1()
43138 result = (FIX::CxlType *)new FIX::CxlType((FIX::CHAR const &)*arg1); in _wrap_new_CxlType__SWIG_1()
43183 FIX::CxlType *arg1 = (FIX::CxlType *) 0 ; in _wrap_delete_CxlType()
43193 arg1 = reinterpret_cast< FIX::CxlType * >(argp1); in _wrap_delete_CxlType()
268229 return (void *)((FIX::CharField *) ((FIX::CxlType *) x)); in _p_FIX__CxlTypeTo_p_FIX__CharField()
269465 return (void *)((FIX::FieldBase *) (FIX::CharField *) ((FIX::CxlType *) x)); in _p_FIX__CxlTypeTo_p_FIX__FieldBase()
/dports/finance/quickfix/quickfix-1.15.1/src/python3/
H A Dquickfix_fields.py1081 class CxlType(quickfix.CharField): class
H A Dquickfix.py4957 class CxlType(CharField): class
4961 __setattr__ = lambda self, name, value: _swig_setattr(self, CxlType, name, value)
4965 __getattr__ = lambda self, name: _swig_getattr(self, CxlType, name)
4977 CxlType_swigregister(CxlType)
41105 class CxlType(quickfix.CharField): class
H A DQuickfixPython.cpp43104 FIX::CxlType *result = 0 ; in _wrap_new_CxlType__SWIG_0()
43109 result = (FIX::CxlType *)new FIX::CxlType(); in _wrap_new_CxlType__SWIG_0()
43125 FIX::CxlType *result = 0 ; in _wrap_new_CxlType__SWIG_1()
43138 result = (FIX::CxlType *)new FIX::CxlType((FIX::CHAR const &)*arg1); in _wrap_new_CxlType__SWIG_1()
43183 FIX::CxlType *arg1 = (FIX::CxlType *) 0 ; in _wrap_delete_CxlType()
43193 arg1 = reinterpret_cast< FIX::CxlType * >(argp1); in _wrap_delete_CxlType()
268229 return (void *)((FIX::CharField *) ((FIX::CxlType *) x)); in _p_FIX__CxlTypeTo_p_FIX__CharField()
269465 return (void *)((FIX::FieldBase *) (FIX::CharField *) ((FIX::CxlType *) x)); in _p_FIX__CxlTypeTo_p_FIX__FieldBase()