Class: Quickfix50Sp2::ContraryIntentionReport::NoCashSettlTerms
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::ContraryIntentionReport::NoCashSettlTerms
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoCashSettlDateBusinessCenters, NoCashSettlDealers
Instance Method Summary collapse
-
#initialize ⇒ NoCashSettlTerms
constructor
A new instance of NoCashSettlTerms.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoCashSettlTerms
Returns a new instance of NoCashSettlTerms.
308425 308426 308427 308428 308429 308430 308431 308432 308433 308434 308435 308436 308437 308438 308439 308440 308441 308442 308443 308444 308445 308446 308447 308448 308449 308450 308451 308452 308453 308454 308455 308456 308457 |
# File 'lib/quickfix50sp2.rb', line 308425 def initialize order = Quickfix::IntArray.new(29) order[0] = 40023 order[1] = 40024 order[2] = 40916 order[3] = 40917 order[4] = 40025 order[5] = 40026 order[6] = 40027 order[7] = 40028 order[8] = 40029 order[9] = 40030 order[10] = 40031 order[11] = 40277 order[12] = 42216 order[13] = 42217 order[14] = 40033 order[15] = 40034 order[16] = 42207 order[17] = 42208 order[18] = 42209 order[19] = 42210 order[20] = 42211 order[21] = 42212 order[22] = 42213 order[23] = 40035 order[24] = 40036 order[25] = 40037 order[26] = 40038 order[27] = 40039 order[28] = 0 super(40022, 40023, order) end |