Class: Quickfix::ProvisionOptionRelevantUnderlyingDateOffsetUnit

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



29386
29387
29388
29389
29390
29391
29392
# File 'lib/quickfix_fields.rb', line 29386

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

Class Method Details

.fieldObject



29383
29384
29385
# File 'lib/quickfix_fields.rb', line 29383

def ProvisionOptionRelevantUnderlyingDateOffsetUnit.field
	return 40160
end