Class: Quickfix::ExpType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ExpType

Returns a new instance of ExpType.



6181
6182
6183
6184
6185
6186
6187
# File 'lib/quickfix_fields.rb', line 6181

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

Class Method Details

.fieldObject



6178
6179
6180
# File 'lib/quickfix_fields.rb', line 6178

def ExpType.field
  return 982
end