Class: Quickfix::StreamCommodityDesc

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

Returns a new instance of StreamCommodityDesc.



45532
45533
45534
45535
45536
45537
45538
# File 'lib/quickfix_fields.rb', line 45532

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

Class Method Details

.fieldObject



45529
45530
45531
# File 'lib/quickfix_fields.rb', line 45529

def StreamCommodityDesc.field
  return 41255
end