Class: Quickfix::DatedDate

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

Returns a new instance of DatedDate.



111988
111989
111990
111991
111992
111993
111994
# File 'ext/quickfix/QuickfixRuby.cpp', line 111988

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

Class Method Details

.fieldObject



11677
11678
11679
# File 'lib/quickfix_fields.rb', line 11677

def DatedDate.field
	return 873
end