Home
last modified time | relevance | path

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

12

/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix44/
H A DRequestForPositions.h20 const FIX::PosReqType& aPosReqType, in RequestForPositions()
36 FIELD_SET(*this, FIX::PosReqType);
H A DPositionReport.h41 FIELD_SET(*this, FIX::PosReqType);
/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix50/
H A DRequestForPositions.h20 const FIX::PosReqType& aPosReqType, in RequestForPositions()
32 FIELD_SET(*this, FIX::PosReqType);
H A DAdjustedPositionReport.h28 FIELD_SET(*this, FIX::PosReqType);
H A DRequestForPositionsAck.h35 FIELD_SET(*this, FIX::PosReqType);
H A DPositionReport.h29 FIELD_SET(*this, FIX::PosReqType);
/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix50sp1/
H A DRequestForPositions.h20 const FIX::PosReqType& aPosReqType, in RequestForPositions()
32 FIELD_SET(*this, FIX::PosReqType);
H A DAdjustedPositionReport.h28 FIELD_SET(*this, FIX::PosReqType);
H A DRequestForPositionsAck.h35 FIELD_SET(*this, FIX::PosReqType);
H A DPositionReport.h33 FIELD_SET(*this, FIX::PosReqType);
/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix50sp2/
H A DRequestForPositions.h20 const FIX::PosReqType& aPosReqType, in RequestForPositions()
32 FIELD_SET(*this, FIX::PosReqType);
H A DAdjustedPositionReport.h28 FIELD_SET(*this, FIX::PosReqType);
H A DRequestForPositionsAck.h35 FIELD_SET(*this, FIX::PosReqType);
H A DPositionReport.h33 FIELD_SET(*this, FIX::PosReqType);
/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DFixFieldNumbers.h760 const int PosReqType = 724; variable
H A DFixFields.h762 DEFINE_INT(PosReqType);
/dports/finance/quickfix/quickfix-1.15.1/src/ruby/
H A Dquickfix_fields.rb9778 class PosReqType < Quickfix::IntField class
9779 def PosReqType.field
H A DQuickfixRuby.cpp97453 FIX::PosReqType *result = 0 ; in _wrap_new_PosReqType__SWIG_0()
97458 result = (FIX::PosReqType *)new FIX::PosReqType(); in _wrap_new_PosReqType__SWIG_0()
97487 FIX::PosReqType *result = 0 ; in _wrap_new_PosReqType__SWIG_1()
97500 result = (FIX::PosReqType *)new FIX::PosReqType((FIX::INT const &)*arg1); in _wrap_new_PosReqType__SWIG_1()
97542 FIX::PosReqType *arg1 = (FIX::PosReqType *)self; in free_FIX_PosReqType()
223512 return (void *)((FIX::FieldBase *) (FIX::IntField *) ((FIX::PosReqType *) x)); in _p_FIX__PosReqTypeTo_p_FIX__FieldBase()
228387 return (void *)((FIX::IntField *) ((FIX::PosReqType *) x)); in _p_FIX__PosReqTypeTo_p_FIX__IntField()
/dports/finance/quickfix/quickfix-1.15.1/src/python2/
H A Dquickfix_fields.py5267 class PosReqType(quickfix.IntField): class
H A Dquickfix.py18113 class PosReqType(IntField): class
18117 __setattr__ = lambda self, name, value: _swig_setattr(self, PosReqType, name, value)
18121 __getattr__ = lambda self, name: _swig_getattr(self, PosReqType, name)
18133 PosReqType_swigregister(PosReqType)
45291 class PosReqType(quickfix.IntField): class
/dports/finance/quickfix/quickfix-1.15.1/src/python/
H A Dquickfix_fields.py5267 class PosReqType(quickfix.IntField): class
H A Dquickfix.py18113 class PosReqType(IntField): class
18117 __setattr__ = lambda self, name, value: _swig_setattr(self, PosReqType, name, value)
18121 __getattr__ = lambda self, name: _swig_getattr(self, PosReqType, name)
18133 PosReqType_swigregister(PosReqType)
45291 class PosReqType(quickfix.IntField): class
H A DQuickfixPython.cpp110742 FIX::PosReqType *result = 0 ; in _wrap_new_PosReqType__SWIG_0()
110747 result = (FIX::PosReqType *)new FIX::PosReqType(); in _wrap_new_PosReqType__SWIG_0()
110763 FIX::PosReqType *result = 0 ; in _wrap_new_PosReqType__SWIG_1()
110776 result = (FIX::PosReqType *)new FIX::PosReqType((FIX::INT const &)*arg1); in _wrap_new_PosReqType__SWIG_1()
110821 FIX::PosReqType *arg1 = (FIX::PosReqType *) 0 ; in _wrap_delete_PosReqType()
110831 arg1 = reinterpret_cast< FIX::PosReqType * >(argp1); in _wrap_delete_PosReqType()
271235 return (void *)((FIX::FieldBase *) (FIX::IntField *) ((FIX::PosReqType *) x)); in _p_FIX__PosReqTypeTo_p_FIX__FieldBase()
276110 return (void *)((FIX::IntField *) ((FIX::PosReqType *) x)); in _p_FIX__PosReqTypeTo_p_FIX__IntField()
/dports/finance/quickfix/quickfix-1.15.1/src/python3/
H A Dquickfix_fields.py5267 class PosReqType(quickfix.IntField): class
H A Dquickfix.py18113 class PosReqType(IntField): class
18117 __setattr__ = lambda self, name, value: _swig_setattr(self, PosReqType, name, value)
18121 __getattr__ = lambda self, name: _swig_getattr(self, PosReqType, name)
18133 PosReqType_swigregister(PosReqType)
45291 class PosReqType(quickfix.IntField): class

12