Class: Quickfix::UnderlyingPaymentStubEndDateBusinessDayConvention

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



73742
73743
73744
73745
73746
73747
73748
# File 'lib/quickfix_fields.rb', line 73742

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

Class Method Details

.fieldObject



73739
73740
73741
# File 'lib/quickfix_fields.rb', line 73739

def UnderlyingPaymentStubEndDateBusinessDayConvention.field
  return 42985
end