Class: Quickfix::PaymentStreamCompoundingStartDateAdjusted

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

Returns a new instance of PaymentStreamCompoundingStartDateAdjusted.



69127
69128
69129
69130
69131
69132
69133
# File 'lib/quickfix_fields.rb', line 69127

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

Class Method Details

.fieldObject



69124
69125
69126
# File 'lib/quickfix_fields.rb', line 69124

def PaymentStreamCompoundingStartDateAdjusted.field
  return 42651
end