Class: Quickfix::LegProvisionOptionRelevantUnderlyingDateUnadjusted

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) ⇒ LegProvisionOptionRelevantUnderlyingDateUnadjusted

Returns a new instance of LegProvisionOptionRelevantUnderlyingDateUnadjusted.



33897
33898
33899
33900
33901
33902
33903
# File 'lib/quickfix_fields.rb', line 33897

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

Class Method Details

.fieldObject



33894
33895
33896
# File 'lib/quickfix_fields.rb', line 33894

def LegProvisionOptionRelevantUnderlyingDateUnadjusted.field
	return 40508
end