Class: Quickfix::QuantityDate

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->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) ⇒ QuantityDate

Returns a new instance of QuantityDate.



122266
122267
122268
122269
122270
122271
122272
# File 'ext/quickfix/QuickfixRuby.cpp', line 122266

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

Class Method Details

.fieldObject



13029
13030
13031
# File 'lib/quickfix_fields.rb', line 13029

def QuantityDate.field
	return 976
end