Class: Quickfix::DerivativeListMethod

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeListMethod

Returns a new instance of DerivativeListMethod.



17959
17960
17961
17962
17963
17964
17965
# File 'lib/quickfix_fields.rb', line 17959

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

Class Method Details

.fieldObject



17956
17957
17958
# File 'lib/quickfix_fields.rb', line 17956

def DerivativeListMethod.field
	return 1320
end