Class: Quickfix::PaymentStreamFutureValueDateAdjusted

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) ⇒ PaymentStreamFutureValueDateAdjusted

Returns a new instance of PaymentStreamFutureValueDateAdjusted.



37537
37538
37539
37540
37541
37542
37543
# File 'lib/quickfix_fields.rb', line 37537

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

Class Method Details

.fieldObject



37534
37535
37536
# File 'lib/quickfix_fields.rb', line 37534

def PaymentStreamFutureValueDateAdjusted.field
  return 40788
end