Class: Quickfix50Sp2::CollateralAssignment::NoMiscFees::NoMiscFeeSubTypes

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoMiscFeeSubTypes

Returns a new instance of NoMiscFeeSubTypes.



285575
285576
285577
285578
285579
285580
285581
285582
285583
285584
# File 'lib/quickfix50sp2.rb', line 285575

def initialize
  order = Quickfix::IntArray.new(6)
  order[0] = 2634
  order[1] = 2635
  order[2] = 2636
  order[3] = 2637
  order[4] = 2638
  order[5] = 0
  super(2633, 2634, order)
end