Class: Quickfix::PaymentForwardStartType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentForwardStartType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentForwardStartType
constructor
A new instance of PaymentForwardStartType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentForwardStartType
Returns a new instance of PaymentForwardStartType.
44323 44324 44325 44326 44327 44328 44329 |
# File 'lib/quickfix_fields.rb', line 44323 def initialize(data = nil) if( data == nil ) super(41160) else super(41160, data) end end |
Class Method Details
.field ⇒ Object
44320 44321 44322 |
# File 'lib/quickfix_fields.rb', line 44320 def PaymentForwardStartType.field return 41160 end |