Class: Quickfix::AccruedInterestRate

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AccruedInterestRate

Returns a new instance of AccruedInterestRate.



17738
17739
17740
17741
17742
17743
17744
# File 'lib/quickfix_fields.rb', line 17738

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

Class Method Details

.fieldObject



17735
17736
17737
# File 'lib/quickfix_fields.rb', line 17735

def AccruedInterestRate.field
  return 158
end