Class: Quickfix::LegStreamCommodityRateReferencePageHeading

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

Returns a new instance of LegStreamCommodityRateReferencePageHeading.



51343
51344
51345
51346
51347
51348
51349
# File 'lib/quickfix_fields.rb', line 51343

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

Class Method Details

.fieldObject



51340
51341
51342
# File 'lib/quickfix_fields.rb', line 51340

def LegStreamCommodityRateReferencePageHeading.field
	return 41660
end