Class: Quickfix::PeggedRefPrice

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PeggedRefPrice

Returns a new instance of PeggedRefPrice.



14319
14320
14321
14322
14323
14324
14325
# File 'lib/quickfix_fields.rb', line 14319

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

Class Method Details

.fieldObject



14316
14317
14318
# File 'lib/quickfix_fields.rb', line 14316

def PeggedRefPrice.field
	return 1095
end