Class: Quickfix::Nested4PartySubIDType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::Nested4PartySubIDType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ Nested4PartySubIDType
constructor
A new instance of Nested4PartySubIDType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ Nested4PartySubIDType
Returns a new instance of Nested4PartySubIDType.
18648 18649 18650 18651 18652 18653 18654 |
# File 'lib/quickfix_fields.rb', line 18648 def initialize(data = nil) if( data == nil ) super(1411) else super(1411, data) end end |
Class Method Details
.field ⇒ Object
18645 18646 18647 |
# File 'lib/quickfix_fields.rb', line 18645 def Nested4PartySubIDType.field return 1411 end |