Class: Quickfix::MDSecSizeType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::MDSecSizeType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MDSecSizeType
constructor
A new instance of MDSecSizeType.
Constructor Details
#initialize(data = nil) ⇒ MDSecSizeType
Returns a new instance of MDSecSizeType.
14787 14788 14789 14790 14791 14792 14793 |
# File 'lib/quickfix_fields.rb', line 14787 def initialize(data = nil) if( data == nil ) super(1178) else super(1178, data) end end |
Class Method Details
.field ⇒ Object
14784 14785 14786 |
# File 'lib/quickfix_fields.rb', line 14784 def MDSecSizeType.field return 1178 end |