Class: Quickfix::NoPartyRelationships
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoPartyRelationships
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoPartyRelationships
constructor
A new instance of NoPartyRelationships.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoPartyRelationships
Returns a new instance of NoPartyRelationships.
20455 20456 20457 20458 20459 20460 20461 |
# File 'lib/quickfix_fields.rb', line 20455 def initialize(data = nil) if( data == nil ) super(1514) else super(1514, data) end end |
Class Method Details
.field ⇒ Object
20452 20453 20454 |
# File 'lib/quickfix_fields.rb', line 20452 def NoPartyRelationships.field return 1514 end |