Class: Quickfix::NoLegStipulations
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoLegStipulations
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegStipulations
constructor
A new instance of NoLegStipulations.
Constructor Details
#initialize(data = nil) ⇒ NoLegStipulations
Returns a new instance of NoLegStipulations.
656 657 658 659 660 661 662 |
# File 'lib/quickfix_fields.rb', line 656 def initialize(data = nil) if( data == nil ) super(683) else super(683, data) end end |
Class Method Details
.field ⇒ Object
653 654 655 |
# File 'lib/quickfix_fields.rb', line 653 def NoLegStipulations.field return 683 end |