Class: Quickfix::NoPaymentStreamFormulas
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoPaymentStreamFormulas
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoPaymentStreamFormulas
constructor
A new instance of NoPaymentStreamFormulas.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoPaymentStreamFormulas
Returns a new instance of NoPaymentStreamFormulas.
69543 69544 69545 69546 69547 69548 69549 |
# File 'lib/quickfix_fields.rb', line 69543 def initialize(data = nil) if( data == nil ) super(42683) else super(42683, data) end end |
Class Method Details
.field ⇒ Object
69540 69541 69542 |
# File 'lib/quickfix_fields.rb', line 69540 def NoPaymentStreamFormulas.field return 42683 end |