Class: Quickfix::LegOptAttribute
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::LegOptAttribute
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegOptAttribute
constructor
A new instance of LegOptAttribute.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ LegOptAttribute
Returns a new instance of LegOptAttribute.
8326 8327 8328 8329 8330 8331 8332 |
# File 'lib/quickfix_fields.rb', line 8326 def initialize(data = nil) if( data == nil ) super(613) else super(613, data) end end |
Class Method Details
.field ⇒ Object
8323 8324 8325 |
# File 'lib/quickfix_fields.rb', line 8323 def LegOptAttribute.field return 613 end |