Class: Quickfix::Nested2PartySubID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::Nested2PartySubID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ Nested2PartySubID
constructor
A new instance of Nested2PartySubID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ Nested2PartySubID
Returns a new instance of Nested2PartySubID.
10393 10394 10395 10396 10397 10398 10399 |
# File 'lib/quickfix_fields.rb', line 10393 def initialize(data = nil) if( data == nil ) super(760) else super(760, data) end end |
Class Method Details
.field ⇒ Object
10390 10391 10392 |
# File 'lib/quickfix_fields.rb', line 10390 def Nested2PartySubID.field return 760 end |