Class: Quickfix::NoFundingSources
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoFundingSources
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoFundingSources
constructor
A new instance of NoFundingSources.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoFundingSources
Returns a new instance of NoFundingSources.
77694 77695 77696 77697 77698 77699 77700 |
# File 'lib/quickfix_fields.rb', line 77694 def initialize(data = nil) if( data == nil ) super(2849) else super(2849, data) end end |
Class Method Details
.field ⇒ Object
77691 77692 77693 |
# File 'lib/quickfix_fields.rb', line 77691 def NoFundingSources.field return 2849 end |