Class: Quickfix::UnderlyingOptAttribute
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::UnderlyingOptAttribute
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingOptAttribute
constructor
A new instance of UnderlyingOptAttribute.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingOptAttribute
Returns a new instance of UnderlyingOptAttribute.
4010 4011 4012 4013 4014 4015 4016 |
# File 'lib/quickfix_fields.rb', line 4010 def initialize(data = nil) if( data == nil ) super(317) else super(317, data) end end |
Class Method Details
.field ⇒ Object
4007 4008 4009 |
# File 'lib/quickfix_fields.rb', line 4007 def .field return 317 end |