Class: Quickfix::LegPaymentStreamFutureValueDateAdjusted
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegPaymentStreamFutureValueDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamFutureValueDateAdjusted
constructor
A new instance of LegPaymentStreamFutureValueDateAdjusted.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamFutureValueDateAdjusted
Returns a new instance of LegPaymentStreamFutureValueDateAdjusted.
31583 31584 31585 31586 31587 31588 31589 |
# File 'lib/quickfix_fields.rb', line 31583 def initialize(data = nil) if( data == nil ) super(40330) else super(40330, data) end end |