Class: Quickfix43::MassQuote::NoQuoteSets::NoQuoteEntries::NoSecurityAltID

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

Instance Method Summary collapse

Constructor Details

#initializeNoSecurityAltID



1969
1970
1971
1972
1973
1974
1975
# File 'lib/quickfix43.rb', line 1969

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