Class: Quickfix::PaymentScheduleNotional
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::PaymentScheduleNotional
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentScheduleNotional
constructor
A new instance of PaymentScheduleNotional.
Constructor Details
#initialize(data = nil) ⇒ PaymentScheduleNotional
Returns a new instance of PaymentScheduleNotional.
38148 38149 38150 38151 38152 38153 38154 |
# File 'lib/quickfix_fields.rb', line 38148 def initialize(data = nil) if( data == nil ) super(40835) else super(40835, data) end end |