Class: Quickfix::PaymentPresentValueAmount

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentPresentValueAmount

Returns a new instance of PaymentPresentValueAmount.



30218
30219
30220
30221
30222
30223
30224
# File 'lib/quickfix_fields.rb', line 30218

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