Class: Quickfix::ModelType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ModelType

Returns a new instance of ModelType.



13318
13319
13320
13321
13322
13323
13324
# File 'lib/quickfix_fields.rb', line 13318

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

Class Method Details

.fieldObject



13315
13316
13317
# File 'lib/quickfix_fields.rb', line 13315

def ModelType.field
  return 1434
end