Class: Quickfix::RelatedPartyDetailAltIDSource
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::RelatedPartyDetailAltIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RelatedPartyDetailAltIDSource
constructor
A new instance of RelatedPartyDetailAltIDSource.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ RelatedPartyDetailAltIDSource
Returns a new instance of RelatedPartyDetailAltIDSource.
21105 21106 21107 21108 21109 21110 21111 |
# File 'lib/quickfix_fields.rb', line 21105 def initialize(data = nil) if( data == nil ) super(1571) else super(1571, data) end end |
Class Method Details
.field ⇒ Object
21102 21103 21104 |
# File 'lib/quickfix_fields.rb', line 21102 def .field return 1571 end |