Class: Quickfix::InstrumentScopeCouponRate
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::InstrumentScopeCouponRate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InstrumentScopeCouponRate
constructor
A new instance of InstrumentScopeCouponRate.
Constructor Details
#initialize(data = nil) ⇒ InstrumentScopeCouponRate
Returns a new instance of InstrumentScopeCouponRate.
20897 20898 20899 20900 20901 20902 20903 |
# File 'lib/quickfix_fields.rb', line 20897 def initialize(data = nil) if( data == nil ) super(1555) else super(1555, data) end end |