Class: Quickfix::UnderlyingProvisionOptionRelevantUnderlyingDateBizDayConvention

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionOptionRelevantUnderlyingDateBizDayConvention

Returns a new instance of UnderlyingProvisionOptionRelevantUnderlyingDateBizDayConvention.



59689
59690
59691
59692
59693
59694
59695
# File 'lib/quickfix_fields.rb', line 59689

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

Class Method Details

.fieldObject



59686
59687
59688
# File 'lib/quickfix_fields.rb', line 59686

def UnderlyingProvisionOptionRelevantUnderlyingDateBizDayConvention.field
	return 42143
end