Class: Quickfix::TestReqID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TestReqID

Returns a new instance of TestReqID.



19194
19195
19196
19197
19198
19199
19200
# File 'lib/quickfix_fields.rb', line 19194

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

Class Method Details

.fieldObject



19191
19192
19193
# File 'lib/quickfix_fields.rb', line 19191

def TestReqID.field
  return 112
end