Class: Quickfix::NoUnderlyingReturnRateDates
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoUnderlyingReturnRateDates
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingReturnRateDates
constructor
A new instance of NoUnderlyingReturnRateDates.
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingReturnRateDates
Returns a new instance of NoUnderlyingReturnRateDates.
74041 74042 74043 74044 74045 74046 74047 |
# File 'lib/quickfix_fields.rb', line 74041 def initialize(data = nil) if( data == nil ) super(43008) else super(43008, data) end end |