Class: Quickfix::StreamTerminationDateOffsetDayType

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

Returns a new instance of StreamTerminationDateOffsetDayType.



28229
28230
28231
28232
28233
28234
28235
# File 'lib/quickfix_fields.rb', line 28229

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

Class Method Details

.fieldObject



28226
28227
28228
# File 'lib/quickfix_fields.rb', line 28226

def StreamTerminationDateOffsetDayType.field
  return 40071
end