Class: Quickfix::LegProvisionOptionRelevantUnderlyingDateAdjusted

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

Returns a new instance of LegProvisionOptionRelevantUnderlyingDateAdjusted.



33988
33989
33990
33991
33992
33993
33994
# File 'lib/quickfix_fields.rb', line 33988

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

Class Method Details

.fieldObject



33985
33986
33987
# File 'lib/quickfix_fields.rb', line 33985

def LegProvisionOptionRelevantUnderlyingDateAdjusted.field
	return 40515
end