Class: Quickfix::LegStreamCommodityDeliveryPricingRegion

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



61795
61796
61797
61798
61799
61800
61801
# File 'lib/quickfix_fields.rb', line 61795

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

Class Method Details

.fieldObject



61792
61793
61794
# File 'lib/quickfix_fields.rb', line 61792

def LegStreamCommodityDeliveryPricingRegion.field
  return 42588
end