Class: Quickfix::PaymentStreamCompoundingStartDateUnadjusted

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

Returns a new instance of PaymentStreamCompoundingStartDateUnadjusted.



69062
69063
69064
69065
69066
69067
69068
# File 'lib/quickfix_fields.rb', line 69062

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

Class Method Details

.fieldObject



69059
69060
69061
# File 'lib/quickfix_fields.rb', line 69059

def PaymentStreamCompoundingStartDateUnadjusted.field
  return 42646
end