Class: Quickfix::RelatedPartyDetailAltSubID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::RelatedPartyDetailAltSubID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RelatedPartyDetailAltSubID
constructor
A new instance of RelatedPartyDetailAltSubID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ RelatedPartyDetailAltSubID
Returns a new instance of RelatedPartyDetailAltSubID.
21131 21132 21133 21134 21135 21136 21137 |
# File 'lib/quickfix_fields.rb', line 21131 def initialize(data = nil) if( data == nil ) super(1573) else super(1573, data) end end |
Class Method Details
.field ⇒ Object
21128 21129 21130 |
# File 'lib/quickfix_fields.rb', line 21128 def .field return 1573 end |