Class: Quickfix::LegPaymentStubEndDateAdjusted

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

Returns a new instance of LegPaymentStubEndDateAdjusted.



67125
67126
67127
67128
67129
67130
67131
# File 'lib/quickfix_fields.rb', line 67125

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

Class Method Details

.fieldObject



67122
67123
67124
# File 'lib/quickfix_fields.rb', line 67122

def LegPaymentStubEndDateAdjusted.field
  return 42494
end