Class: Quickfix::CashSettlAgentContactPhone
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::CashSettlAgentContactPhone
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CashSettlAgentContactPhone
constructor
A new instance of CashSettlAgentContactPhone.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ CashSettlAgentContactPhone
Returns a new instance of CashSettlAgentContactPhone.
2840 2841 2842 2843 2844 2845 2846 |
# File 'lib/quickfix_fields.rb', line 2840 def initialize(data = nil) if( data == nil ) super(187) else super(187, data) end end |
Class Method Details
.field ⇒ Object
2837 2838 2839 |
# File 'lib/quickfix_fields.rb', line 2837 def CashSettlAgentContactPhone.field return 187 end |