Class: Quickfix::NoLegReturnRateDates
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoLegReturnRateDates
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegReturnRateDates
constructor
A new instance of NoLegReturnRateDates.
Constructor Details
#initialize(data = nil) ⇒ NoLegReturnRateDates
Returns a new instance of NoLegReturnRateDates.
67307 67308 67309 67310 67311 67312 67313 |
# File 'lib/quickfix_fields.rb', line 67307 def initialize(data = nil) if( data == nil ) super(42508) else super(42508, data) end end |