Class: Quickfix::LegPaymentStubStartDateUnadjusted

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

Returns a new instance of LegPaymentStubStartDateUnadjusted.



67164
67165
67166
67167
67168
67169
67170
# File 'lib/quickfix_fields.rb', line 67164

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

Class Method Details

.fieldObject



67161
67162
67163
# File 'lib/quickfix_fields.rb', line 67161

def LegPaymentStubStartDateUnadjusted.field
  return 42497
end