Class: Quickfix::LegOptAttribute
- Inherits:
-
CharField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ LegOptAttribute
Returns a new instance of LegOptAttribute.
18050 18051 18052 18053 18054 18055 18056 |
# File 'lib/quickfix_fields.rb', line 18050 def initialize(data = nil) if( data == nil ) super(613) else super(613, data) end end |
Class Method Details
.field ⇒ Object
18047 18048 18049 |
# File 'lib/quickfix_fields.rb', line 18047 def LegOptAttribute.field return 613 end |