Class: Quickfix::NoPartyDetails
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoPartyDetails
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoPartyDetails
constructor
A new instance of NoPartyDetails.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoPartyDetails
Returns a new instance of NoPartyDetails.
21391 21392 21393 21394 21395 21396 21397 |
# File 'lib/quickfix_fields.rb', line 21391 def initialize(data = nil) if( data == nil ) super(1671) else super(1671, data) end end |
Class Method Details
.field ⇒ Object
21388 21389 21390 |
# File 'lib/quickfix_fields.rb', line 21388 def NoPartyDetails.field return 1671 end |