Class: Quickfix43::BidRequest::NoBidDescriptors

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

Instance Method Summary collapse

Constructor Details

#initializeNoBidDescriptors

Returns a new instance of NoBidDescriptors.



1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
# File 'lib/quickfix43.rb', line 1995

def initialize
  order = Quickfix::IntArray.new(12)
  order[0] = 399
  order[1] = 400
  order[2] = 401
  order[3] = 404
  order[4] = 441
  order[5] = 402
  order[6] = 403
  order[7] = 405
  order[8] = 406
  order[9] = 407
  order[10] = 408
  order[11] = 0
  super(398, 399, order)
end