Class: Quickfix::RateSource
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::RateSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RateSource
constructor
A new instance of RateSource.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ RateSource
Returns a new instance of RateSource.
19142 19143 19144 19145 19146 19147 19148 |
# File 'lib/quickfix_fields.rb', line 19142 def initialize(data = nil) if( data == nil ) super(1446) else super(1446, data) end end |
Class Method Details
.field ⇒ Object
19139 19140 19141 |
# File 'lib/quickfix_fields.rb', line 19139 def RateSource.field return 1446 end |