Class: Quickfix::RedemptionDate

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

Returns a new instance of RedemptionDate.



67066
67067
67068
67069
67070
67071
67072
# File 'ext/quickfix/QuickfixRuby.cpp', line 67066

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

Class Method Details

.fieldObject



5775
5776
5777
# File 'lib/quickfix_fields.rb', line 5775

def RedemptionDate.field
	return 240
end