Class: Quickfix::RelatedPartyDetailSubID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::RelatedPartyDetailSubID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RelatedPartyDetailSubID
constructor
A new instance of RelatedPartyDetailSubID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ RelatedPartyDetailSubID
Returns a new instance of RelatedPartyDetailSubID.
21053 21054 21055 21056 21057 21058 21059 |
# File 'lib/quickfix_fields.rb', line 21053 def initialize(data = nil) if( data == nil ) super(1567) else super(1567, data) end end |
Class Method Details
.field ⇒ Object
21050 21051 21052 |
# File 'lib/quickfix_fields.rb', line 21050 def .field return 1567 end |