Class: Quickfix::Nested2PartyID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::Nested2PartyID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ Nested2PartyID
constructor
A new instance of Nested2PartyID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ Nested2PartyID
Returns a new instance of Nested2PartyID.
10354 10355 10356 10357 10358 10359 10360 |
# File 'lib/quickfix_fields.rb', line 10354 def initialize(data = nil) if( data == nil ) super(757) else super(757, data) end end |
Class Method Details
.field ⇒ Object
10351 10352 10353 |
# File 'lib/quickfix_fields.rb', line 10351 def Nested2PartyID.field return 757 end |