Class: Quickfix::BasisFeaturePrice

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ BasisFeaturePrice

Returns a new instance of BasisFeaturePrice.



5284
5285
5286
5287
5288
5289
5290
# File 'lib/quickfix_fields.rb', line 5284

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

Class Method Details

.fieldObject



5281
5282
5283
# File 'lib/quickfix_fields.rb', line 5281

def BasisFeaturePrice.field
	return 260
end