Class: Quickfix::PaymentStubEndDateOffsetUnit

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

Returns a new instance of PaymentStubEndDateOffsetUnit.



69673
69674
69675
69676
69677
69678
69679
# File 'lib/quickfix_fields.rb', line 69673

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

Class Method Details

.fieldObject



69670
69671
69672
# File 'lib/quickfix_fields.rb', line 69670

def PaymentStubEndDateOffsetUnit.field
  return 42693
end