Class: Quickfix::RelatedMaturityMonthYear

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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