Class: Quickfix::UnderlyingPhysicalSettlBusinessDays

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPhysicalSettlBusinessDays

Returns a new instance of UnderlyingPhysicalSettlBusinessDays.



58636
58637
58638
58639
58640
58641
58642
# File 'lib/quickfix_fields.rb', line 58636

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