Class: Quickfix::StartMaturityMonthYear

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StartMaturityMonthYear

Returns a new instance of StartMaturityMonthYear.



7429
7430
7431
7432
7433
7434
7435
# File 'lib/quickfix_fields.rb', line 7429

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

Class Method Details

.fieldObject



7426
7427
7428
# File 'lib/quickfix_fields.rb', line 7426

def StartMaturityMonthYear.field
	return 1241
end