Class: Quickfix::UnderlyingSettlMethodElectionDateRelativeTo
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingSettlMethodElectionDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingSettlMethodElectionDateRelativeTo
constructor
A new instance of UnderlyingSettlMethodElectionDateRelativeTo.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingSettlMethodElectionDateRelativeTo
74951 74952 74953 74954 74955 74956 74957 |
# File 'lib/quickfix_fields.rb', line 74951 def initialize(data = nil) if( data == nil ) super(43078) else super(43078, data) end end |