Class: Quickfix50Sp1::SecurityList::NoRelatedSym::NoLegs::NoLegSecurityAltID

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoLegSecurityAltID

Returns a new instance of NoLegSecurityAltID.



10991
10992
10993
10994
10995
10996
10997
# File 'lib/quickfix50sp1.rb', line 10991

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 605
  order[1] = 606
  order[2] = 0
  super(604, 605, order)
end