Class: Quickfix::LegSecurityXMLLen

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

Returns a new instance of LegSecurityXMLLen.



24485
24486
24487
24488
24489
24490
24491
# File 'lib/quickfix_fields.rb', line 24485

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

Class Method Details

.fieldObject



24482
24483
24484
# File 'lib/quickfix_fields.rb', line 24482

def LegSecurityXMLLen.field
	return 1871
end