Class: Quickfix::UnderlyingStreamCalculationPeriodBusinessDayConvention

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamCalculationPeriodBusinessDayConvention

Returns a new instance of UnderlyingStreamCalculationPeriodBusinessDayConvention.



34521
34522
34523
34524
34525
34526
34527
# File 'lib/quickfix_fields.rb', line 34521

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