Class: Quickfix::PaymentStreamResetFrequencyUnit

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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