Class: Quickfix::SecurityGroup

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

Returns a new instance of SecurityGroup.



15372
15373
15374
15375
15376
15377
15378
# File 'lib/quickfix_fields.rb', line 15372

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

Class Method Details

.fieldObject



15369
15370
15371
# File 'lib/quickfix_fields.rb', line 15369

def SecurityGroup.field
  return 1151
end