Class: Quickfix::UnderlyingPricingDateAdjusted
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingPricingDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPricingDateAdjusted
constructor
A new instance of UnderlyingPricingDateAdjusted.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPricingDateAdjusted
Returns a new instance of UnderlyingPricingDateAdjusted.
55620 55621 55622 55623 55624 55625 55626 |
# File 'lib/quickfix_fields.rb', line 55620 def initialize(data = nil) if( data == nil ) super(41951) else super(41951, data) end end |