Class: Quickfix::PartyDetailAltSubIDType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PartyDetailAltSubIDType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PartyDetailAltSubIDType
constructor
A new instance of PartyDetailAltSubIDType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PartyDetailAltSubIDType
Returns a new instance of PartyDetailAltSubIDType.
20546 20547 20548 20549 20550 20551 20552 |
# File 'lib/quickfix_fields.rb', line 20546 def initialize(data = nil) if( data == nil ) super(1521) else super(1521, data) end end |
Class Method Details
.field ⇒ Object
20543 20544 20545 |
# File 'lib/quickfix_fields.rb', line 20543 def PartyDetailAltSubIDType.field return 1521 end |