Class: Quickfix::DerivativeOptAttribute

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeOptAttribute

Returns a new instance of DerivativeOptAttribute.



12265
12266
12267
12268
12269
12270
12271
# File 'lib/quickfix_fields.rb', line 12265

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

Class Method Details

.fieldObject



12262
12263
12264
# File 'lib/quickfix_fields.rb', line 12262

def DerivativeOptAttribute.field
	return 1265
end