Class: Quickfix::RelatedMaturityMonthYear
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::RelatedMaturityMonthYear
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RelatedMaturityMonthYear
constructor
A new instance of RelatedMaturityMonthYear.
Constructor Details
#initialize(data = nil) ⇒ RelatedMaturityMonthYear
Returns a new instance of RelatedMaturityMonthYear.
20338 20339 20340 20341 20342 20343 20344 |
# File 'lib/quickfix_fields.rb', line 20338 def initialize(data = nil) if( data == nil ) super(1653) else super(1653, data) end end |