Class: Quickfix::SettlInstTransType
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::SettlInstTransType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlInstTransType
constructor
A new instance of SettlInstTransType.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ SettlInstTransType
Returns a new instance of SettlInstTransType.
2528 2529 2530 2531 2532 2533 2534 |
# File 'lib/quickfix_fields.rb', line 2528 def initialize(data = nil) if( data == nil ) super(163) else super(163, data) end end |
Class Method Details
.field ⇒ Object
2525 2526 2527 |
# File 'lib/quickfix_fields.rb', line 2525 def SettlInstTransType.field return 163 end |