Class: Quickfix::UnderlyingPaymentStreamFlatRateAmount

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamFlatRateAmount

Returns a new instance of UnderlyingPaymentStreamFlatRateAmount.



54957
54958
54959
54960
54961
54962
54963
# File 'lib/quickfix_fields.rb', line 54957

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

Class Method Details

.fieldObject



54954
54955
54956
# File 'lib/quickfix_fields.rb', line 54954

def UnderlyingPaymentStreamFlatRateAmount.field
  return 41898
end