Class: Quickfix::UnderlyingPaymentStreamNonDeliverableFixingDatesRelativeTo

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



35756
35757
35758
35759
35760
35761
35762
# File 'lib/quickfix_fields.rb', line 35756

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

Class Method Details

.fieldObject



35753
35754
35755
# File 'lib/quickfix_fields.rb', line 35753

def UnderlyingPaymentStreamNonDeliverableFixingDatesRelativeTo.field
  return 40651
end