Class: Quickfix::CashSettlDealer
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::CashSettlDealer
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CashSettlDealer
constructor
A new instance of CashSettlDealer.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ CashSettlDealer
Returns a new instance of CashSettlDealer.
27722 27723 27724 27725 27726 27727 27728 |
# File 'lib/quickfix_fields.rb', line 27722 def initialize(data = nil) if( data == nil ) super(40032) else super(40032, data) end end |
Class Method Details
.field ⇒ Object
27719 27720 27721 |
# File 'lib/quickfix_fields.rb', line 27719 def CashSettlDealer.field return 40032 end |