Class: Quickfix::UnderlyingPaymentStreamInflationLagUnit

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamInflationLagUnit

Returns a new instance of UnderlyingPaymentStreamInflationLagUnit.



35613
35614
35615
35616
35617
35618
35619
# File 'lib/quickfix_fields.rb', line 35613

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