Class: Quickfix::PaymentMethod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentMethod
constructor
A new instance of PaymentMethod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentMethod
Returns a new instance of PaymentMethod.
6792 6793 6794 6795 6796 6797 6798 |
# File 'lib/quickfix_fields.rb', line 6792 def initialize(data = nil) if( data == nil ) super(492) else super(492, data) end end |
Class Method Details
.field ⇒ Object
6789 6790 6791 |
# File 'lib/quickfix_fields.rb', line 6789 def PaymentMethod.field return 492 end |