Class: Quickfix::LimitAmtType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LimitAmtType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LimitAmtType
constructor
A new instance of LimitAmtType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LimitAmtType
20052 20053 20054 20055 20056 20057 20058 |
# File 'lib/quickfix_fields.rb', line 20052 def initialize(data = nil) if( data == nil ) super(1631) else super(1631, data) end end |
Class Method Details
.field ⇒ Object
20049 20050 20051 |
# File 'lib/quickfix_fields.rb', line 20049 def LimitAmtType.field return 1631 end |