Class: Quickfix::DerivativeOptAttribute

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeOptAttribute

Returns a new instance of DerivativeOptAttribute.



16802
16803
16804
16805
16806
16807
16808
# File 'lib/quickfix_fields.rb', line 16802

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