Class: Quickfix::UnderlyingStreamCalculationPeriodBusinessDayConvention

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

Class Method Details

.fieldObject



34518
34519
34520
# File 'lib/quickfix_fields.rb', line 34518

def UnderlyingStreamCalculationPeriodBusinessDayConvention.field
  return 40556
end