Class: Quickfix::NestedPartyIDSource
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::NestedPartyIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NestedPartyIDSource
constructor
A new instance of NestedPartyIDSource.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ NestedPartyIDSource
Returns a new instance of NestedPartyIDSource.
7208 7209 7210 7211 7212 7213 7214 |
# File 'lib/quickfix_fields.rb', line 7208 def initialize(data = nil) if( data == nil ) super(525) else super(525, data) end end |
Class Method Details
.field ⇒ Object
7205 7206 7207 |
# File 'lib/quickfix_fields.rb', line 7205 def NestedPartyIDSource.field return 525 end |