Class: Quickfix::EndDate

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

Returns a new instance of EndDate.



116300
116301
116302
116303
116304
116305
116306
# File 'ext/quickfix/QuickfixRuby.cpp', line 116300

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

Class Method Details

.fieldObject



12249
12250
12251
# File 'lib/quickfix_fields.rb', line 12249

def EndDate.field
	return 917
end