Class: Quickfix::LegNthToDefault
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegNthToDefault
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegNthToDefault
constructor
A new instance of LegNthToDefault.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegNthToDefault
Returns a new instance of LegNthToDefault.
42607 42608 42609 42610 42611 42612 42613 |
# File 'lib/quickfix_fields.rb', line 42607 def initialize(data = nil) if( data == nil ) super(2157) else super(2157, data) end end |
Class Method Details
.field ⇒ Object
42604 42605 42606 |
# File 'lib/quickfix_fields.rb', line 42604 def LegNthToDefault.field return 2157 end |