Class: Quickfix43::MassQuote::NoQuoteSets::NoUnderlyingSecurityAltID

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

Instance Method Summary collapse

Constructor Details

#initializeNoUnderlyingSecurityAltID

Returns a new instance of NoUnderlyingSecurityAltID.



1895
1896
1897
1898
1899
1900
1901
# File 'lib/quickfix43.rb', line 1895

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 458
  order[1] = 459
  order[2] = 0
  super(457, 458, order)
end