Home
last modified time | relevance | path

Searched refs:PartyID (Results 251 – 273 of 273) sorted by relevance

1...<<11

/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix50sp2/
H A DAllocationInstructionAlert.h461 FIELD_SET(*this, FIX::PartyID);
H A DMultilegOrderCancelReplace.h40 FIELD_SET(*this, FIX::PartyID);
H A DNewOrderMultileg.h39 FIELD_SET(*this, FIX::PartyID);
H A DAllocationInstruction.h461 FIELD_SET(*this, FIX::PartyID);
H A DAllocationReport.h479 FIELD_SET(*this, FIX::PartyID);
H A DTradeCaptureReport.h569 FIELD_SET(*this, FIX::PartyID);
H A DTradeCaptureReportAck.h541 FIELD_SET(*this, FIX::PartyID);
H A DExecutionReport.h59 FIELD_SET(*this, FIX::PartyID);
/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix50/
H A DTradeCaptureReport.h458 FIELD_SET(*this, FIX::PartyID);
/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix50sp1/
H A DTradeCaptureReport.h530 FIELD_SET(*this, FIX::PartyID);
H A DExecutionReport.h59 FIELD_SET(*this, FIX::PartyID);
/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DFixFields.h478 DEFINE_STRING(PartyID);
/dports/finance/quickfix/quickfix-1.15.1/src/ruby/
H A Dquickfix_fields.rb6086 class PartyID < Quickfix::StringField class
6087 def PartyID.field
H A DQuickfixRuby.cpp69363 FIX::PartyID *result = 0 ; in _wrap_new_PartyID__SWIG_0()
69368 result = (FIX::PartyID *)new FIX::PartyID(); in _wrap_new_PartyID__SWIG_0()
69397 FIX::PartyID *result = 0 ; in _wrap_new_PartyID__SWIG_1()
69410 result = (FIX::PartyID *)new FIX::PartyID((FIX::STRING const &)*arg1); in _wrap_new_PartyID__SWIG_1()
69452 FIX::PartyID *arg1 = (FIX::PartyID *)self; in free_FIX_PartyID()
223287 return (void *)((FIX::FieldBase *) (FIX::StringField *) ((FIX::PartyID *) x)); in _p_FIX__PartyIDTo_p_FIX__FieldBase()
225456 return (void *)((FIX::StringField *) ((FIX::PartyID *) x)); in _p_FIX__PartyIDTo_p_FIX__StringField()
/dports/finance/quickfix/quickfix-1.15.1/src/python2/
H A Dquickfix_fields.py3279 class PartyID(quickfix.StringField): class
H A Dquickfix.py11865 class PartyID(StringField): class
11869 __setattr__ = lambda self, name, value: _swig_setattr(self, PartyID, name, value)
11873 __getattr__ = lambda self, name: _swig_getattr(self, PartyID, name)
11885 PartyID_swigregister(PartyID)
43303 class PartyID(quickfix.StringField): class
H A DQuickfixPython.cpp78948 FIX::PartyID *result = 0 ; in _wrap_new_PartyID__SWIG_0()
78953 result = (FIX::PartyID *)new FIX::PartyID(); in _wrap_new_PartyID__SWIG_0()
78969 FIX::PartyID *result = 0 ; in _wrap_new_PartyID__SWIG_1()
78982 result = (FIX::PartyID *)new FIX::PartyID((FIX::STRING const &)*arg1); in _wrap_new_PartyID__SWIG_1()
79027 FIX::PartyID *arg1 = (FIX::PartyID *) 0 ; in _wrap_delete_PartyID()
79037 arg1 = reinterpret_cast< FIX::PartyID * >(argp1); in _wrap_delete_PartyID()
271010 return (void *)((FIX::FieldBase *) (FIX::StringField *) ((FIX::PartyID *) x)); in _p_FIX__PartyIDTo_p_FIX__FieldBase()
273179 return (void *)((FIX::StringField *) ((FIX::PartyID *) x)); in _p_FIX__PartyIDTo_p_FIX__StringField()
/dports/finance/quickfix/quickfix-1.15.1/src/python/
H A Dquickfix_fields.py3279 class PartyID(quickfix.StringField): class
H A Dquickfix.py11865 class PartyID(StringField): class
11869 __setattr__ = lambda self, name, value: _swig_setattr(self, PartyID, name, value)
11873 __getattr__ = lambda self, name: _swig_getattr(self, PartyID, name)
11885 PartyID_swigregister(PartyID)
43303 class PartyID(quickfix.StringField): class
H A DQuickfixPython.cpp78948 FIX::PartyID *result = 0 ; in _wrap_new_PartyID__SWIG_0()
78953 result = (FIX::PartyID *)new FIX::PartyID(); in _wrap_new_PartyID__SWIG_0()
78969 FIX::PartyID *result = 0 ; in _wrap_new_PartyID__SWIG_1()
78982 result = (FIX::PartyID *)new FIX::PartyID((FIX::STRING const &)*arg1); in _wrap_new_PartyID__SWIG_1()
79027 FIX::PartyID *arg1 = (FIX::PartyID *) 0 ; in _wrap_delete_PartyID()
79037 arg1 = reinterpret_cast< FIX::PartyID * >(argp1); in _wrap_delete_PartyID()
271010 return (void *)((FIX::FieldBase *) (FIX::StringField *) ((FIX::PartyID *) x)); in _p_FIX__PartyIDTo_p_FIX__FieldBase()
273179 return (void *)((FIX::StringField *) ((FIX::PartyID *) x)); in _p_FIX__PartyIDTo_p_FIX__StringField()
/dports/finance/quickfix/quickfix-1.15.1/src/python3/
H A Dquickfix_fields.py3279 class PartyID(quickfix.StringField): class
H A Dquickfix.py11865 class PartyID(StringField): class
11869 __setattr__ = lambda self, name, value: _swig_setattr(self, PartyID, name, value)
11873 __getattr__ = lambda self, name: _swig_getattr(self, PartyID, name)
11885 PartyID_swigregister(PartyID)
43303 class PartyID(quickfix.StringField): class
H A DQuickfixPython.cpp78948 FIX::PartyID *result = 0 ; in _wrap_new_PartyID__SWIG_0()
78953 result = (FIX::PartyID *)new FIX::PartyID(); in _wrap_new_PartyID__SWIG_0()
78969 FIX::PartyID *result = 0 ; in _wrap_new_PartyID__SWIG_1()
78982 result = (FIX::PartyID *)new FIX::PartyID((FIX::STRING const &)*arg1); in _wrap_new_PartyID__SWIG_1()
79027 FIX::PartyID *arg1 = (FIX::PartyID *) 0 ; in _wrap_delete_PartyID()
79037 arg1 = reinterpret_cast< FIX::PartyID * >(argp1); in _wrap_delete_PartyID()
271010 return (void *)((FIX::FieldBase *) (FIX::StringField *) ((FIX::PartyID *) x)); in _p_FIX__PartyIDTo_p_FIX__FieldBase()
273179 return (void *)((FIX::StringField *) ((FIX::PartyID *) x)); in _p_FIX__PartyIDTo_p_FIX__StringField()

1...<<11