Class: Quickfix::RequestingPartyIDSource
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::RequestingPartyIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RequestingPartyIDSource
constructor
A new instance of RequestingPartyIDSource.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ RequestingPartyIDSource
Returns a new instance of RequestingPartyIDSource.
21235 21236 21237 21238 21239 21240 21241 |
# File 'lib/quickfix_fields.rb', line 21235 def initialize(data = nil) if( data == nil ) super(1659) else super(1659, data) end end |
Class Method Details
.field ⇒ Object
21232 21233 21234 |
# File 'lib/quickfix_fields.rb', line 21232 def RequestingPartyIDSource.field return 1659 end |