Class: Quickfix::PaymentStreamRateIndex2

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamRateIndex2

Returns a new instance of PaymentStreamRateIndex2.



78357
78358
78359
78360
78361
78362
78363
# File 'lib/quickfix_fields.rb', line 78357

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