Class: Quickfix::AllocInterestAtMaturity
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::AllocInterestAtMaturity
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocInterestAtMaturity
constructor
A new instance of AllocInterestAtMaturity.
Constructor Details
#initialize(data = nil) ⇒ AllocInterestAtMaturity
Returns a new instance of AllocInterestAtMaturity.
10146 10147 10148 10149 10150 10151 10152 |
# File 'lib/quickfix_fields.rb', line 10146 def initialize(data = nil) if( data == nil ) super(741) else super(741, data) end end |