Class: Quickfix::MaturityMonthYearFormat

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



17293
17294
17295
# File 'lib/quickfix_fields.rb', line 17293

def MaturityMonthYearFormat.field
	return 1303
end