Class: Quickfix::StreamCalculationPeriodBusinessDayConvention

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

Returns a new instance of StreamCalculationPeriodBusinessDayConvention.



28255
28256
28257
28258
28259
28260
28261
# File 'lib/quickfix_fields.rb', line 28255

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

Class Method Details

.fieldObject



28252
28253
28254
# File 'lib/quickfix_fields.rb', line 28252

def StreamCalculationPeriodBusinessDayConvention.field
  return 40073
end