Class: Quickfix::SettlPartyIDSource
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::SettlPartyIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlPartyIDSource
constructor
A new instance of SettlPartyIDSource.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ SettlPartyIDSource
Returns a new instance of SettlPartyIDSource.
10692 10693 10694 10695 10696 10697 10698 |
# File 'lib/quickfix_fields.rb', line 10692 def initialize(data = nil) if( data == nil ) super(783) else super(783, data) end end |
Class Method Details
.field ⇒ Object
10689 10690 10691 |
# File 'lib/quickfix_fields.rb', line 10689 def SettlPartyIDSource.field return 783 end |