Class: Quickfix::UnderlyingStreamTerminationDateOffsetPeriod

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

Returns a new instance of UnderlyingStreamTerminationDateOffsetPeriod.



34469
34470
34471
34472
34473
34474
34475
# File 'lib/quickfix_fields.rb', line 34469

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

Class Method Details

.fieldObject



34466
34467
34468
# File 'lib/quickfix_fields.rb', line 34466

def UnderlyingStreamTerminationDateOffsetPeriod.field
  return 40552
end