Class: Quickfix::MDSecSize
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ MDSecSize
Returns a new instance of MDSecSize.
15723 15724 15725 15726 15727 15728 15729 |
# File 'lib/quickfix_fields.rb', line 15723 def initialize(data = nil) if( data == nil ) super(1179) else super(1179, data) end end |
Class Method Details
.field ⇒ Object
15720 15721 15722 |
# File 'lib/quickfix_fields.rb', line 15720 def MDSecSize.field return 1179 end |