Class: Quickfix::NoUnderlyingPaymentStubs
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingPaymentStubs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingPaymentStubs
constructor
A new instance of NoUnderlyingPaymentStubs.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingPaymentStubs
Returns a new instance of NoUnderlyingPaymentStubs.
36497 36498 36499 36500 36501 36502 36503 |
# File 'lib/quickfix_fields.rb', line 36497 def initialize(data = nil) if( data == nil ) super(40708) else super(40708, data) end end |
Class Method Details
.field ⇒ Object
36494 36495 36496 |
# File 'lib/quickfix_fields.rb', line 36494 def .field return 40708 end |