Class: Quickfix::UnderlyingPaymentStreamPricingBusinessDayConvention

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

Returns a new instance of UnderlyingPaymentStreamPricingBusinessDayConvention.



55425
55426
55427
55428
55429
55430
55431
# File 'lib/quickfix_fields.rb', line 55425

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

Class Method Details

.fieldObject



55422
55423
55424
# File 'lib/quickfix_fields.rb', line 55422

def UnderlyingPaymentStreamPricingBusinessDayConvention.field
	return 41934
end