Class: Quickfix::LegPaymentStreamPricingBusinessDayConvention

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

Returns a new instance of LegPaymentStreamPricingBusinessDayConvention.



50407
50408
50409
50410
50411
50412
50413
# File 'lib/quickfix_fields.rb', line 50407

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

Class Method Details

.fieldObject



50404
50405
50406
# File 'lib/quickfix_fields.rb', line 50404

def LegPaymentStreamPricingBusinessDayConvention.field
	return 41586
end