Class: Quickfix::PricingDateUnadjusted
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::PricingDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PricingDateUnadjusted
constructor
A new instance of PricingDateUnadjusted.
Constructor Details
#initialize(data = nil) ⇒ PricingDateUnadjusted
Returns a new instance of PricingDateUnadjusted.
45233 45234 45235 45236 45237 45238 45239 |
# File 'lib/quickfix_fields.rb', line 45233 def initialize(data = nil) if( data == nil ) super(41232) else super(41232, data) end end |