Class: Quickfix::LegPaymentStreamFixingDateRelativeTo

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

Returns a new instance of LegPaymentStreamFixingDateRelativeTo.



31401
31402
31403
31404
31405
31406
31407
# File 'lib/quickfix_fields.rb', line 31401

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

Class Method Details

.fieldObject



31398
31399
31400
# File 'lib/quickfix_fields.rb', line 31398

def LegPaymentStreamFixingDateRelativeTo.field
  return 40316
end