Class: Quickfix::UnderlyingPricingDateUnadjusted
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingPricingDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPricingDateUnadjusted
constructor
A new instance of UnderlyingPricingDateUnadjusted.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPricingDateUnadjusted
Returns a new instance of UnderlyingPricingDateUnadjusted.
55594 55595 55596 55597 55598 55599 55600 |
# File 'lib/quickfix_fields.rb', line 55594 def initialize(data = nil) if( data == nil ) super(41949) else super(41949, data) end end |