Class: Quickfix::LegPaymentStubEndDateUnadjusted

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

Returns a new instance of LegPaymentStubEndDateUnadjusted.



67047
67048
67049
67050
67051
67052
67053
# File 'lib/quickfix_fields.rb', line 67047

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

Class Method Details

.fieldObject



67044
67045
67046
# File 'lib/quickfix_fields.rb', line 67044

def LegPaymentStubEndDateUnadjusted.field
  return 42488
end