Class: Quickfix::InstrumentScopeSecurityGroup

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

Returns a new instance of InstrumentScopeSecurityGroup.



20767
20768
20769
20770
20771
20772
20773
# File 'lib/quickfix_fields.rb', line 20767

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

Class Method Details

.fieldObject



20764
20765
20766
# File 'lib/quickfix_fields.rb', line 20764

def InstrumentScopeSecurityGroup.field
  return 1545
end