Class: Quickfix::DerivativeSecurityDesc

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ DerivativeSecurityDesc

Returns a new instance of DerivativeSecurityDesc.



16984
16985
16986
16987
16988
16989
16990
# File 'lib/quickfix_fields.rb', line 16984

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

Class Method Details

.fieldObject



16981
16982
16983
# File 'lib/quickfix_fields.rb', line 16981

def DerivativeSecurityDesc.field
	return 1279
end