Class: Quickfix50Sp2::PartyRiskLimitCheckRequestAck::NoUnderlyings::NoUnderlyingStreams::NoUnderlyingPaymentStubs
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::PartyRiskLimitCheckRequestAck::NoUnderlyings::NoUnderlyingStreams::NoUnderlyingPaymentStubs
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoUnderlyingPaymentStubEndDateBusinessCenters, NoUnderlyingPaymentStubStartDateBusinessCenters
Instance Method Summary collapse
-
#initialize ⇒ NoUnderlyingPaymentStubs
constructor
A new instance of NoUnderlyingPaymentStubs.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoUnderlyingPaymentStubs
Returns a new instance of NoUnderlyingPaymentStubs.
380866 380867 380868 380869 380870 380871 380872 380873 380874 380875 380876 380877 380878 380879 380880 380881 380882 380883 380884 380885 380886 380887 380888 380889 380890 380891 380892 380893 380894 380895 380896 380897 380898 380899 380900 380901 380902 380903 380904 380905 380906 380907 380908 380909 380910 380911 380912 380913 |
# File 'lib/quickfix50sp2.rb', line 380866 def initialize order = Quickfix::IntArray.new(44) order[0] = 40709 order[1] = 40710 order[2] = 42993 order[3] = 42994 order[4] = 42995 order[5] = 42996 order[6] = 42997 order[7] = 42998 order[8] = 42999 order[9] = 42984 order[10] = 42985 order[11] = 42986 order[12] = 42987 order[13] = 42988 order[14] = 42989 order[15] = 42990 order[16] = 40711 order[17] = 40712 order[18] = 40713 order[19] = 40714 order[20] = 40715 order[21] = 40716 order[22] = 40717 order[23] = 40718 order[24] = 40719 order[25] = 40720 order[26] = 40721 order[27] = 40722 order[28] = 40723 order[29] = 40724 order[30] = 40725 order[31] = 40726 order[32] = 40727 order[33] = 40728 order[34] = 40729 order[35] = 40730 order[36] = 40731 order[37] = 40732 order[38] = 40733 order[39] = 40734 order[40] = 40735 order[41] = 40736 order[42] = 40737 order[43] = 0 super(40708, 40709, order) end |