Class: Quickfix::DerivativeSecurityIDSource

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

Instance Method Summary collapse

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