Class: Quickfix::NoRateSources
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoRateSources
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoRateSources
constructor
A new instance of NoRateSources.
Constructor Details
#initialize(data = nil) ⇒ NoRateSources
Returns a new instance of NoRateSources.
19129 19130 19131 19132 19133 19134 19135 |
# File 'lib/quickfix_fields.rb', line 19129 def initialize(data = nil) if( data == nil ) super(1445) else super(1445, data) end end |