Class: Quickfix::StreamCommodityXID

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



45792
45793
45794
45795
45796
45797
45798
# File 'lib/quickfix_fields.rb', line 45792

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

Class Method Details

.fieldObject



45789
45790
45791
# File 'lib/quickfix_fields.rb', line 45789

def StreamCommodityXID.field
  return 41275
end