Class: Quickfix::DerivativeSettlMethod

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ DerivativeSettlMethod

Returns a new instance of DerivativeSettlMethod.



17465
17466
17467
17468
17469
17470
17471
# File 'lib/quickfix_fields.rb', line 17465

def initialize(data = nil)
  if( data == nil )
    super(1317)
  else
    super(1317, data)
  end
end

Class Method Details

.fieldObject



17462
17463
17464
# File 'lib/quickfix_fields.rb', line 17462

def DerivativeSettlMethod.field
  return 1317
end