Class: Quickfix::LegMaturityTime

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegMaturityTime

Returns a new instance of LegMaturityTime.



7039
7040
7041
7042
7043
7044
7045
# File 'lib/quickfix_fields.rb', line 7039

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

Class Method Details

.fieldObject



7036
7037
7038
# File 'lib/quickfix_fields.rb', line 7036

def LegMaturityTime.field
	return 1212
end