Class: Quickfix::UnderlyingPaymentStubIndex2

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

Returns a new instance of UnderlyingPaymentStubIndex2.



36757
36758
36759
36760
36761
36762
36763
# File 'lib/quickfix_fields.rb', line 36757

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

Class Method Details

.fieldObject



36754
36755
36756
# File 'lib/quickfix_fields.rb', line 36754

def UnderlyingPaymentStubIndex2.field
	return 40728
end