Class: Quickfix::NoLegPaymentStreamFormulas
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoLegPaymentStreamFormulas
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegPaymentStreamFormulas
constructor
A new instance of NoLegPaymentStreamFormulas.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoLegPaymentStreamFormulas
Returns a new instance of NoLegPaymentStreamFormulas.
67008 67009 67010 67011 67012 67013 67014 |
# File 'lib/quickfix_fields.rb', line 67008 def initialize(data = nil) if( data == nil ) super(42485) else super(42485, data) end end |
Class Method Details
.field ⇒ Object
67005 67006 67007 |
# File 'lib/quickfix_fields.rb', line 67005 def NoLegPaymentStreamFormulas.field return 42485 end |