Class: Quickfix::PeggedPrice

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

Returns a new instance of PeggedPrice.



108656
108657
108658
108659
108660
108661
108662
# File 'ext/quickfix/QuickfixRuby.cpp', line 108656

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

Class Method Details

.fieldObject



11235
11236
11237
# File 'lib/quickfix_fields.rb', line 11235

def PeggedPrice.field
	return 839
end