Class: Quickfix43::SecurityList::NoRelatedSym::NoSecurityAltID

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

Instance Method Summary collapse

Constructor Details

#initializeNoSecurityAltID

Returns a new instance of NoSecurityAltID.



2671
2672
2673
2674
2675
2676
2677
# File 'lib/quickfix43.rb', line 2671

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 455
  order[1] = 456
  order[2] = 0
  super(454, 455, order)
end