Class: Quickfix::CouponRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::CouponRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CouponRate
constructor
A new instance of CouponRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ CouponRate
Returns a new instance of CouponRate.
3269 3270 3271 3272 3273 3274 3275 |
# File 'lib/quickfix_fields.rb', line 3269 def initialize(data = nil) if( data == nil ) super(223) else super(223, data) end end |
Class Method Details
.field ⇒ Object
3266 3267 3268 |
# File 'lib/quickfix_fields.rb', line 3266 def CouponRate.field return 223 end |