Class: Quickfix::Nested3PartySubID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::Nested3PartySubID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ Nested3PartySubID
constructor
A new instance of Nested3PartySubID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ Nested3PartySubID
Returns a new instance of Nested3PartySubID.
12850 12851 12852 12853 12854 12855 12856 |
# File 'lib/quickfix_fields.rb', line 12850 def initialize(data = nil) if( data == nil ) super(953) else super(953, data) end end |
Class Method Details
.field ⇒ Object
12847 12848 12849 |
# File 'lib/quickfix_fields.rb', line 12847 def Nested3PartySubID.field return 953 end |