Class: Quickfix::ProvisionDateAdjusted
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ProvisionDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProvisionDateAdjusted
constructor
A new instance of ProvisionDateAdjusted.
Constructor Details
#initialize(data = nil) ⇒ ProvisionDateAdjusted
Returns a new instance of ProvisionDateAdjusted.
28541 28542 28543 28544 28545 28546 28547 |
# File 'lib/quickfix_fields.rb', line 28541 def initialize(data = nil) if( data == nil ) super(40095) else super(40095, data) end end |