Class: Quickfix::LegPaymentStreamResetDateRelativeTo

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamResetDateRelativeTo

Returns a new instance of LegPaymentStreamResetDateRelativeTo.



31232
31233
31234
31235
31236
31237
31238
# File 'lib/quickfix_fields.rb', line 31232

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

Class Method Details

.fieldObject



31229
31230
31231
# File 'lib/quickfix_fields.rb', line 31229

def LegPaymentStreamResetDateRelativeTo.field
  return 40303
end