Class: Quickfix::PaymentStreamFixingDateRelativeTo

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

Returns a new instance of PaymentStreamFixingDateRelativeTo.



37355
37356
37357
37358
37359
37360
37361
# File 'lib/quickfix_fields.rb', line 37355

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

Class Method Details

.fieldObject



37352
37353
37354
# File 'lib/quickfix_fields.rb', line 37352

def PaymentStreamFixingDateRelativeTo.field
  return 40774
end