Class: Quickfix50Sp2::TradeCaptureReportAck::NoLegs::NoOfLegUnderlyings
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::TradeCaptureReportAck::NoLegs::NoOfLegUnderlyings
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoUnderlyingLegSecurityAltID
Instance Method Summary collapse
-
#initialize ⇒ NoOfLegUnderlyings
constructor
A new instance of NoOfLegUnderlyings.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoOfLegUnderlyings
Returns a new instance of NoOfLegUnderlyings.
261960 261961 261962 261963 261964 261965 261966 261967 261968 261969 261970 261971 261972 261973 261974 261975 261976 261977 261978 261979 |
# File 'lib/quickfix50sp2.rb', line 261960 def initialize order = Quickfix::IntArray.new(16) order[0] = 1330 order[1] = 1331 order[2] = 1332 order[3] = 1333 order[4] = 1344 order[5] = 1337 order[6] = 1338 order[7] = 1339 order[8] = 1345 order[9] = 1405 order[10] = 1340 order[11] = 1391 order[12] = 1343 order[13] = 1341 order[14] = 1392 order[15] = 0 super(1342, 1330, order) end |