Class: Quickfix::RateSourceType

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) ⇒ RateSourceType

Returns a new instance of RateSourceType.



19155
19156
19157
19158
19159
19160
19161
# File 'lib/quickfix_fields.rb', line 19155

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

Class Method Details

.fieldObject



19152
19153
19154
# File 'lib/quickfix_fields.rb', line 19152

def RateSourceType.field
  return 1447
end