Class: Quickfix::LegPaymentStubType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStubType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubType
constructor
A new instance of LegPaymentStubType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubType
32740 32741 32742 32743 32744 32745 32746 |
# File 'lib/quickfix_fields.rb', line 32740 def initialize(data = nil) if( data == nil ) super(40419) else super(40419, data) end end |
Class Method Details
.field ⇒ Object
32737 32738 32739 |
# File 'lib/quickfix_fields.rb', line 32737 def LegPaymentStubType.field return 40419 end |