Class: Quickfix::UnderlyingStreamTerminationDateOffsetUnit

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

Returns a new instance of UnderlyingStreamTerminationDateOffsetUnit.



34482
34483
34484
34485
34486
34487
34488
# File 'lib/quickfix_fields.rb', line 34482

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

Class Method Details

.fieldObject



34479
34480
34481
# File 'lib/quickfix_fields.rb', line 34479

def UnderlyingStreamTerminationDateOffsetUnit.field
  return 40553
end