Class: Quickfix::YieldRedemptionPriceType

Inherits:
((swig_class *) SWIGTYPE_p_FIX__IntField->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) ⇒ YieldRedemptionPriceType

Returns a new instance of YieldRedemptionPriceType.



94960
94961
94962
94963
94964
94965
94966
# File 'ext/quickfix/QuickfixRuby.cpp', line 94960

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

Class Method Details

.fieldObject



9441
9442
9443
# File 'lib/quickfix_fields.rb', line 9441

def YieldRedemptionPriceType.field
	return 698
end