Class: Quickfix::PaymentStreamFutureValueNotional
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::PaymentStreamFutureValueNotional
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamFutureValueNotional
constructor
A new instance of PaymentStreamFutureValueNotional.
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 |