Class: Quickfix::UnderlyingPaymentStreamMaximumPaymentAmount

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamMaximumPaymentAmount

Returns a new instance of UnderlyingPaymentStreamMaximumPaymentAmount.



54983
54984
54985
54986
54987
54988
54989
# File 'lib/quickfix_fields.rb', line 54983

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