Class: Quickfix::EncodedComplianceTextLen

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

Returns a new instance of EncodedComplianceTextLen.



57739
57740
57741
57742
57743
57744
57745
# File 'lib/quickfix_fields.rb', line 57739

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

Class Method Details

.fieldObject



57736
57737
57738
# File 'lib/quickfix_fields.rb', line 57736

def EncodedComplianceTextLen.field
	return 2351
end