Class: Quickfix::NoRateSources
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoRateSources
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
17270 17271 17272 17273 17274 17275 17276 |
# File 'lib/quickfix_fields.rb', line 17270 def initialize(data = nil) if( data == nil ) super(1445) else super(1445, data) end end |
Class Method Details
.field ⇒ Object
17267 17268 17269 |
# File 'lib/quickfix_fields.rb', line 17267 def NoRateSources.field return 1445 end |