Class: Quickfix43::DerivativeSecurityList::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.



2817
2818
2819
2820
2821
2822
2823
# File 'lib/quickfix43.rb', line 2817

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