Class: Quickfix::YieldRedemptionPriceType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::YieldRedemptionPriceType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ YieldRedemptionPriceType
constructor
A new instance of YieldRedemptionPriceType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ YieldRedemptionPriceType
Returns a new instance of YieldRedemptionPriceType.
9587 9588 9589 9590 9591 9592 9593 |
# File 'lib/quickfix_fields.rb', line 9587 def initialize(data = nil) if( data == nil ) super(698) else super(698, data) end end |
Class Method Details
.field ⇒ Object
9584 9585 9586 |
# File 'lib/quickfix_fields.rb', line 9584 def YieldRedemptionPriceType.field return 698 end |