Class: Quickfix::Nested4PartyIDSource
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::Nested4PartyIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ Nested4PartyIDSource
constructor
A new instance of Nested4PartyIDSource.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ Nested4PartyIDSource
Returns a new instance of Nested4PartyIDSource.
18713 18714 18715 18716 18717 18718 18719 |
# File 'lib/quickfix_fields.rb', line 18713 def initialize(data = nil) if( data == nil ) super(1416) else super(1416, data) end end |
Class Method Details
.field ⇒ Object
18710 18711 18712 |
# File 'lib/quickfix_fields.rb', line 18710 def Nested4PartyIDSource.field return 1416 end |