Class: Quickfix::NestedPartyID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::NestedPartyID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NestedPartyID
constructor
A new instance of NestedPartyID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ NestedPartyID
Returns a new instance of NestedPartyID.
7195 7196 7197 7198 7199 7200 7201 |
# File 'lib/quickfix_fields.rb', line 7195 def initialize(data = nil) if( data == nil ) super(524) else super(524, data) end end |
Class Method Details
.field ⇒ Object
7192 7193 7194 |
# File 'lib/quickfix_fields.rb', line 7192 def NestedPartyID.field return 524 end |