Class: Quickfix::LegSecurityIDSource

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegSecurityIDSource

Returns a new instance of LegSecurityIDSource.



5271
5272
5273
5274
5275
5276
5277
# File 'lib/quickfix_fields.rb', line 5271

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

Class Method Details

.fieldObject



5268
5269
5270
# File 'lib/quickfix_fields.rb', line 5268

def LegSecurityIDSource.field
  return 603
end