Class: Quickfix::CouponRate
- Inherits:
-
DoubleField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ CouponRate
Returns a new instance of CouponRate.
17855 17856 17857 17858 17859 17860 17861 |
# File 'lib/quickfix_fields.rb', line 17855 def initialize(data = nil) if( data == nil ) super(223) else super(223, data) end end |
Class Method Details
.field ⇒ Object
17852 17853 17854 |
# File 'lib/quickfix_fields.rb', line 17852 def CouponRate.field return 223 end |