Class: Quickfix::LegStreamCommoditySecurityIDSource

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

Returns a new instance of LegStreamCommoditySecurityIDSource.



51226
51227
51228
51229
51230
51231
51232
# File 'lib/quickfix_fields.rb', line 51226

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

Class Method Details

.fieldObject



51223
51224
51225
# File 'lib/quickfix_fields.rb', line 51223

def LegStreamCommoditySecurityIDSource.field
  return 41651
end