Class: Quickfix::UnderlyingRedemptionDate

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

Returns a new instance of UnderlyingRedemptionDate.



67752
67753
67754
67755
67756
67757
67758
# File 'ext/quickfix/QuickfixRuby.cpp', line 67752

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

Class Method Details

.fieldObject



5866
5867
5868
# File 'lib/quickfix_fields.rb', line 5866

def UnderlyingRedemptionDate.field
	return 247
end