Class: Quickfix::InterestAtMaturity
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::InterestAtMaturity
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InterestAtMaturity
constructor
A new instance of InterestAtMaturity.
Constructor Details
#initialize(data = nil) ⇒ InterestAtMaturity
Returns a new instance of InterestAtMaturity.
10107 10108 10109 10110 10111 10112 10113 |
# File 'lib/quickfix_fields.rb', line 10107 def initialize(data = nil) if( data == nil ) super(738) else super(738, data) end end |