Class: Quickfix::UnderlyingSettlMethodElectionDateBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingSettlMethodElectionDateBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingSettlMethodElectionDateBusinessCenter
constructor
A new instance of UnderlyingSettlMethodElectionDateBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingSettlMethodElectionDateBusinessCenter
Returns a new instance of UnderlyingSettlMethodElectionDateBusinessCenter.
74912 74913 74914 74915 74916 74917 74918 |
# File 'lib/quickfix_fields.rb', line 74912 def initialize(data = nil) if( data == nil ) super(43075) else super(43075, data) end end |
Class Method Details
.field ⇒ Object
74909 74910 74911 |
# File 'lib/quickfix_fields.rb', line 74909 def .field return 43075 end |