Class: Quickfix50Sp2::DerivativeSecurityListUpdateReport::NoUnderlyingPhysicalSettlTerms
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::DerivativeSecurityListUpdateReport::NoUnderlyingPhysicalSettlTerms
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoUnderlyingPhysicalSettlDeliverableObligations
Instance Method Summary collapse
-
#initialize ⇒ NoUnderlyingPhysicalSettlTerms
constructor
A new instance of NoUnderlyingPhysicalSettlTerms.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoUnderlyingPhysicalSettlTerms
Returns a new instance of NoUnderlyingPhysicalSettlTerms.
337327 337328 337329 337330 337331 337332 337333 337334 337335 337336 |
# File 'lib/quickfix50sp2.rb', line 337327 def initialize order = Quickfix::IntArray.new(6) order[0] = 42065 order[1] = 42061 order[2] = 42062 order[3] = 42063 order[4] = 42064 order[5] = 0 super(42060, 42065, order) end |