Class: Quickfix::StreamTerminationDateBusinessDayConvention

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

Returns a new instance of StreamTerminationDateBusinessDayConvention.



28164
28165
28166
28167
28168
28169
28170
# File 'lib/quickfix_fields.rb', line 28164

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

Class Method Details

.fieldObject



28161
28162
28163
# File 'lib/quickfix_fields.rb', line 28161

def StreamTerminationDateBusinessDayConvention.field
  return 40066
end