Class: Quickfix::PaymentSubType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentSubType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentSubType
constructor
A new instance of PaymentSubType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentSubType
Returns a new instance of PaymentSubType.
57999 58000 58001 58002 58003 58004 58005 |
# File 'lib/quickfix_fields.rb', line 57999 def initialize(data = nil) if( data == nil ) super(40993) else super(40993, data) end end |
Class Method Details
.field ⇒ Object
57996 57997 57998 |
# File 'lib/quickfix_fields.rb', line 57996 def PaymentSubType.field return 40993 end |