Class: Quickfix50Sp2::PositionTransferInstruction::NoUnderlyings::NoUnderlyingProtectionTerms
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::PositionTransferInstruction::NoUnderlyings::NoUnderlyingProtectionTerms
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoUnderlyingProtectionTermEventNewsSources, NoUnderlyingProtectionTermEvents, NoUnderlyingProtectionTermObligations
Instance Method Summary collapse
-
#initialize ⇒ NoUnderlyingProtectionTerms
constructor
A new instance of NoUnderlyingProtectionTerms.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoUnderlyingProtectionTerms
Returns a new instance of NoUnderlyingProtectionTerms.
388399 388400 388401 388402 388403 388404 388405 388406 388407 388408 388409 388410 388411 388412 388413 388414 |
# File 'lib/quickfix50sp2.rb', line 388399 def initialize order = Quickfix::IntArray.new(12) order[0] = 42069 order[1] = 42070 order[2] = 42071 order[3] = 42072 order[4] = 42073 order[5] = 42074 order[6] = 42075 order[7] = 42090 order[8] = 42077 order[9] = 42087 order[10] = 42076 order[11] = 0 super(42068, 42069, order) end |