Class: Quickfix::UnderlyingStreamEffectiveDateBusinessDayConvention

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

Returns a new instance of UnderlyingStreamEffectiveDateBusinessDayConvention.



28060
28061
28062
28063
28064
28065
28066
# File 'lib/quickfix_fields.rb', line 28060

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

Class Method Details

.fieldObject



28057
28058
28059
# File 'lib/quickfix_fields.rb', line 28057

def UnderlyingStreamEffectiveDateBusinessDayConvention.field
  return 40058
end