Class: Quickfix::UnderlyingStreamTerminationDateRelativeTo

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

Returns a new instance of UnderlyingStreamTerminationDateRelativeTo.



34456
34457
34458
34459
34460
34461
34462
# File 'lib/quickfix_fields.rb', line 34456

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

Class Method Details

.fieldObject



34453
34454
34455
# File 'lib/quickfix_fields.rb', line 34453

def UnderlyingStreamTerminationDateRelativeTo.field
  return 40551
end