Class: Quickfix::TotNoFills
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::TotNoFills
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TotNoFills
constructor
A new instance of TotNoFills.
Constructor Details
#initialize(data = nil) ⇒ TotNoFills
Returns a new instance of TotNoFills.
1254 1255 1256 1257 1258 1259 1260 |
# File 'lib/quickfix_fields.rb', line 1254 def initialize(data = nil) if( data == nil ) super(1361) else super(1361, data) end end |
Class Method Details
.field ⇒ Object
1251 1252 1253 |
# File 'lib/quickfix_fields.rb', line 1251 def TotNoFills.field return 1361 end |