Class: Quickfix::PaymentStreamResetFrequencyUnit

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

Returns a new instance of PaymentStreamResetFrequencyUnit.



37238
37239
37240
37241
37242
37243
37244
# File 'lib/quickfix_fields.rb', line 37238

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

Class Method Details

.fieldObject



37235
37236
37237
# File 'lib/quickfix_fields.rb', line 37235

def PaymentStreamResetFrequencyUnit.field
  return 40765
end