Class: Quickfix::UnderlyingPaymentStreamPricingDayDistribution

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

Returns a new instance of UnderlyingPaymentStreamPricingDayDistribution.



55386
55387
55388
55389
55390
55391
55392
# File 'lib/quickfix_fields.rb', line 55386

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

Class Method Details

.fieldObject



55383
55384
55385
# File 'lib/quickfix_fields.rb', line 55383

def UnderlyingPaymentStreamPricingDayDistribution.field
	return 41931
end