Class: Quickfix::StreamTerminationDateRelativeTo

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StreamTerminationDateRelativeTo



28190
28191
28192
28193
28194
28195
28196
# File 'lib/quickfix_fields.rb', line 28190

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