Class: Quickfix::AgreementDate

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

Returns a new instance of AgreementDate.



116104
116105
116106
116107
116108
116109
116110
# File 'ext/quickfix/QuickfixRuby.cpp', line 116104

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

Class Method Details

.fieldObject



12223
12224
12225
# File 'lib/quickfix_fields.rb', line 12223

def AgreementDate.field
	return 915
end