Class: Quickfix50Sp2::SecurityDefinition::NoUnderlyings::NoUnderlyingStreams::NoUnderlyingPaymentStubs
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::SecurityDefinition::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.
108947 108948 108949 108950 108951 108952 108953 108954 108955 108956 108957 108958 108959 108960 108961 108962 108963 108964 108965 108966 108967 108968 108969 108970 108971 108972 108973 108974 108975 108976 108977 108978 108979 108980 108981 108982 108983 108984 108985 108986 108987 108988 108989 108990 108991 108992 108993 108994 |
# File 'lib/quickfix50sp2.rb', line 108947 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 |