Class: Quickfix::StreamCommodityRateReferencePage

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

Returns a new instance of StreamCommodityRateReferencePage.



45623
45624
45625
45626
45627
45628
45629
# File 'lib/quickfix_fields.rb', line 45623

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

Class Method Details

.fieldObject



45620
45621
45622
# File 'lib/quickfix_fields.rb', line 45620

def StreamCommodityRateReferencePage.field
  return 41262
end