Class: Quickfix::UnderlyingBusinessDayConvention

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingBusinessDayConvention

Returns a new instance of UnderlyingBusinessDayConvention.



39786
39787
39788
39789
39790
39791
39792
# File 'lib/quickfix_fields.rb', line 39786

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