Class: Quickfix::UnderlyingOptAttribute
- Inherits:
-
CharField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingOptAttribute
Returns a new instance of UnderlyingOptAttribute.
5193 5194 5195 5196 5197 5198 5199 |
# File 'lib/quickfix_fields.rb', line 5193 def initialize(data = nil) if( data == nil ) super(317) else super(317, data) end end |
Class Method Details
.field ⇒ Object
5190 5191 5192 |
# File 'lib/quickfix_fields.rb', line 5190 def UnderlyingOptAttribute.field return 317 end |