Class: Quickfix::PaymentStreamFutureValueNotional

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamFutureValueNotional

Returns a new instance of PaymentStreamFutureValueNotional.



37524
37525
37526
37527
37528
37529
37530
# File 'lib/quickfix_fields.rb', line 37524

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