Class: Quickfix::InstrumentScopeSecurityID

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

Returns a new instance of InstrumentScopeSecurityID.



20676
20677
20678
20679
20680
20681
20682
# File 'lib/quickfix_fields.rb', line 20676

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

Class Method Details

.fieldObject



20673
20674
20675
# File 'lib/quickfix_fields.rb', line 20673

def InstrumentScopeSecurityID.field
  return 1538
end