Class: Quickfix50Sp2::OrderMassStatusRequest::NoUnderlyingCashSettlTerms
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::OrderMassStatusRequest::NoUnderlyingCashSettlTerms
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoUnderlyingCashSettlDateBusinessCenters, NoUnderlyingCashSettlDealers
Instance Method Summary collapse
-
#initialize ⇒ NoUnderlyingCashSettlTerms
constructor
A new instance of NoUnderlyingCashSettlTerms.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoUnderlyingCashSettlTerms
Returns a new instance of NoUnderlyingCashSettlTerms.
198272 198273 198274 198275 198276 198277 198278 198279 198280 198281 198282 198283 198284 198285 198286 198287 198288 198289 198290 198291 198292 198293 198294 198295 198296 198297 198298 198299 198300 198301 198302 198303 198304 |
# File 'lib/quickfix50sp2.rb', line 198272 def initialize order = Quickfix::IntArray.new(29) order[0] = 42042 order[1] = 42043 order[2] = 42044 order[3] = 42045 order[4] = 42046 order[5] = 42047 order[6] = 42048 order[7] = 42049 order[8] = 42050 order[9] = 42051 order[10] = 42052 order[11] = 42039 order[12] = 42797 order[13] = 42798 order[14] = 42053 order[15] = 42054 order[16] = 42790 order[17] = 42791 order[18] = 42792 order[19] = 42793 order[20] = 42794 order[21] = 42795 order[22] = 42796 order[23] = 42055 order[24] = 42056 order[25] = 42057 order[26] = 42058 order[27] = 42059 order[28] = 0 super(42041, 42042, order) end |