Class: Quickfix::LegCashSettlDealer
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegCashSettlDealer
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCashSettlDealer
constructor
A new instance of LegCashSettlDealer.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegCashSettlDealer
Returns a new instance of LegCashSettlDealer.
46689 46690 46691 46692 46693 46694 46695 |
# File 'lib/quickfix_fields.rb', line 46689 def initialize(data = nil) if( data == nil ) super(41343) else super(41343, data) end end |
Class Method Details
.field ⇒ Object
46686 46687 46688 |
# File 'lib/quickfix_fields.rb', line 46686 def LegCashSettlDealer.field return 41343 end |