Class: Quickfix::StreamCommodityPricingType

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

Returns a new instance of StreamCommodityPricingType.



45662
45663
45664
45665
45666
45667
45668
# File 'lib/quickfix_fields.rb', line 45662

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

Class Method Details

.fieldObject



45659
45660
45661
# File 'lib/quickfix_fields.rb', line 45659

def StreamCommodityPricingType.field
  return 41265
end