Class: Quickfix50Sp2::QuoteStatusRequest::NoFinancingTermSupplements

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

#initializeNoFinancingTermSupplements

Returns a new instance of NoFinancingTermSupplements.



91836
91837
91838
91839
91840
91841
91842
# File 'lib/quickfix50sp2.rb', line 91836

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 40047
  order[1] = 40048
  order[2] = 0
  super(40046, 40047, order)
end