Class: Quickfix::AllocTransType
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::AllocTransType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocTransType
constructor
A new instance of AllocTransType.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ AllocTransType
Returns a new instance of AllocTransType.
1618 1619 1620 1621 1622 1623 1624 |
# File 'lib/quickfix_fields.rb', line 1618 def initialize(data = nil) if( data == nil ) super(71) else super(71, data) end end |
Class Method Details
.field ⇒ Object
1615 1616 1617 |
# File 'lib/quickfix_fields.rb', line 1615 def AllocTransType.field return 71 end |