Class: Quickfix::StreamEffectiveDateBusinessDayConvention

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

Returns a new instance of StreamEffectiveDateBusinessDayConvention.



39097
39098
39099
39100
39101
39102
39103
# File 'lib/quickfix_fields.rb', line 39097

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

Class Method Details

.fieldObject



39094
39095
39096
# File 'lib/quickfix_fields.rb', line 39094

def StreamEffectiveDateBusinessDayConvention.field
  return 40908
end