Class: Quickfix::InstrumentScopeCouponRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::InstrumentScopeCouponRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InstrumentScopeCouponRate
constructor
A new instance of InstrumentScopeCouponRate.
Methods inherited from DoubleField
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 |
Class Method Details
.field ⇒ Object
20894 20895 20896 |
# File 'lib/quickfix_fields.rb', line 20894 def InstrumentScopeCouponRate.field return 1555 end |