Class: Quickfix::CrossID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::CrossID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CrossID
constructor
A new instance of CrossID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ CrossID
Returns a new instance of CrossID.
7507 7508 7509 7510 7511 7512 7513 |
# File 'lib/quickfix_fields.rb', line 7507 def initialize(data = nil) if( data == nil ) super(548) else super(548, data) end end |
Class Method Details
.field ⇒ Object
7504 7505 7506 |
# File 'lib/quickfix_fields.rb', line 7504 def CrossID.field return 548 end |