Class: Quickfix::UnderlyingPaymentStreamPricingDateType

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

Returns a new instance of UnderlyingPaymentStreamPricingDateType.



55516
55517
55518
55519
55520
55521
55522
# File 'lib/quickfix_fields.rb', line 55516

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

Class Method Details

.fieldObject



55513
55514
55515
# File 'lib/quickfix_fields.rb', line 55513

def UnderlyingPaymentStreamPricingDateType.field
	return 41943
end