Class: Quickfix::DerivativeSecurityIDSource

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) ⇒ DerivativeSecurityIDSource

Returns a new instance of DerivativeSecurityIDSource.



16217
16218
16219
16220
16221
16222
16223
# File 'lib/quickfix_fields.rb', line 16217

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

Class Method Details

.fieldObject



16214
16215
16216
# File 'lib/quickfix_fields.rb', line 16214

def DerivativeSecurityIDSource.field
	return 1217
end