Class: Quickfix::PaymentStreamPricingBusinessDayConvention

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

Returns a new instance of PaymentStreamPricingBusinessDayConvention.



45064
45065
45066
45067
45068
45069
45070
# File 'lib/quickfix_fields.rb', line 45064

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

Class Method Details

.fieldObject



45061
45062
45063
# File 'lib/quickfix_fields.rb', line 45061

def PaymentStreamPricingBusinessDayConvention.field
	return 41217
end