Class: Quickfix::SettlMethodElectionDateUnadjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SettlMethodElectionDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlMethodElectionDateUnadjusted
constructor
A new instance of SettlMethodElectionDateUnadjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SettlMethodElectionDateUnadjusted
Returns a new instance of SettlMethodElectionDateUnadjusted.
70778 70779 70780 70781 70782 70783 70784 |
# File 'lib/quickfix_fields.rb', line 70778 def initialize(data = nil) if( data == nil ) super(42777) else super(42777, data) end end |
Class Method Details
.field ⇒ Object
70775 70776 70777 |
# File 'lib/quickfix_fields.rb', line 70775 def SettlMethodElectionDateUnadjusted.field return 42777 end |