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



1122
1123
1124
1125
1126
1127
1128
# File 'lib/quickfix43.rb', line 1122

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