Class: Quickfix::UnderlyingProvisionDateTenorUnit

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

Returns a new instance of UnderlyingProvisionDateTenorUnit.



59845
59846
59847
59848
59849
59850
59851
# File 'lib/quickfix_fields.rb', line 59845

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

Class Method Details

.fieldObject



59842
59843
59844
# File 'lib/quickfix_fields.rb', line 59842

def UnderlyingProvisionDateTenorUnit.field
	return 42155
end