Class: Quickfix::LegStreamTerminationDateBusinessDayConvention

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

Returns a new instance of LegStreamTerminationDateBusinessDayConvention.



30647
30648
30649
30650
30651
30652
30653
# File 'lib/quickfix_fields.rb', line 30647

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

Class Method Details

.fieldObject



30644
30645
30646
# File 'lib/quickfix_fields.rb', line 30644

def LegStreamTerminationDateBusinessDayConvention.field
	return 40258
end