Class: Quickfix::LegSettlMethodElectionDateBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegSettlMethodElectionDateBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSettlMethodElectionDateBusinessCenter
constructor
A new instance of LegSettlMethodElectionDateBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegSettlMethodElectionDateBusinessCenter
68269 68270 68271 68272 68273 68274 68275 |
# File 'lib/quickfix_fields.rb', line 68269 def initialize(data = nil) if( data == nil ) super(42582) else super(42582, data) end end |
Class Method Details
.field ⇒ Object
68266 68267 68268 |
# File 'lib/quickfix_fields.rb', line 68266 def LegSettlMethodElectionDateBusinessCenter.field return 42582 end |