Class: Quickfix::LegMaturityMonthYear

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegMaturityMonthYear

Returns a new instance of LegMaturityMonthYear.



7481
7482
7483
7484
7485
7486
7487
# File 'lib/quickfix_fields.rb', line 7481

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

Class Method Details

.fieldObject



7478
7479
7480
# File 'lib/quickfix_fields.rb', line 7478

def LegMaturityMonthYear.field
	return 610
end