Class: Quickfix::PricingDateAdjusted
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::PricingDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PricingDateAdjusted
constructor
A new instance of PricingDateAdjusted.
Constructor Details
#initialize(data = nil) ⇒ PricingDateAdjusted
Returns a new instance of PricingDateAdjusted.
45259 45260 45261 45262 45263 45264 45265 |
# File 'lib/quickfix_fields.rb', line 45259 def initialize(data = nil) if( data == nil ) super(41234) else super(41234, data) end end |