Class: Quickfix::RelatedPartyDetailIDSource
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::RelatedPartyDetailIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RelatedPartyDetailIDSource
constructor
A new instance of RelatedPartyDetailIDSource.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ RelatedPartyDetailIDSource
Returns a new instance of RelatedPartyDetailIDSource.
21014 21015 21016 21017 21018 21019 21020 |
# File 'lib/quickfix_fields.rb', line 21014 def initialize(data = nil) if( data == nil ) super(1564) else super(1564, data) end end |
Class Method Details
.field ⇒ Object
21011 21012 21013 |
# File 'lib/quickfix_fields.rb', line 21011 def RelatedPartyDetailIDSource.field return 1564 end |