Class: Quickfix::LegStreamEffectiveDateBusinessDayConvention

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

Class Method Details

.fieldObject



30540
30541
30542
# File 'lib/quickfix_fields.rb', line 30540

def LegStreamEffectiveDateBusinessDayConvention.field
	return 40250
end