Class: Quickfix::UnderlyingPaymentStreamFutureValueDateAdjusted

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamFutureValueDateAdjusted



35340
35341
35342
35343
35344
35345
35346
# File 'lib/quickfix_fields.rb', line 35340

def initialize(data = nil)
  if( data == nil )
    super(40619)
  else
    super(40619, data)
  end
end