Class: Quickfix::UnderlyingSettlMethod
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingSettlMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingSettlMethod
constructor
A new instance of UnderlyingSettlMethod.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingSettlMethod
Returns a new instance of UnderlyingSettlMethod.
13942 13943 13944 13945 13946 13947 13948 |
# File 'lib/quickfix_fields.rb', line 13942 def initialize(data = nil) if( data == nil ) super(1039) else super(1039, data) end end |
Class Method Details
.field ⇒ Object
13939 13940 13941 |
# File 'lib/quickfix_fields.rb', line 13939 def .field return 1039 end |