Class: Quickfix::EndAccruedInterestAmt

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ EndAccruedInterestAmt



17725
17726
17727
17728
17729
17730
17731
# File 'lib/quickfix_fields.rb', line 17725

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

Class Method Details

.fieldObject



17722
17723
17724
# File 'lib/quickfix_fields.rb', line 17722

def EndAccruedInterestAmt.field
  return 920
end