Class: Quickfix::NoUnderlyingPaymentStreamPricingDays

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

Returns a new instance of NoUnderlyingPaymentStreamPricingDays.



55529
55530
55531
55532
55533
55534
55535
# File 'lib/quickfix_fields.rb', line 55529

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

Class Method Details

.fieldObject



55526
55527
55528
# File 'lib/quickfix_fields.rb', line 55526

def NoUnderlyingPaymentStreamPricingDays.field
	return 41944
end