Class: Quickfix::PaymentStubStartDateOffsetUnit

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

Returns a new instance of PaymentStubStartDateOffsetUnit.



69790
69791
69792
69793
69794
69795
69796
# File 'lib/quickfix_fields.rb', line 69790

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

Class Method Details

.fieldObject



69787
69788
69789
# File 'lib/quickfix_fields.rb', line 69787

def PaymentStubStartDateOffsetUnit.field
  return 42702
end