Class: Quickfix::NoUnderlyingAdditionalTerms

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoUnderlyingAdditionalTerms

Returns a new instance of NoUnderlyingAdditionalTerms.



58298
58299
58300
58301
58302
58303
58304
# File 'lib/quickfix_fields.rb', line 58298

def initialize(data = nil)
  if( data == nil )
    super(42036)
  else
    super(42036, data)
  end
end