Class: Quickfix::MaturityMonthYearFormat

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MaturityMonthYearFormat

Returns a new instance of MaturityMonthYearFormat.



17296
17297
17298
17299
17300
17301
17302
# File 'lib/quickfix_fields.rb', line 17296

def initialize(data = nil)
  if( data == nil )
    super(1303)
  else
    super(1303, data)
  end
end