Class: Quickfix::LegMaturityDate

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegMaturityDate

Returns a new instance of LegMaturityDate.



15931
15932
15933
15934
15935
15936
15937
# File 'lib/quickfix_fields.rb', line 15931

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

Class Method Details

.fieldObject



15928
15929
15930
# File 'lib/quickfix_fields.rb', line 15928

def LegMaturityDate.field
	return 611
end