Class: Quickfix::UnderlyingPricingDateBusinessDayConvention

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

Returns a new instance of UnderlyingPricingDateBusinessDayConvention.



55607
55608
55609
55610
55611
55612
55613
# File 'lib/quickfix_fields.rb', line 55607

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

Class Method Details

.fieldObject



55604
55605
55606
# File 'lib/quickfix_fields.rb', line 55604

def UnderlyingPricingDateBusinessDayConvention.field
  return 41950
end