Class: Quickfix::TrdMatchSubID

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

Returns a new instance of TrdMatchSubID.



24745
24746
24747
24748
24749
24750
24751
# File 'lib/quickfix_fields.rb', line 24745

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

Class Method Details

.fieldObject



24742
24743
24744
# File 'lib/quickfix_fields.rb', line 24742

def TrdMatchSubID.field
  return 1891
end