Class: Quickfix::StreamCommodityRateReferencePageHeading

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

Returns a new instance of StreamCommodityRateReferencePageHeading.



45636
45637
45638
45639
45640
45641
45642
# File 'lib/quickfix_fields.rb', line 45636

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

Class Method Details

.fieldObject



45633
45634
45635
# File 'lib/quickfix_fields.rb', line 45633

def StreamCommodityRateReferencePageHeading.field
  return 41263
end