Class: Quickfix::EncodedIssuerLen

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ EncodedIssuerLen

Returns a new instance of EncodedIssuerLen.



11992
11993
11994
11995
11996
11997
11998
# File 'lib/quickfix_fields.rb', line 11992

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

Class Method Details

.fieldObject



11989
11990
11991
# File 'lib/quickfix_fields.rb', line 11989

def EncodedIssuerLen.field
	return 348
end