Class: Quickfix44::NewOrderSingle::NoAllocs

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

Defined Under Namespace

Classes: NoNestedPartyIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoAllocs

Returns a new instance of NoAllocs.



1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
# File 'lib/quickfix44.rb', line 1202

def initialize
  order = Quickfix::IntArray.new(7)
  order[0] = 79
  order[1] = 661
  order[2] = 736
  order[3] = 467
  order[4] = 539
  order[5] = 80
  order[6] = 0
  super(78, 79, order)
end