Class: Quickfix::StreamTerminationDateOffsetUnit

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ StreamTerminationDateOffsetUnit

Returns a new instance of StreamTerminationDateOffsetUnit.



28216
28217
28218
28219
28220
28221
28222
# File 'lib/quickfix_fields.rb', line 28216

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

Class Method Details

.fieldObject



28213
28214
28215
# File 'lib/quickfix_fields.rb', line 28213

def StreamTerminationDateOffsetUnit.field
  return 40070
end