Class: Quickfix::PaymentStreamRateIndex2ID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamRateIndex2ID

Returns a new instance of PaymentStreamRateIndex2ID.



78383
78384
78385
78386
78387
78388
78389
# File 'lib/quickfix_fields.rb', line 78383

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