Class: Quickfix::LegSettlMethodElectionDateUnadjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegSettlMethodElectionDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSettlMethodElectionDateUnadjusted
constructor
A new instance of LegSettlMethodElectionDateUnadjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegSettlMethodElectionDateUnadjusted
Returns a new instance of LegSettlMethodElectionDateUnadjusted.
68165 68166 68167 68168 68169 68170 68171 |
# File 'lib/quickfix_fields.rb', line 68165 def initialize(data = nil) if( data == nil ) super(42574) else super(42574, data) end end |
Class Method Details
.field ⇒ Object
68162 68163 68164 |
# File 'lib/quickfix_fields.rb', line 68162 def LegSettlMethodElectionDateUnadjusted.field return 42574 end |