Class: Quickfix::PaymentDateRelativeTo

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

Returns a new instance of PaymentDateRelativeTo.



44271
44272
44273
44274
44275
44276
44277
# File 'lib/quickfix_fields.rb', line 44271

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

Class Method Details

.fieldObject



44268
44269
44270
# File 'lib/quickfix_fields.rb', line 44268

def PaymentDateRelativeTo.field
  return 41156
end