Class: Quickfix::LegProvisionPartySubIDType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegProvisionPartySubIDType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProvisionPartySubIDType
constructor
A new instance of LegProvisionPartySubIDType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegProvisionPartySubIDType
Returns a new instance of LegProvisionPartySubIDType.
34300 34301 34302 34303 34304 34305 34306 |
# File 'lib/quickfix_fields.rb', line 34300 def initialize(data = nil) if( data == nil ) super(40539) else super(40539, data) end end |
Class Method Details
.field ⇒ Object
34297 34298 34299 |
# File 'lib/quickfix_fields.rb', line 34297 def LegProvisionPartySubIDType.field return 40539 end |