Class: Quickfix::StreamCommodityAltID

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

Returns a new instance of StreamCommodityAltID.



45831
45832
45833
45834
45835
45836
45837
# File 'lib/quickfix_fields.rb', line 45831

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

Class Method Details

.fieldObject



45828
45829
45830
# File 'lib/quickfix_fields.rb', line 45828

def StreamCommodityAltID.field
  return 41278
end