Class: Quickfix::LegPaymentStubIndex2

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) ⇒ LegPaymentStubIndex2

Returns a new instance of LegPaymentStubIndex2.



32987
32988
32989
32990
32991
32992
32993
# File 'lib/quickfix_fields.rb', line 32987

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

Class Method Details

.fieldObject



32984
32985
32986
# File 'lib/quickfix_fields.rb', line 32984

def LegPaymentStubIndex2.field
	return 40438
end