Class: Quickfix::UnderlyingLegMaturityDate

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingLegMaturityDate

Returns a new instance of UnderlyingLegMaturityDate.



17998
17999
18000
18001
18002
18003
18004
# File 'lib/quickfix_fields.rb', line 17998

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

Class Method Details

.fieldObject



17995
17996
17997
# File 'lib/quickfix_fields.rb', line 17995

def UnderlyingLegMaturityDate.field
	return 1345
end