Class: Quickfix::LegPaymentStreamNonDeliverableFixingDatesRelativeTo

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

Returns a new instance of LegPaymentStreamNonDeliverableFixingDatesRelativeTo.



31999
32000
32001
32002
32003
32004
32005
# File 'lib/quickfix_fields.rb', line 31999

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

Class Method Details

.fieldObject



31996
31997
31998
# File 'lib/quickfix_fields.rb', line 31996

def LegPaymentStreamNonDeliverableFixingDatesRelativeTo.field
  return 40362
end