Class: Quickfix::LegInstrumentPartyIDSource
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::LegInstrumentPartyIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegInstrumentPartyIDSource
constructor
A new instance of LegInstrumentPartyIDSource.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ LegInstrumentPartyIDSource
Returns a new instance of LegInstrumentPartyIDSource.
48730 48731 48732 48733 48734 48735 48736 |
# File 'lib/quickfix_fields.rb', line 48730 def initialize(data = nil) if( data == nil ) super(2256) else super(2256, data) end end |
Class Method Details
.field ⇒ Object
48727 48728 48729 |
# File 'lib/quickfix_fields.rb', line 48727 def LegInstrumentPartyIDSource.field return 2256 end |