Class: Quickfix::YieldRedemptionPrice
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::YieldRedemptionPrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ YieldRedemptionPrice
constructor
A new instance of YieldRedemptionPrice.
Constructor Details
#initialize(data = nil) ⇒ YieldRedemptionPrice
Returns a new instance of YieldRedemptionPrice.
13539 13540 13541 13542 13543 13544 13545 |
# File 'lib/quickfix_fields.rb', line 13539 def initialize(data = nil) if( data == nil ) super(697) else super(697, data) end end |
Class Method Details
.field ⇒ Object
13536 13537 13538 |
# File 'lib/quickfix_fields.rb', line 13536 def YieldRedemptionPrice.field return 697 end |