Class: Quickfix::DerivativeCountryOfIssue

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) ⇒ DerivativeCountryOfIssue



16711
16712
16713
16714
16715
16716
16717
# File 'lib/quickfix_fields.rb', line 16711

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

Class Method Details

.fieldObject



16708
16709
16710
# File 'lib/quickfix_fields.rb', line 16708

def DerivativeCountryOfIssue.field
  return 1258
end