Class: Quickfix::NoLegProvisions
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoLegProvisions
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegProvisions
constructor
A new instance of NoLegProvisions.
Constructor Details
#initialize(data = nil) ⇒ NoLegProvisions
Returns a new instance of NoLegProvisions.
33117 33118 33119 33120 33121 33122 33123 |
# File 'lib/quickfix_fields.rb', line 33117 def initialize(data = nil) if( data == nil ) super(40448) else super(40448, data) end end |