Class: Quickfix::NestedInstrAttribType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NestedInstrAttribType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NestedInstrAttribType
constructor
A new instance of NestedInstrAttribType.
Constructor Details
#initialize(data = nil) ⇒ NestedInstrAttribType
Returns a new instance of NestedInstrAttribType.
16516 16517 16518 16519 16520 16521 16522 |
# File 'lib/quickfix_fields.rb', line 16516 def initialize(data = nil) if( data == nil ) super(1210) else super(1210, data) end end |
Class Method Details
.field ⇒ Object
16513 16514 16515 |
# File 'lib/quickfix_fields.rb', line 16513 def NestedInstrAttribType.field return 1210 end |