Class: Quickfix::PaymentPresentValueAmount

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

Class Method Details

.fieldObject



30215
30216
30217
# File 'lib/quickfix_fields.rb', line 30215

def PaymentPresentValueAmount.field
  return 40225
end