Class: Quickfix::UnderlyingStreamCommodityDeliveryPricingRegion

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

Returns a new instance of UnderlyingStreamCommodityDeliveryPricingRegion.



61860
61861
61862
61863
61864
61865
61866
# File 'lib/quickfix_fields.rb', line 61860

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

Class Method Details

.fieldObject



61857
61858
61859
# File 'lib/quickfix_fields.rb', line 61857

def UnderlyingStreamCommodityDeliveryPricingRegion.field
  return 42589
end