Class: Quickfix::RelatedPriceSource

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ RelatedPriceSource

Returns a new instance of RelatedPriceSource.



23809
23810
23811
23812
23813
23814
23815
# File 'lib/quickfix_fields.rb', line 23809

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

Class Method Details

.fieldObject



23806
23807
23808
# File 'lib/quickfix_fields.rb', line 23806

def RelatedPriceSource.field
	return 1821
end