Class: Quickfix::NoStipulations
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoStipulations
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoStipulations
constructor
A new instance of NoStipulations.
Constructor Details
#initialize(data = nil) ⇒ NoStipulations
Returns a new instance of NoStipulations.
1384 1385 1386 1387 1388 1389 1390 |
# File 'lib/quickfix_fields.rb', line 1384 def initialize(data = nil) if( data == nil ) super(232) else super(232, data) end end |
Class Method Details
.field ⇒ Object
1381 1382 1383 |
# File 'lib/quickfix_fields.rb', line 1381 def NoStipulations.field return 232 end |