Class: Quickfix::LotType
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::LotType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LotType
constructor
A new instance of LotType.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ LotType
Returns a new instance of LotType.
14605 14606 14607 14608 14609 14610 14611 |
# File 'lib/quickfix_fields.rb', line 14605 def initialize(data = nil) if( data == nil ) super(1093) else super(1093, data) end end |
Class Method Details
.field ⇒ Object
14602 14603 14604 |
# File 'lib/quickfix_fields.rb', line 14602 def LotType.field return 1093 end |