Class: Quickfix::SettlmntTyp
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::SettlmntTyp
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlmntTyp
constructor
A new instance of SettlmntTyp.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ SettlmntTyp
Returns a new instance of SettlmntTyp.
1514 1515 1516 1517 1518 1519 1520 |
# File 'lib/quickfix_fields.rb', line 1514 def initialize(data = nil) if( data == nil ) super(63) else super(63, data) end end |
Class Method Details
.field ⇒ Object
1511 1512 1513 |
# File 'lib/quickfix_fields.rb', line 1511 def SettlmntTyp.field return 63 end |