Class: Quickfix::StreamCommoditySecurityIDSource

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

Returns a new instance of StreamCommoditySecurityIDSource.



45519
45520
45521
45522
45523
45524
45525
# File 'lib/quickfix_fields.rb', line 45519

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

Class Method Details

.fieldObject



45516
45517
45518
# File 'lib/quickfix_fields.rb', line 45516

def StreamCommoditySecurityIDSource.field
  return 41254
end