Class: Quickfix50Sp2::QuoteStatusReport::NoLegs::NoLegSecurityAltID

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

#initializeNoLegSecurityAltID

Returns a new instance of NoLegSecurityAltID.


16727
16728
16729
16730
16731
16732
16733
# File 'lib/quickfix50sp2.rb', line 16727

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