Class: Quickfix50Sp2::OrderMassActionRequest::NoUnderlyingStreams::NoUnderlyingNonDeliverableFixingDates

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

#initializeNoUnderlyingNonDeliverableFixingDates

Returns a new instance of NoUnderlyingNonDeliverableFixingDates.



347589
347590
347591
347592
347593
347594
347595
# File 'lib/quickfix50sp2.rb', line 347589

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 40657
  order[1] = 40658
  order[2] = 0
  super(40656, 40657, order)
end