Class: Quickfix::NoFills
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoFills
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoFills
constructor
A new instance of NoFills.
Constructor Details
#initialize(data = nil) ⇒ NoFills
Returns a new instance of NoFills.
17777 17778 17779 17780 17781 17782 17783 |
# File 'lib/quickfix_fields.rb', line 17777 def initialize(data = nil) if( data == nil ) super(1362) else super(1362, data) end end |
Class Method Details
.field ⇒ Object
17774 17775 17776 |
# File 'lib/quickfix_fields.rb', line 17774 def NoFills.field return 1362 end |