Class: Quickfix::LegPaymentStreamResetFrequencyUnit

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

Returns a new instance of LegPaymentStreamResetFrequencyUnit.



31284
31285
31286
31287
31288
31289
31290
# File 'lib/quickfix_fields.rb', line 31284

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

Class Method Details

.fieldObject



31281
31282
31283
# File 'lib/quickfix_fields.rb', line 31281

def LegPaymentStreamResetFrequencyUnit.field
  return 40307
end