Class: Quickfix::YieldRedemptionPriceType
- Inherits:
-
IntField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ YieldRedemptionPriceType
Returns a new instance of YieldRedemptionPriceType.
318 319 320 321 322 323 324 |
# File 'lib/quickfix_fields.rb', line 318 def initialize(data = nil) if( data == nil ) super(698) else super(698, data) end end |
Class Method Details
.field ⇒ Object
315 316 317 |
# File 'lib/quickfix_fields.rb', line 315 def YieldRedemptionPriceType.field return 698 end |