Class: Quickfix::UnderlyingSettlMethodElectionDateUnadjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingSettlMethodElectionDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingSettlMethodElectionDateUnadjusted
constructor
A new instance of UnderlyingSettlMethodElectionDateUnadjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingSettlMethodElectionDateUnadjusted
Returns a new instance of UnderlyingSettlMethodElectionDateUnadjusted.
74925 74926 74927 74928 74929 74930 74931 |
# File 'lib/quickfix_fields.rb', line 74925 def initialize(data = nil) if( data == nil ) super(43076) else super(43076, data) end end |
Class Method Details
.field ⇒ Object
74922 74923 74924 |
# File 'lib/quickfix_fields.rb', line 74922 def UnderlyingSettlMethodElectionDateUnadjusted.field return 43076 end |