Class: Quickfix::LegClearingAccountType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegClearingAccountType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegClearingAccountType
constructor
A new instance of LegClearingAccountType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegClearingAccountType
Returns a new instance of LegClearingAccountType.
23757 23758 23759 23760 23761 23762 23763 |
# File 'lib/quickfix_fields.rb', line 23757 def initialize(data = nil) if( data == nil ) super(1817) else super(1817, data) end end |
Class Method Details
.field ⇒ Object
23754 23755 23756 |
# File 'lib/quickfix_fields.rb', line 23754 def LegClearingAccountType.field return 1817 end |