Class: Quickfix::EncodedPaymentTextLen

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ EncodedPaymentTextLen

Returns a new instance of EncodedPaymentTextLen.



40046
40047
40048
40049
40050
40051
40052
# File 'lib/quickfix_fields.rb', line 40046

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

Class Method Details

.fieldObject



40043
40044
40045
# File 'lib/quickfix_fields.rb', line 40043

def EncodedPaymentTextLen.field
	return 40984
end