Class: Quickfix::StreamCalculationPeriodBusinessDayConvention

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StreamCalculationPeriodBusinessDayConvention

Returns a new instance of StreamCalculationPeriodBusinessDayConvention.



28255
28256
28257
28258
28259
28260
28261
# File 'lib/quickfix_fields.rb', line 28255

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