Class: Quickfix50::SecurityDefinition::NoUnderlyings::NoUnderlyingStips

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoUnderlyingStips



6702
6703
6704
6705
6706
6707
6708
# File 'lib/quickfix50.rb', line 6702

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 888
  order[1] = 889
  order[2] = 0
  super(887, 888, order)
end