Class: Quickfix::DerivativeOptAttribute
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::DerivativeOptAttribute
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeOptAttribute
constructor
A new instance of DerivativeOptAttribute.
Constructor Details
#initialize(data = nil) ⇒ DerivativeOptAttribute
Returns a new instance of DerivativeOptAttribute.
12265 12266 12267 12268 12269 12270 12271 |
# File 'lib/quickfix_fields.rb', line 12265 def initialize(data = nil) if( data == nil ) super(1265) else super(1265, data) end end |
Class Method Details
.field ⇒ Object
12262 12263 12264 |
# File 'lib/quickfix_fields.rb', line 12262 def DerivativeOptAttribute.field return 1265 end |