Class: Quickfix::LegPaymentStubEndDateOffsetUnit

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

Returns a new instance of LegPaymentStubEndDateOffsetUnit.



67099
67100
67101
67102
67103
67104
67105
# File 'lib/quickfix_fields.rb', line 67099

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

Class Method Details

.fieldObject



67096
67097
67098
# File 'lib/quickfix_fields.rb', line 67096

def LegPaymentStubEndDateOffsetUnit.field
  return 42492
end