Class: Quickfix::Nested4PartyID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::Nested4PartyID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ Nested4PartyID
constructor
A new instance of Nested4PartyID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ Nested4PartyID
Returns a new instance of Nested4PartyID.
18700 18701 18702 18703 18704 18705 18706 |
# File 'lib/quickfix_fields.rb', line 18700 def initialize(data = nil) if( data == nil ) super(1415) else super(1415, data) end end |
Class Method Details
.field ⇒ Object
18697 18698 18699 |
# File 'lib/quickfix_fields.rb', line 18697 def Nested4PartyID.field return 1415 end |