Class: Quickfix::LegPaymentStreamCompoundingXIDRef

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamCompoundingXIDRef

Returns a new instance of LegPaymentStreamCompoundingXIDRef.



65903
65904
65905
65906
65907
65908
65909
# File 'lib/quickfix_fields.rb', line 65903

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