Class: Quickfix::DerivativeInstrRegistry

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeInstrRegistry

Returns a new instance of DerivativeInstrRegistry.



17426
17427
17428
17429
17430
17431
17432
# File 'lib/quickfix_fields.rb', line 17426

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

Class Method Details

.fieldObject



17423
17424
17425
# File 'lib/quickfix_fields.rb', line 17423

def DerivativeInstrRegistry.field
	return 1257
end