Class: Quickfix::LegStreamEffectiveDateBusinessDayConvention

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegStreamEffectiveDateBusinessDayConvention

Returns a new instance of LegStreamEffectiveDateBusinessDayConvention.



30543
30544
30545
30546
30547
30548
30549
# File 'lib/quickfix_fields.rb', line 30543

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