Class: Quickfix::SettlDepositoryCode
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SettlDepositoryCode
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlDepositoryCode
constructor
A new instance of SettlDepositoryCode.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SettlDepositoryCode
Returns a new instance of SettlDepositoryCode.
2658 2659 2660 2661 2662 2663 2664 |
# File 'lib/quickfix_fields.rb', line 2658 def initialize(data = nil) if( data == nil ) super(173) else super(173, data) end end |
Class Method Details
.field ⇒ Object
2655 2656 2657 |
# File 'lib/quickfix_fields.rb', line 2655 def SettlDepositoryCode.field return 173 end |