Class: Quickfix::DerivativeInstrAttribValue
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::DerivativeInstrAttribValue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeInstrAttribValue
constructor
A new instance of DerivativeInstrAttribValue.
Constructor Details
#initialize(data = nil) ⇒ DerivativeInstrAttribValue
Returns a new instance of DerivativeInstrAttribValue.
5206 5207 5208 5209 5210 5211 5212 |
# File 'lib/quickfix_fields.rb', line 5206 def initialize(data = nil) if( data == nil ) super(1314) else super(1314, data) end end |
Class Method Details
.field ⇒ Object
5203 5204 5205 |
# File 'lib/quickfix_fields.rb', line 5203 def DerivativeInstrAttribValue.field return 1314 end |