Class: Quickfix::DerivativeSecurityXMLLen

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeSecurityXMLLen

Returns a new instance of DerivativeSecurityXMLLen.



17972
17973
17974
17975
17976
17977
17978
# File 'lib/quickfix_fields.rb', line 17972

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

Class Method Details

.fieldObject



17969
17970
17971
# File 'lib/quickfix_fields.rb', line 17969

def DerivativeSecurityXMLLen.field
	return 1282
end