Class: Quickfix::PaymentStubType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStubType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStubType
constructor
A new instance of PaymentStubType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStubType
Returns a new instance of PaymentStubType.
38642 38643 38644 38645 38646 38647 38648 |
# File 'lib/quickfix_fields.rb', line 38642 def initialize(data = nil) if( data == nil ) super(40873) else super(40873, data) end end |
Class Method Details
.field ⇒ Object
38639 38640 38641 |
# File 'lib/quickfix_fields.rb', line 38639 def PaymentStubType.field return 40873 end |