Class: Quickfix::StreamCommodityDeliveryPricingRegion

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

Returns a new instance of StreamCommodityDeliveryPricingRegion.



61808
61809
61810
61811
61812
61813
61814
# File 'lib/quickfix_fields.rb', line 61808

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

Class Method Details

.fieldObject



61805
61806
61807
# File 'lib/quickfix_fields.rb', line 61805

def StreamCommodityDeliveryPricingRegion.field
  return 42587
end