Class: Quickfix::SecondaryTradeID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SecondaryTradeID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SecondaryTradeID
constructor
A new instance of SecondaryTradeID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SecondaryTradeID
Returns a new instance of SecondaryTradeID.
13955 13956 13957 13958 13959 13960 13961 |
# File 'lib/quickfix_fields.rb', line 13955 def initialize(data = nil) if( data == nil ) super(1040) else super(1040, data) end end |
Class Method Details
.field ⇒ Object
13952 13953 13954 |
# File 'lib/quickfix_fields.rb', line 13952 def SecondaryTradeID.field return 1040 end |