Class: Quickfix::LegCashSettlBusinessDays

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegCashSettlBusinessDays

Returns a new instance of LegCashSettlBusinessDays.



46858
46859
46860
46861
46862
46863
46864
# File 'lib/quickfix_fields.rb', line 46858

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