Home
last modified time | relevance | path

Searched refs:CollAsgnReason (Results 1 – 25 of 25) sorted by relevance

/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix44/
H A DCollateralRequest.h20 const FIX::CollAsgnReason& aCollAsgnReason, in CollateralRequest()
30 FIELD_SET(*this, FIX::CollAsgnReason);
H A DCollateralResponse.h21 const FIX::CollAsgnReason& aCollAsgnReason, in CollateralResponse()
36 FIELD_SET(*this, FIX::CollAsgnReason);
H A DCollateralAssignment.h20 const FIX::CollAsgnReason& aCollAsgnReason, in CollateralAssignment()
33 FIELD_SET(*this, FIX::CollAsgnReason);
/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix50/
H A DCollateralRequest.h20 const FIX::CollAsgnReason& aCollAsgnReason, in CollateralRequest()
30 FIELD_SET(*this, FIX::CollAsgnReason);
H A DCollateralAssignment.h20 const FIX::CollAsgnReason& aCollAsgnReason, in CollateralAssignment()
33 FIELD_SET(*this, FIX::CollAsgnReason);
H A DCollateralResponse.h32 FIELD_SET(*this, FIX::CollAsgnReason);
/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix50sp1/
H A DCollateralRequest.h20 const FIX::CollAsgnReason& aCollAsgnReason, in CollateralRequest()
30 FIELD_SET(*this, FIX::CollAsgnReason);
H A DCollateralAssignment.h20 const FIX::CollAsgnReason& aCollAsgnReason, in CollateralAssignment()
33 FIELD_SET(*this, FIX::CollAsgnReason);
H A DCollateralResponse.h32 FIELD_SET(*this, FIX::CollAsgnReason);
/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix50sp2/
H A DCollateralRequest.h20 const FIX::CollAsgnReason& aCollAsgnReason, in CollateralRequest()
30 FIELD_SET(*this, FIX::CollAsgnReason);
H A DCollateralAssignment.h20 const FIX::CollAsgnReason& aCollAsgnReason, in CollateralAssignment()
33 FIELD_SET(*this, FIX::CollAsgnReason);
H A DCollateralResponse.h32 FIELD_SET(*this, FIX::CollAsgnReason);
/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DFixFieldNumbers.h928 const int CollAsgnReason = 895; variable
H A DFixFields.h930 DEFINE_INT(CollAsgnReason);
/dports/finance/quickfix/quickfix-1.15.1/src/ruby/
H A Dquickfix_fields.rb11962 class CollAsgnReason < Quickfix::IntField class
11963 def CollAsgnReason.field
H A DQuickfixRuby.cpp114089 FIX::CollAsgnReason *result = 0 ; in _wrap_new_CollAsgnReason__SWIG_0()
114094 result = (FIX::CollAsgnReason *)new FIX::CollAsgnReason(); in _wrap_new_CollAsgnReason__SWIG_0()
114123 FIX::CollAsgnReason *result = 0 ; in _wrap_new_CollAsgnReason__SWIG_1()
114136 result = (FIX::CollAsgnReason *)new FIX::CollAsgnReason((FIX::INT const &)*arg1); in _wrap_new_CollAsgnReason__SWIG_1()
114178 FIX::CollAsgnReason *arg1 = (FIX::CollAsgnReason *)self; in free_FIX_CollAsgnReason()
220983 return (void *)((FIX::FieldBase *) (FIX::IntField *) ((FIX::CollAsgnReason *) x)); in _p_FIX__CollAsgnReasonTo_p_FIX__FieldBase()
227241 return (void *)((FIX::IntField *) ((FIX::CollAsgnReason *) x)); in _p_FIX__CollAsgnReasonTo_p_FIX__IntField()
/dports/finance/quickfix/quickfix-1.15.1/src/python2/
H A Dquickfix_fields.py6443 class CollAsgnReason(quickfix.IntField): class
H A Dquickfix.py21809 class CollAsgnReason(IntField): class
21813 __setattr__ = lambda self, name, value: _swig_setattr(self, CollAsgnReason, name, value)
21817 __getattr__ = lambda self, name: _swig_getattr(self, CollAsgnReason, name)
21829 CollAsgnReason_swigregister(CollAsgnReason)
46467 class CollAsgnReason(quickfix.IntField): class
H A DQuickfixPython.cpp129570 FIX::CollAsgnReason *result = 0 ; in _wrap_new_CollAsgnReason__SWIG_0()
129575 result = (FIX::CollAsgnReason *)new FIX::CollAsgnReason(); in _wrap_new_CollAsgnReason__SWIG_0()
129591 FIX::CollAsgnReason *result = 0 ; in _wrap_new_CollAsgnReason__SWIG_1()
129604 result = (FIX::CollAsgnReason *)new FIX::CollAsgnReason((FIX::INT const &)*arg1); in _wrap_new_CollAsgnReason__SWIG_1()
129649 FIX::CollAsgnReason *arg1 = (FIX::CollAsgnReason *) 0 ; in _wrap_delete_CollAsgnReason()
129659 arg1 = reinterpret_cast< FIX::CollAsgnReason * >(argp1); in _wrap_delete_CollAsgnReason()
268706 return (void *)((FIX::FieldBase *) (FIX::IntField *) ((FIX::CollAsgnReason *) x)); in _p_FIX__CollAsgnReasonTo_p_FIX__FieldBase()
274964 return (void *)((FIX::IntField *) ((FIX::CollAsgnReason *) x)); in _p_FIX__CollAsgnReasonTo_p_FIX__IntField()
/dports/finance/quickfix/quickfix-1.15.1/src/python/
H A Dquickfix_fields.py6443 class CollAsgnReason(quickfix.IntField): class
H A Dquickfix.py21809 class CollAsgnReason(IntField): class
21813 __setattr__ = lambda self, name, value: _swig_setattr(self, CollAsgnReason, name, value)
21817 __getattr__ = lambda self, name: _swig_getattr(self, CollAsgnReason, name)
21829 CollAsgnReason_swigregister(CollAsgnReason)
46467 class CollAsgnReason(quickfix.IntField): class
H A DQuickfixPython.cpp129570 FIX::CollAsgnReason *result = 0 ; in _wrap_new_CollAsgnReason__SWIG_0()
129575 result = (FIX::CollAsgnReason *)new FIX::CollAsgnReason(); in _wrap_new_CollAsgnReason__SWIG_0()
129591 FIX::CollAsgnReason *result = 0 ; in _wrap_new_CollAsgnReason__SWIG_1()
129604 result = (FIX::CollAsgnReason *)new FIX::CollAsgnReason((FIX::INT const &)*arg1); in _wrap_new_CollAsgnReason__SWIG_1()
129649 FIX::CollAsgnReason *arg1 = (FIX::CollAsgnReason *) 0 ; in _wrap_delete_CollAsgnReason()
129659 arg1 = reinterpret_cast< FIX::CollAsgnReason * >(argp1); in _wrap_delete_CollAsgnReason()
268706 return (void *)((FIX::FieldBase *) (FIX::IntField *) ((FIX::CollAsgnReason *) x)); in _p_FIX__CollAsgnReasonTo_p_FIX__FieldBase()
274964 return (void *)((FIX::IntField *) ((FIX::CollAsgnReason *) x)); in _p_FIX__CollAsgnReasonTo_p_FIX__IntField()
/dports/finance/quickfix/quickfix-1.15.1/src/python3/
H A Dquickfix_fields.py6443 class CollAsgnReason(quickfix.IntField): class
H A Dquickfix.py21809 class CollAsgnReason(IntField): class
21813 __setattr__ = lambda self, name, value: _swig_setattr(self, CollAsgnReason, name, value)
21817 __getattr__ = lambda self, name: _swig_getattr(self, CollAsgnReason, name)
21829 CollAsgnReason_swigregister(CollAsgnReason)
46467 class CollAsgnReason(quickfix.IntField): class
H A DQuickfixPython.cpp129570 FIX::CollAsgnReason *result = 0 ; in _wrap_new_CollAsgnReason__SWIG_0()
129575 result = (FIX::CollAsgnReason *)new FIX::CollAsgnReason(); in _wrap_new_CollAsgnReason__SWIG_0()
129591 FIX::CollAsgnReason *result = 0 ; in _wrap_new_CollAsgnReason__SWIG_1()
129604 result = (FIX::CollAsgnReason *)new FIX::CollAsgnReason((FIX::INT const &)*arg1); in _wrap_new_CollAsgnReason__SWIG_1()
129649 FIX::CollAsgnReason *arg1 = (FIX::CollAsgnReason *) 0 ; in _wrap_delete_CollAsgnReason()
129659 arg1 = reinterpret_cast< FIX::CollAsgnReason * >(argp1); in _wrap_delete_CollAsgnReason()
268706 return (void *)((FIX::FieldBase *) (FIX::IntField *) ((FIX::CollAsgnReason *) x)); in _p_FIX__CollAsgnReasonTo_p_FIX__FieldBase()
274964 return (void *)((FIX::IntField *) ((FIX::CollAsgnReason *) x)); in _p_FIX__CollAsgnReasonTo_p_FIX__IntField()