Class: Quickfix::ExecInstValue

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ExecInstValue

Returns a new instance of ExecInstValue.



12304
12305
12306
12307
12308
12309
12310
# File 'lib/quickfix_fields.rb', line 12304

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

Class Method Details

.fieldObject



12301
12302
12303
# File 'lib/quickfix_fields.rb', line 12301

def ExecInstValue.field
  return 1308
end