Class: Quickfix::NoFinancingTermSupplements

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoFinancingTermSupplements



27904
27905
27906
27907
27908
27909
27910
# File 'lib/quickfix_fields.rb', line 27904

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