Class: Quickfix::NetChgPrevDay

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

Returns a new instance of NetChgPrevDay.



69712
69713
69714
69715
69716
69717
69718
# File 'ext/quickfix/QuickfixRuby.cpp', line 69712

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

Class Method Details

.fieldObject



6126
6127
6128
# File 'lib/quickfix_fields.rb', line 6126

def NetChgPrevDay.field
	return 451
end