Class: Quickfix::LegPaymentStreamCompoundingXIDRef

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

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

Class Method Details

.fieldObject



65900
65901
65902
# File 'lib/quickfix_fields.rb', line 65900

def LegPaymentStreamCompoundingXIDRef.field
	return 42400
end