Class: Quickfix::InterestAtMaturity
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::InterestAtMaturity
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
6974 6975 6976 6977 6978 6979 6980 |
# File 'lib/quickfix_fields.rb', line 6974 def initialize(data = nil) if( data == nil ) super(738) else super(738, data) end end |
Class Method Details
.field ⇒ Object
6971 6972 6973 |
# File 'lib/quickfix_fields.rb', line 6971 def InterestAtMaturity.field return 738 end |