Class: Quickfix::Nested4PartySubID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::Nested4PartySubID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ Nested4PartySubID
constructor
A new instance of Nested4PartySubID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ Nested4PartySubID
Returns a new instance of Nested4PartySubID.
18661 18662 18663 18664 18665 18666 18667 |
# File 'lib/quickfix_fields.rb', line 18661 def initialize(data = nil) if( data == nil ) super(1412) else super(1412, data) end end |
Class Method Details
.field ⇒ Object
18658 18659 18660 |
# File 'lib/quickfix_fields.rb', line 18658 def Nested4PartySubID.field return 1412 end |