Class: Quickfix::FundingSource
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::FundingSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ FundingSource
constructor
A new instance of FundingSource.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ FundingSource
Returns a new instance of FundingSource.
77655 77656 77657 77658 77659 77660 77661 |
# File 'lib/quickfix_fields.rb', line 77655 def initialize(data = nil) if( data == nil ) super(2846) else super(2846, data) end end |
Class Method Details
.field ⇒ Object
77652 77653 77654 |
# File 'lib/quickfix_fields.rb', line 77652 def FundingSource.field return 2846 end |