Class: Quickfix::RegulatoryTradeID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::RegulatoryTradeID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RegulatoryTradeID
constructor
A new instance of RegulatoryTradeID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ RegulatoryTradeID
Returns a new instance of RegulatoryTradeID.
25070 25071 25072 25073 25074 25075 25076 |
# File 'lib/quickfix_fields.rb', line 25070 def initialize(data = nil) if( data == nil ) super(1903) else super(1903, data) end end |
Class Method Details
.field ⇒ Object
25067 25068 25069 |
# File 'lib/quickfix_fields.rb', line 25067 def RegulatoryTradeID.field return 1903 end |