Class: Quickfix::PaymentStreamCompoundingXIDRef

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamCompoundingXIDRef

Returns a new instance of PaymentStreamCompoundingXIDRef.



68477
68478
68479
68480
68481
68482
68483
# File 'lib/quickfix_fields.rb', line 68477

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