Class: Quickfix::RelatedPartyDetailAltID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::RelatedPartyDetailAltID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RelatedPartyDetailAltID
constructor
A new instance of RelatedPartyDetailAltID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ RelatedPartyDetailAltID
Returns a new instance of RelatedPartyDetailAltID.
21092 21093 21094 21095 21096 21097 21098 |
# File 'lib/quickfix_fields.rb', line 21092 def initialize(data = nil) if( data == nil ) super(1570) else super(1570, data) end end |
Class Method Details
.field ⇒ Object
21089 21090 21091 |
# File 'lib/quickfix_fields.rb', line 21089 def .field return 1570 end |