Class: Quickfix::LegProvisionOptionRelevantUnderlyingDateOffsetUnit

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

Returns a new instance of LegProvisionOptionRelevantUnderlyingDateOffsetUnit.



33962
33963
33964
33965
33966
33967
33968
# File 'lib/quickfix_fields.rb', line 33962

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

Class Method Details

.fieldObject



33959
33960
33961
# File 'lib/quickfix_fields.rb', line 33959

def LegProvisionOptionRelevantUnderlyingDateOffsetUnit.field
	return 40513
end