Class: Quickfix::PaymentForwardStartType

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

Returns a new instance of PaymentForwardStartType.



44323
44324
44325
44326
44327
44328
44329
# File 'lib/quickfix_fields.rb', line 44323

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

Class Method Details

.fieldObject



44320
44321
44322
# File 'lib/quickfix_fields.rb', line 44320

def PaymentForwardStartType.field
  return 41160
end