Class: Quickfix::RateSourceType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::RateSourceType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RateSourceType
constructor
A new instance of RateSourceType.
Methods inherited from IntField
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
.field ⇒ Object
19152 19153 19154 |
# File 'lib/quickfix_fields.rb', line 19152 def RateSourceType.field return 1447 end |