Class: Quickfix::DerivativeSecurityXMLLen

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeSecurityXMLLen

Returns a new instance of DerivativeSecurityXMLLen.



17023
17024
17025
17026
17027
17028
17029
# File 'lib/quickfix_fields.rb', line 17023

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