Class: Quickfix::UnderlyingLegSecurityAltIDSource

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingLegSecurityAltIDSource

Returns a new instance of UnderlyingLegSecurityAltIDSource.



11290
11291
11292
11293
11294
11295
11296
# File 'lib/quickfix_fields.rb', line 11290

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

Class Method Details

.fieldObject



11287
11288
11289
# File 'lib/quickfix_fields.rb', line 11287

def UnderlyingLegSecurityAltIDSource.field
  return 1336
end