Class: Quickfix::MDSecSize
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::MDSecSize
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MDSecSize
constructor
A new instance of MDSecSize.
Constructor Details
#initialize(data = nil) ⇒ MDSecSize
Returns a new instance of MDSecSize.
16542 16543 16544 16545 16546 16547 16548 |
# File 'lib/quickfix_fields.rb', line 16542 def initialize(data = nil) if( data == nil ) super(1179) else super(1179, data) end end |
Class Method Details
.field ⇒ Object
16539 16540 16541 |
# File 'lib/quickfix_fields.rb', line 16539 def MDSecSize.field return 1179 end |