Class: Quickfix::UnderlyingAssignmentMethod
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::UnderlyingAssignmentMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingAssignmentMethod
constructor
A new instance of UnderlyingAssignmentMethod.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingAssignmentMethod
Returns a new instance of UnderlyingAssignmentMethod.
26318 26319 26320 26321 26322 26323 26324 |
# File 'lib/quickfix_fields.rb', line 26318 def initialize(data = nil) if( data == nil ) super(2010) else super(2010, data) end end |
Class Method Details
.field ⇒ Object
26315 26316 26317 |
# File 'lib/quickfix_fields.rb', line 26315 def .field return 2010 end |