Class: Quickfix::InterestAccrualDate

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

Returns a new instance of InterestAccrualDate.



112086
112087
112088
112089
112090
112091
112092
# File 'ext/quickfix/QuickfixRuby.cpp', line 112086

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

Class Method Details

.fieldObject



11690
11691
11692
# File 'lib/quickfix_fields.rb', line 11690

def InterestAccrualDate.field
	return 874
end