Class: Quickfix::UnderlyingPaymentStreamFutureValueDateAdjusted

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamFutureValueDateAdjusted

Returns a new instance of 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

Class Method Details

.fieldObject



35337
35338
35339
# File 'lib/quickfix_fields.rb', line 35337

def UnderlyingPaymentStreamFutureValueDateAdjusted.field
  return 40619
end