Class: Quickfix::LegCouponRate
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LegCouponRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCouponRate
constructor
A new instance of LegCouponRate.
Constructor Details
#initialize(data = nil) ⇒ LegCouponRate
Returns a new instance of LegCouponRate.
18167 18168 18169 18170 18171 18172 18173 |
# File 'lib/quickfix_fields.rb', line 18167 def initialize(data = nil) if( data == nil ) super(615) else super(615, data) end end |
Class Method Details
.field ⇒ Object
18164 18165 18166 |
# File 'lib/quickfix_fields.rb', line 18164 def LegCouponRate.field return 615 end |