Class: Quickfix50Sp2::TradeAggregationRequest::NoAdditionalTerms

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

Defined Under Namespace

Classes: NoAdditionalTermBondRefs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoAdditionalTerms

Returns a new instance of NoAdditionalTerms.



407371
407372
407373
407374
407375
407376
407377
407378
# File 'lib/quickfix50sp2.rb', line 407371

def initialize
  order = Quickfix::IntArray.new(4)
  order[0] = 40020
  order[1] = 40021
  order[2] = 40000
  order[3] = 0
  super(40019, 40020, order)
end