Class: Quickfix::InstrumentScopeSecurityIDSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ InstrumentScopeSecurityIDSource

Returns a new instance of InstrumentScopeSecurityIDSource.



20689
20690
20691
20692
20693
20694
20695
# File 'lib/quickfix_fields.rb', line 20689

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