Class: Quickfix50Sp2::OrderCancelRequest::NoUnderlyings::NoUnderlyingPhysicalSettlTerms::NoUnderlyingPhysicalSettlDeliverableObligations

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp2.rb

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initialize ⇒ NoUnderlyingPhysicalSettlDeliverableObligations

Returns a new instance of NoUnderlyingPhysicalSettlDeliverableObligations.



37884
37885
37886
37887
37888
37889
37890
# File 'lib/quickfix50sp2.rb', line 37884

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 42066
  order[1] = 42067
  order[2] = 0
  super(42065, 42066, order)
end