Class: Quickfix::UnderlyingPaymentStreamCompoundingXIDRef

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingXIDRef

Returns a new instance of UnderlyingPaymentStreamCompoundingXIDRef.



72585
72586
72587
72588
72589
72590
72591
# File 'lib/quickfix_fields.rb', line 72585

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