Class: Quickfix::NoMDFeedTypes

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NoMDFeedTypes

Returns a new instance of NoMDFeedTypes.



15242
15243
15244
15245
15246
15247
15248
# File 'lib/quickfix_fields.rb', line 15242

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

Class Method Details

.fieldObject



15239
15240
15241
# File 'lib/quickfix_fields.rb', line 15239

def NoMDFeedTypes.field
  return 1141
end