Class: Quickfix::UnderlyingLegOptAttribute
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::UnderlyingLegOptAttribute
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingLegOptAttribute
constructor
A new instance of UnderlyingLegOptAttribute.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingLegOptAttribute
Returns a new instance of UnderlyingLegOptAttribute.
18024 18025 18026 18027 18028 18029 18030 |
# File 'lib/quickfix_fields.rb', line 18024 def initialize(data = nil) if( data == nil ) super(1391) else super(1391, data) end end |
Class Method Details
.field ⇒ Object
18021 18022 18023 |
# File 'lib/quickfix_fields.rb', line 18021 def UnderlyingLegOptAttribute.field return 1391 end |