Class: Quickfix::UnderlyingLegSecurityAltIDSource

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

Returns a new instance of UnderlyingLegSecurityAltIDSource.



17881
17882
17883
17884
17885
17886
17887
# File 'lib/quickfix_fields.rb', line 17881

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

Class Method Details

.fieldObject



17878
17879
17880
# File 'lib/quickfix_fields.rb', line 17878

def UnderlyingLegSecurityAltIDSource.field
  return 1336
end