Class: Quickfix::PaymentStreamRateIndex2Source

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamRateIndex2Source

Returns a new instance of PaymentStreamRateIndex2Source.



78370
78371
78372
78373
78374
78375
78376
# File 'lib/quickfix_fields.rb', line 78370

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