Class: Quickfix::FinancingTermSupplementDate

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) ⇒ FinancingTermSupplementDate

Returns a new instance of FinancingTermSupplementDate.



27930
27931
27932
27933
27934
27935
27936
# File 'lib/quickfix_fields.rb', line 27930

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

Class Method Details

.fieldObject



27927
27928
27929
# File 'lib/quickfix_fields.rb', line 27927

def FinancingTermSupplementDate.field
  return 40048
end