Class: Quickfix::Nested2PartyIDSource
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::Nested2PartyIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ Nested2PartyIDSource
constructor
A new instance of Nested2PartyIDSource.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ Nested2PartyIDSource
Returns a new instance of Nested2PartyIDSource.
10367 10368 10369 10370 10371 10372 10373 |
# File 'lib/quickfix_fields.rb', line 10367 def initialize(data = nil) if( data == nil ) super(758) else super(758, data) end end |
Class Method Details
.field ⇒ Object
10364 10365 10366 |
# File 'lib/quickfix_fields.rb', line 10364 def Nested2PartyIDSource.field return 758 end |