Class: Quickfix::LegPaymentStreamPaymentDateOffsetUnit

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

Returns a new instance of LegPaymentStreamPaymentDateOffsetUnit.



31206
31207
31208
31209
31210
31211
31212
# File 'lib/quickfix_fields.rb', line 31206

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

Class Method Details

.fieldObject



31203
31204
31205
# File 'lib/quickfix_fields.rb', line 31203

def LegPaymentStreamPaymentDateOffsetUnit.field
  return 40301
end