Class: Quickfix::FinancingTermSupplementDesc

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ FinancingTermSupplementDesc

Returns a new instance of FinancingTermSupplementDesc.



27917
27918
27919
27920
27921
27922
27923
# File 'lib/quickfix_fields.rb', line 27917

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

Class Method Details

.fieldObject



27914
27915
27916
# File 'lib/quickfix_fields.rb', line 27914

def FinancingTermSupplementDesc.field
  return 40047
end