Class: Quickfix::UnderlyingPaymentStreamMaximumPaymentAmount

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

Class Method Details

.fieldObject



54980
54981
54982
# File 'lib/quickfix_fields.rb', line 54980

def UnderlyingPaymentStreamMaximumPaymentAmount.field
  return 41900
end