Class: Quickfix::UnderlyingLegSecurityIDSource

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

Returns a new instance of UnderlyingLegSecurityIDSource.



17842
17843
17844
17845
17846
17847
17848
# File 'lib/quickfix_fields.rb', line 17842

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

Class Method Details

.fieldObject



17839
17840
17841
# File 'lib/quickfix_fields.rb', line 17839

def UnderlyingLegSecurityIDSource.field
  return 1333
end