Class: Quickfix::LegStreamCommodityPricingType

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

Returns a new instance of LegStreamCommodityPricingType.



51369
51370
51371
51372
51373
51374
51375
# File 'lib/quickfix_fields.rb', line 51369

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

Class Method Details

.fieldObject



51366
51367
51368
# File 'lib/quickfix_fields.rb', line 51366

def LegStreamCommodityPricingType.field
	return 41662
end