Class: Quickfix::UnderlyingPaymentStubIndex

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

Returns a new instance of UnderlyingPaymentStubIndex.



36575
36576
36577
36578
36579
36580
36581
# File 'lib/quickfix_fields.rb', line 36575

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

Class Method Details

.fieldObject



36572
36573
36574
# File 'lib/quickfix_fields.rb', line 36572

def UnderlyingPaymentStubIndex.field
	return 40714
end