Class: Quickfix::PeggedRefPrice

Inherits:
((swig_class *) SWIGTYPE_p_FIX__DoubleField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ PeggedRefPrice

Returns a new instance of PeggedRefPrice.



133426
133427
133428
133429
133430
133431
133432
# File 'ext/quickfix/QuickfixRuby.cpp', line 133426

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

Class Method Details

.fieldObject



14498
14499
14500
# File 'lib/quickfix_fields.rb', line 14498

def PeggedRefPrice.field
	return 1095
end