Class: Quickfix::TradeDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::TradeDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradeDate
constructor
A new instance of TradeDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ TradeDate
Returns a new instance of TradeDate.
1670 1671 1672 1673 1674 1675 1676 |
# File 'lib/quickfix_fields.rb', line 1670 def initialize(data = nil) if( data == nil ) super(75) else super(75, data) end end |
Class Method Details
.field ⇒ Object
1667 1668 1669 |
# File 'lib/quickfix_fields.rb', line 1667 def TradeDate.field return 75 end |