Class: Quickfix::PaymentScheduleFixingDateRelativeTo

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

Returns a new instance of PaymentScheduleFixingDateRelativeTo.



38369
38370
38371
38372
38373
38374
38375
# File 'lib/quickfix_fields.rb', line 38369

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

Class Method Details

.fieldObject



38366
38367
38368
# File 'lib/quickfix_fields.rb', line 38366

def PaymentScheduleFixingDateRelativeTo.field
  return 40852
end