Class: Quickfix::PaymentStreamPaymentDateOffsetUnit

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

Returns a new instance of PaymentStreamPaymentDateOffsetUnit.



37173
37174
37175
37176
37177
37178
37179
# File 'lib/quickfix_fields.rb', line 37173

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

Class Method Details

.fieldObject



37170
37171
37172
# File 'lib/quickfix_fields.rb', line 37170

def PaymentStreamPaymentDateOffsetUnit.field
  return 40760
end