Class: Quickfix::LegSecurityXMLLen

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

Instance Method Summary collapse

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