Class: Quickfix::EncodedUnderlyingSecurityDescLen

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

Returns a new instance of EncodedUnderlyingSecurityDescLen.



4582
4583
4584
4585
4586
4587
4588
# File 'lib/quickfix_fields.rb', line 4582

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

Class Method Details

.fieldObject



4579
4580
4581
# File 'lib/quickfix_fields.rb', line 4579

def EncodedUnderlyingSecurityDescLen.field
	return 364
end