Class: Quickfix::TrdRegTimestampOrigin

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

Returns a new instance of TrdRegTimestampOrigin.



10536
10537
10538
10539
10540
10541
10542
# File 'lib/quickfix_fields.rb', line 10536

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

Class Method Details

.fieldObject



10533
10534
10535
# File 'lib/quickfix_fields.rb', line 10533

def TrdRegTimestampOrigin.field
  return 771
end