Class: Quickfix50Sp2::TradeCaptureReport::NoSides::NoMiscFees

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

Defined Under Namespace

Classes: NoMiscFeeSubTypes

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoMiscFees

Returns a new instance of NoMiscFees.



194815
194816
194817
194818
194819
194820
194821
194822
194823
194824
194825
194826
194827
194828
# File 'lib/quickfix50sp2.rb', line 194815

def initialize
  order = Quickfix::IntArray.new(10)
  order[0] = 137
  order[1] = 138
  order[2] = 139
  order[3] = 2712
  order[4] = 2633
  order[5] = 891
  order[6] = 2216
  order[7] = 2217
  order[8] = 2713
  order[9] = 0
  super(136, 137, order)
end