Class: Quickfix::LegPricingDateBusinessDayConvention

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

Returns a new instance of LegPricingDateBusinessDayConvention.



50693
50694
50695
50696
50697
50698
50699
# File 'lib/quickfix_fields.rb', line 50693

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

Class Method Details

.fieldObject



50690
50691
50692
# File 'lib/quickfix_fields.rb', line 50690

def LegPricingDateBusinessDayConvention.field
  return 41610
end