Class: Quickfix44::CollateralResponse::NoMiscFees

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

Instance Method Summary collapse

Constructor Details

#initializeNoMiscFees

Returns a new instance of NoMiscFees.



10078
10079
10080
10081
10082
10083
10084
10085
10086
# File 'lib/quickfix44.rb', line 10078

def initialize
  order = Quickfix::IntArray.new(5)
  order[0] = 137
  order[1] = 138
  order[2] = 139
  order[3] = 891
  order[4] = 0
  super(136, 137, order)
end