Class: Quickfix::UnderlyingPhysicalSettlMaximumBusinessDays

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

Returns a new instance of UnderlyingPhysicalSettlMaximumBusinessDays.



58649
58650
58651
58652
58653
58654
58655
# File 'lib/quickfix_fields.rb', line 58649

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

Class Method Details

.fieldObject



58646
58647
58648
# File 'lib/quickfix_fields.rb', line 58646

def UnderlyingPhysicalSettlMaximumBusinessDays.field
	return 42063
end