Home
last modified time | relevance | path

Searched refs:TradSesStartTime (Results 1 – 24 of 24) sorted by relevance

/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix42/
H A DTradingSessionStatus.h33 FIELD_SET(*this, FIX::TradSesStartTime);
/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix43/
H A DTradingSessionStatus.h35 FIELD_SET(*this, FIX::TradSesStartTime);
/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix44/
H A DTradingSessionStatus.h35 FIELD_SET(*this, FIX::TradSesStartTime);
/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix50/
H A DTradingSessionList.h32 FIELD_SET(*this, FIX::TradSesStartTime);
H A DTradingSessionStatus.h35 FIELD_SET(*this, FIX::TradSesStartTime);
/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix50sp1/
H A DTradingSessionListUpdateReport.h40 FIELD_SET(*this, FIX::TradSesStartTime);
H A DTradingSessionList.h39 FIELD_SET(*this, FIX::TradSesStartTime);
H A DTradingSessionStatus.h42 FIELD_SET(*this, FIX::TradSesStartTime);
/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix50sp2/
H A DTradingSessionList.h39 FIELD_SET(*this, FIX::TradSesStartTime);
H A DTradingSessionListUpdateReport.h39 FIELD_SET(*this, FIX::TradSesStartTime);
H A DTradingSessionStatus.h42 FIELD_SET(*this, FIX::TradSesStartTime);
/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DFixFieldNumbers.h331 const int TradSesStartTime = 341; variable
H A DFixFields.h333 DEFINE_UTCTIMESTAMP(TradSesStartTime);
/dports/finance/quickfix/quickfix-1.15.1/src/ruby/
H A Dquickfix_fields.rb4201 class TradSesStartTime < Quickfix::UtcTimeStampField class
4202 def TradSesStartTime.field
H A DQuickfixRuby.cpp54379 FIX::TradSesStartTime *result = 0 ; in _wrap_new_TradSesStartTime__SWIG_0()
54384 result = (FIX::TradSesStartTime *)new FIX::TradSesStartTime(); in _wrap_new_TradSesStartTime__SWIG_0()
54398 FIX::TradSesStartTime *result = 0 ; in _wrap_new_TradSesStartTime__SWIG_1()
54408 result = (FIX::TradSesStartTime *)new FIX::TradSesStartTime(arg1); in _wrap_new_TradSesStartTime__SWIG_1()
54422 FIX::TradSesStartTime *result = 0 ; in _wrap_new_TradSesStartTime__SWIG_2()
54435 result = (FIX::TradSesStartTime *)new FIX::TradSesStartTime((FIX::UTCTIMESTAMP const &)*arg1); in _wrap_new_TradSesStartTime__SWIG_2()
54467 FIX::TradSesStartTime *result = 0 ; in _wrap_new_TradSesStartTime__SWIG_3()
54485 …result = (FIX::TradSesStartTime *)new FIX::TradSesStartTime((FIX::UTCTIMESTAMP const &)*arg1,arg2); in _wrap_new_TradSesStartTime__SWIG_3()
54554 FIX::TradSesStartTime *arg1 = (FIX::TradSesStartTime *)self; in free_FIX_TradSesStartTime()
221553 return (void *)((FIX::FieldBase *) (FIX::UtcTimeStampField *) ((FIX::TradSesStartTime *) x)); in _p_FIX__TradSesStartTimeTo_p_FIX__FieldBase()
[all …]
/dports/finance/quickfix/quickfix-1.15.1/src/python2/
H A Dquickfix_fields.py2264 class TradSesStartTime(quickfix.UtcTimeStampField): class
H A Dquickfix.py8675 class TradSesStartTime(UtcTimeStampField): class
8679 __setattr__ = lambda self, name, value: _swig_setattr(self, TradSesStartTime, name, value)
8683 __getattr__ = lambda self, name: _swig_getattr(self, TradSesStartTime, name)
8695 TradSesStartTime_swigregister(TradSesStartTime)
42288 class TradSesStartTime(quickfix.UtcTimeStampField): class
H A DQuickfixPython.cpp62043 FIX::TradSesStartTime *result = 0 ; in _wrap_new_TradSesStartTime__SWIG_0()
62048 result = (FIX::TradSesStartTime *)new FIX::TradSesStartTime(); in _wrap_new_TradSesStartTime__SWIG_0()
62064 FIX::TradSesStartTime *result = 0 ; in _wrap_new_TradSesStartTime__SWIG_1()
62074 result = (FIX::TradSesStartTime *)new FIX::TradSesStartTime(arg1); in _wrap_new_TradSesStartTime__SWIG_1()
62090 FIX::TradSesStartTime *result = 0 ; in _wrap_new_TradSesStartTime__SWIG_2()
62103 result = (FIX::TradSesStartTime *)new FIX::TradSesStartTime((FIX::UTCTIMESTAMP const &)*arg1); in _wrap_new_TradSesStartTime__SWIG_2()
62123 FIX::TradSesStartTime *result = 0 ; in _wrap_new_TradSesStartTime__SWIG_3()
62141 …result = (FIX::TradSesStartTime *)new FIX::TradSesStartTime((FIX::UTCTIMESTAMP const &)*arg1,arg2); in _wrap_new_TradSesStartTime__SWIG_3()
62212 FIX::TradSesStartTime *arg1 = (FIX::TradSesStartTime *) 0 ; in _wrap_delete_TradSesStartTime()
62222 arg1 = reinterpret_cast< FIX::TradSesStartTime * >(argp1); in _wrap_delete_TradSesStartTime()
[all …]
/dports/finance/quickfix/quickfix-1.15.1/src/python/
H A Dquickfix_fields.py2264 class TradSesStartTime(quickfix.UtcTimeStampField): class
H A Dquickfix.py8675 class TradSesStartTime(UtcTimeStampField): class
8679 __setattr__ = lambda self, name, value: _swig_setattr(self, TradSesStartTime, name, value)
8683 __getattr__ = lambda self, name: _swig_getattr(self, TradSesStartTime, name)
8695 TradSesStartTime_swigregister(TradSesStartTime)
42288 class TradSesStartTime(quickfix.UtcTimeStampField): class
H A DQuickfixPython.cpp62043 FIX::TradSesStartTime *result = 0 ; in _wrap_new_TradSesStartTime__SWIG_0()
62048 result = (FIX::TradSesStartTime *)new FIX::TradSesStartTime(); in _wrap_new_TradSesStartTime__SWIG_0()
62064 FIX::TradSesStartTime *result = 0 ; in _wrap_new_TradSesStartTime__SWIG_1()
62074 result = (FIX::TradSesStartTime *)new FIX::TradSesStartTime(arg1); in _wrap_new_TradSesStartTime__SWIG_1()
62090 FIX::TradSesStartTime *result = 0 ; in _wrap_new_TradSesStartTime__SWIG_2()
62103 result = (FIX::TradSesStartTime *)new FIX::TradSesStartTime((FIX::UTCTIMESTAMP const &)*arg1); in _wrap_new_TradSesStartTime__SWIG_2()
62123 FIX::TradSesStartTime *result = 0 ; in _wrap_new_TradSesStartTime__SWIG_3()
62141 …result = (FIX::TradSesStartTime *)new FIX::TradSesStartTime((FIX::UTCTIMESTAMP const &)*arg1,arg2); in _wrap_new_TradSesStartTime__SWIG_3()
62212 FIX::TradSesStartTime *arg1 = (FIX::TradSesStartTime *) 0 ; in _wrap_delete_TradSesStartTime()
62222 arg1 = reinterpret_cast< FIX::TradSesStartTime * >(argp1); in _wrap_delete_TradSesStartTime()
[all …]
/dports/finance/quickfix/quickfix-1.15.1/src/python3/
H A Dquickfix_fields.py2264 class TradSesStartTime(quickfix.UtcTimeStampField): class
H A Dquickfix.py8675 class TradSesStartTime(UtcTimeStampField): class
8679 __setattr__ = lambda self, name, value: _swig_setattr(self, TradSesStartTime, name, value)
8683 __getattr__ = lambda self, name: _swig_getattr(self, TradSesStartTime, name)
8695 TradSesStartTime_swigregister(TradSesStartTime)
42288 class TradSesStartTime(quickfix.UtcTimeStampField): class
H A DQuickfixPython.cpp62043 FIX::TradSesStartTime *result = 0 ; in _wrap_new_TradSesStartTime__SWIG_0()
62048 result = (FIX::TradSesStartTime *)new FIX::TradSesStartTime(); in _wrap_new_TradSesStartTime__SWIG_0()
62064 FIX::TradSesStartTime *result = 0 ; in _wrap_new_TradSesStartTime__SWIG_1()
62074 result = (FIX::TradSesStartTime *)new FIX::TradSesStartTime(arg1); in _wrap_new_TradSesStartTime__SWIG_1()
62090 FIX::TradSesStartTime *result = 0 ; in _wrap_new_TradSesStartTime__SWIG_2()
62103 result = (FIX::TradSesStartTime *)new FIX::TradSesStartTime((FIX::UTCTIMESTAMP const &)*arg1); in _wrap_new_TradSesStartTime__SWIG_2()
62123 FIX::TradSesStartTime *result = 0 ; in _wrap_new_TradSesStartTime__SWIG_3()
62141 …result = (FIX::TradSesStartTime *)new FIX::TradSesStartTime((FIX::UTCTIMESTAMP const &)*arg1,arg2); in _wrap_new_TradSesStartTime__SWIG_3()
62212 FIX::TradSesStartTime *arg1 = (FIX::TradSesStartTime *) 0 ; in _wrap_delete_TradSesStartTime()
62222 arg1 = reinterpret_cast< FIX::TradSesStartTime * >(argp1); in _wrap_delete_TradSesStartTime()
[all …]