Class: Quickfix::DerivativeInstrAttribType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::DerivativeInstrAttribType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeInstrAttribType
constructor
A new instance of DerivativeInstrAttribType.
Constructor Details
#initialize(data = nil) ⇒ DerivativeInstrAttribType
Returns a new instance of DerivativeInstrAttribType.
9405 9406 9407 9408 9409 9410 9411 |
# File 'lib/quickfix_fields.rb', line 9405 def initialize(data = nil) if( data == nil ) super(1313) else super(1313, data) end end |
Class Method Details
.field ⇒ Object
9402 9403 9404 |
# File 'lib/quickfix_fields.rb', line 9402 def DerivativeInstrAttribType.field return 1313 end |