Class: Quickfix::InstrAttribType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::InstrAttribType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InstrAttribType
constructor
A new instance of InstrAttribType.
Constructor Details
#initialize(data = nil) ⇒ InstrAttribType
Returns a new instance of InstrAttribType.
17894 17895 17896 17897 17898 17899 17900 |
# File 'lib/quickfix_fields.rb', line 17894 def initialize(data = nil) if( data == nil ) super(871) else super(871, data) end end |
Class Method Details
.field ⇒ Object
17891 17892 17893 |
# File 'lib/quickfix_fields.rb', line 17891 def InstrAttribType.field return 871 end |