Class: Quickfix::Rule80A
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::Rule80A
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ Rule80A
constructor
A new instance of Rule80A.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ Rule80A
Returns a new instance of Rule80A.
1397 1398 1399 1400 1401 1402 1403 |
# File 'lib/quickfix_fields.rb', line 1397 def initialize(data = nil) if( data == nil ) super(47) else super(47, data) end end |
Class Method Details
.field ⇒ Object
1394 1395 1396 |
# File 'lib/quickfix_fields.rb', line 1394 def Rule80A.field return 47 end |