Class: Quickfix::MaturityMonthYearFormat

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MaturityMonthYearFormat

Returns a new instance of MaturityMonthYearFormat.



17374
17375
17376
17377
17378
17379
17380
# File 'lib/quickfix_fields.rb', line 17374

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

Class Method Details

.fieldObject



17371
17372
17373
# File 'lib/quickfix_fields.rb', line 17371

def MaturityMonthYearFormat.field
  return 1303
end