Class: Quickfix50::BidRequest::NoBidComponents

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

Instance Method Summary collapse

Constructor Details

#initializeNoBidComponents

Returns a new instance of NoBidComponents.



5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
# File 'lib/quickfix50.rb', line 5167

def initialize
  order = Quickfix::IntArray.new(10)
  order[0] = 66
  order[1] = 54
  order[2] = 336
  order[3] = 625
  order[4] = 430
  order[5] = 63
  order[6] = 64
  order[7] = 1
  order[8] = 660
  order[9] = 0
  super(420, 66, order)
end