Class: Quickfix::PricingDateBusinessDayConvention

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

Returns a new instance of PricingDateBusinessDayConvention.



45246
45247
45248
45249
45250
45251
45252
# File 'lib/quickfix_fields.rb', line 45246

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

Class Method Details

.fieldObject



45243
45244
45245
# File 'lib/quickfix_fields.rb', line 45243

def PricingDateBusinessDayConvention.field
	return 41233
end